Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 16, 2022
1 parent 752fa6a commit 8bfafc1
Show file tree
Hide file tree
Showing 7 changed files with 932 additions and 713 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ executors:
docker:
# Keep it at `12.18.2` as otherwise there may be bugs with `graceful-fs` dependency
# https://github.com/nodejs/node/issues/34529
- image: circleci/node:12.18.2
- image: circleci/node:12.22.7
working_directory: *working_directory

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.7
12.22.9
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
"packages/*"
],
"devDependencies": {
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/plugin-proposal-export-default-from": "7.16.0",
"@babel/plugin-proposal-export-namespace-from": "7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.0",
"@babel/plugin-proposal-object-rest-spread": "7.16.0",
"@babel/plugin-proposal-optional-chaining": "7.16.0",
"@babel/plugin-proposal-pipeline-operator": "7.16.0",
"@babel/cli": "7.16.8",
"@babel/core": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-export-default-from": "7.16.7",
"@babel/plugin-proposal-export-namespace-from": "7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-proposal-optional-chaining": "7.16.7",
"@babel/plugin-proposal-pipeline-operator": "7.16.7",
"@babel/plugin-syntax-optional-chaining": "7.8.3",
"@babel/preset-env": "7.16.4",
"@babel/preset-flow": "7.16.0",
"@babel/preset-typescript": "7.16.0",
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "2.18.0",
"@babel/preset-env": "7.16.8",
"@babel/preset-flow": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@changesets/changelog-github": "0.4.2",
"@changesets/cli": "2.19.0",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@rollup/plugin-alias": "3.1.8",
"@rollup/plugin-alias": "3.1.9",
"@types/jest": "26.0.24",
"@types/node": "10.17.60",
"@types/node-fetch": "2.5.12",
Expand All @@ -73,7 +73,7 @@
"commitizen": "4.2.4",
"common-tags": "1.8.2",
"cross-env": "7.0.3",
"debug": "4.3.2",
"debug": "4.3.3",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-base": "14.2.1",
Expand All @@ -82,12 +82,12 @@
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-flowtype": "5.10.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.27.0",
"flow-bin": "0.165.0",
"eslint-plugin-react": "7.28.0",
"flow-bin": "0.169.0",
"gitbook-cli": "daern91/gitbook-cli",
"gitbook-plugin-anchorjs": "2.1.0",
"gitbook-plugin-edit-link": "2.0.2",
Expand All @@ -102,10 +102,10 @@
"jest-silent-reporter": "0.5.0",
"lerna": "4.0.0",
"lint-staged": "10.5.4",
"prettier": "2.4.1",
"resolve": "1.20.0",
"prettier": "2.5.1",
"resolve": "1.21.0",
"rimraf": "3.0.2",
"rollup": "2.60.0",
"rollup": "2.64.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-includepaths": "0.2.4",
Expand All @@ -118,11 +118,11 @@
"streamtest": "2.0.0",
"ts-jest": "26.5.6",
"tsconfig-replace-paths": "0.0.11",
"typescript": "4.5.2"
"typescript": "4.5.4"
},
"resolutions": {
"graceful-fs": "4.2.8",
"**/graceful-fs": "4.2.8",
"graceful-fs": "4.2.9",
"**/graceful-fs": "4.2.9",
"y18n": "3.2.2",
"lodash": "4.17.21",
"handlebars": "4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/product-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"resolutions": {
"y18n": "3.2.2",
"hosted-git-info": "4.0.2",
"hosted-git-info": "4.1.0",
"yargs-parser": "13.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"devDependencies": {
"nock": "12.0.3",
"node-fetch": "2.6.6"
"node-fetch": "2.6.7"
}
}
2 changes: 1 addition & 1 deletion packages/sdk-middleware-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"devDependencies": {
"abort-controller": "3.0.0",
"nock": "12.0.3",
"node-fetch": "2.6.6"
"node-fetch": "2.6.7"
}
}
Loading

0 comments on commit 8bfafc1

Please sign in to comment.