Skip to content

Commit

Permalink
chore: update dependencies (#372)
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
xavdid authored May 12, 2021
1 parent 644b2f3 commit a2ec575
Show file tree
Hide file tree
Showing 6 changed files with 572 additions and 593 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"name": "root",
"private": true,
"devDependencies": {
"chalk": "^4.1.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"chalk": "^4.1.1",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^5.1.3",
"husky": "^6.0.0",
"inquirer": "^8.0.0",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"mocha": "^8.3.2",
"prettier": "^2.2.1",
"semver": "^7.3.4",
"lint-staged": "^11.0.0",
"mocha": "^8.4.0",
"prettier": "^2.3.0",
"semver": "^7.3.5",
"should": "^13"
},
"workspaces": [
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,41 +43,41 @@
"@oclif/plugin-autocomplete": "0.3.0",
"@oclif/plugin-help": "3.2.2",
"@oclif/plugin-not-found": "1.2.4",
"adm-zip": "0.5.4",
"adm-zip": "0.5.5",
"archiver": "5.3.0",
"browserify": "17.0.0",
"cli-table3": "0.6.0",
"colors": "1.4.0",
"debug": "4.3.1",
"fs-extra": "9.1.0",
"gulp-filter": "6.0.0",
"fs-extra": "10.0.0",
"gulp-filter": "7.0.0",
"gulp-prettier": "3.0.0",
"ignore": "5.1.8",
"inquirer": "8.0.0",
"jscodeshift": "0.11.0",
"jscodeshift": "0.12.0",
"klaw": "3.0.0",
"lodash": "4.17.21",
"marked": "2.0.1",
"marked": "2.0.3",
"marked-terminal": "4.1.1",
"node-fetch": "2.6.1",
"ora": "5.4.0",
"parse-gitignore": "0.4.0",
"prettier": "2.2.1",
"prettier": "2.3.0",
"read": "1.0.7",
"semver": "7.3.4",
"semver": "7.3.5",
"string-length": "4.0.2",
"through2": "4.0.2",
"tmp": "0.2.1",
"update-notifier": "5.1.0",
"yeoman-environment": "3.2.0",
"yeoman-environment": "3.3.0",
"yeoman-generator": "5.2.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.0",
"decompress": "4.2.1",
"litdoc": "1.5.6",
"markdown-toc": "^1",
"mock-fs": "^4.13.0",
"mock-fs": "^4.14.0",
"nock": "^13.0.11",
"stdout-stderr": "0.1.13",
"yamljs": "0.3.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/src/generators/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const writeGenericPackageJson = (gen, packageJsonExtension) => {
[PLATFORM_PACKAGE]: PACKAGE_VERSION,
},
devDependencies: {
jest: '^25.5.3',
jest: '^26.6.3',
},
private: true,
},
Expand Down Expand Up @@ -135,10 +135,10 @@ const writeForStandaloneTemplate = (gen) => {
test: 'npm run build && jest --testTimeout 10000 --rootDir ./lib/test',
},
devDependencies: {
'@types/jest': '^25.2.1',
'@types/node': '^13.13.5',
'@types/jest': '^26.0.23',
'@types/node': '^14',
rimraf: '^3.0.2',
typescript: '^3.8.3',
typescript: '4.2.4',
},
},
}[gen.options.template];
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"dependencies": {
"bluebird": "3.7.2",
"content-disposition": "0.5.3",
"dotenv": "8.2.0",
"dotenv": "9.0.2",
"form-data": "4.0.0",
"lodash": "4.17.21",
"node-fetch": "2.6.1",
"oauth-sign": "0.9.0",
"semver": "7.3.4",
"semver": "7.3.5",
"zapier-platform-schema": "10.2.0"
},
"devDependencies": {
"adm-zip": "0.5.4",
"aws-sdk": "^2.868.0",
"fs-extra": "^9.1.0",
"mock-fs": "^4.13.0"
"adm-zip": "0.5.5",
"aws-sdk": "^2.905.0",
"fs-extra": "^10.0.0",
"mock-fs": "^4.14.0"
},
"optionalDependencies": {
"@types/node": "^14.14.35"
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lodash": "4.17.21"
},
"devDependencies": {
"fs-extra": "^9.1.0",
"fs-extra": "^10.0.0",
"istanbul": "0.4.5",
"markdown-toc": "^1",
"node-fetch": "^2"
Expand Down
Loading

0 comments on commit a2ec575

Please sign in to comment.