1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

chore(deps): added prettier

This commit is contained in:
Yury Shkoda
2022-06-01 10:08:50 +03:00
parent 4744dbf196
commit f602d5baf0
3 changed files with 29 additions and 6 deletions

22
package-lock.json generated
View File

@@ -34,6 +34,7 @@
"node-polyfill-webpack-plugin": "1.1.4",
"path": "0.12.7",
"pem": "1.14.6",
"prettier": "2.6.2",
"process": "0.11.10",
"rimraf": "3.0.2",
"semantic-release": "19.0.2",
@@ -12187,6 +12188,21 @@
"node": ">= 0.8.0"
}
},
"node_modules/prettier": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz",
"integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/pretty-bytes": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
@@ -24527,6 +24543,12 @@
"integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
"dev": true
},
"prettier": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz",
"integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==",
"dev": true
},
"pretty-bytes": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",

View File

@@ -43,11 +43,8 @@
},
"license": "ISC",
"devDependencies": {
"@cypress/webpack-preprocessor": "5.9.1",
"@types/form-data": "2.5.0",
"cypress": "7.7.0",
"typedoc-neo-theme": "1.1.1",
"typedoc-plugin-external-module-name": "4.0.6",
"@cypress/webpack-preprocessor": "5.9.1",
"@types/axios": "0.14.0",
"@types/express": "4.17.13",
"@types/jest": "27.4.0",
@@ -56,6 +53,7 @@
"@types/tough-cookie": "4.0.1",
"copyfiles": "2.4.1",
"cp": "0.2.0",
"cypress": "7.7.0",
"dotenv": "16.0.0",
"express": "4.17.3",
"jest": "27.4.7",
@@ -63,6 +61,7 @@
"node-polyfill-webpack-plugin": "1.1.4",
"path": "0.12.7",
"pem": "1.14.6",
"prettier": "2.6.2",
"process": "0.11.10",
"rimraf": "3.0.2",
"semantic-release": "19.0.2",
@@ -72,6 +71,8 @@
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"typedoc": "0.22.11",
"typedoc-neo-theme": "1.1.1",
"typedoc-plugin-external-module-name": "4.0.6",
"typedoc-plugin-rename-defaults": "0.4.0",
"typescript": "4.5.5",
"webpack": "5.69.0",

View File

@@ -3086,7 +3086,7 @@
"node_modules/@sasjs/adapter": {
"version": "5.0.0",
"resolved": "file:../build/sasjs-adapter-5.0.0.tgz",
"integrity": "sha512-8MobaYtOxtvES/F/wZdE/wdHFKph+/YHNd1wCF3Yo9XBzZiO2zl4eeBP2UjMCLSso+z31k+ILOIsAEXUR1YeBg==",
"integrity": "sha512-55neeY2Dw2qPGixuHWA7TKVOcV2DH5pwH+odV6tpPEttHIWMQUWUpr1AfqPwFl9tFqIK7srkfUXtUYkzkqnSXQ==",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
@@ -19553,7 +19553,7 @@
},
"@sasjs/adapter": {
"version": "file:../build/sasjs-adapter-5.0.0.tgz",
"integrity": "sha512-8MobaYtOxtvES/F/wZdE/wdHFKph+/YHNd1wCF3Yo9XBzZiO2zl4eeBP2UjMCLSso+z31k+ILOIsAEXUR1YeBg==",
"integrity": "sha512-55neeY2Dw2qPGixuHWA7TKVOcV2DH5pwH+odV6tpPEttHIWMQUWUpr1AfqPwFl9tFqIK7srkfUXtUYkzkqnSXQ==",
"requires": {
"@sasjs/utils": "2.44.0",
"axios": "0.26.0",