Skip to content

Commit b399692

Browse files
committed
chore(deps): update all dependencies
1 parent ab6986b commit b399692

File tree

5 files changed

+1020
-751
lines changed

5 files changed

+1020
-751
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ executors:
3838
docker:
3939
# Keep it at `12.18.2` as otherwise there may be bugs with `graceful-fs` dependency
4040
# https://github.com/nodejs/node/issues/34529
41-
- image: circleci/node:12.18.2
41+
- image: circleci/node:12.22.7
4242
working_directory: *working_directory
4343

4444
jobs:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.22.7
1+
12.22.10

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,27 @@
4242
"packages/*"
4343
],
4444
"devDependencies": {
45-
"@babel/cli": "7.16.0",
46-
"@babel/core": "7.16.0",
47-
"@babel/plugin-proposal-class-properties": "7.16.0",
48-
"@babel/plugin-proposal-export-default-from": "7.16.0",
49-
"@babel/plugin-proposal-export-namespace-from": "7.16.0",
50-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.0",
51-
"@babel/plugin-proposal-object-rest-spread": "7.16.0",
52-
"@babel/plugin-proposal-optional-chaining": "7.16.0",
53-
"@babel/plugin-proposal-pipeline-operator": "7.16.0",
45+
"@babel/cli": "7.17.6",
46+
"@babel/core": "7.17.5",
47+
"@babel/plugin-proposal-class-properties": "7.16.7",
48+
"@babel/plugin-proposal-export-default-from": "7.16.7",
49+
"@babel/plugin-proposal-export-namespace-from": "7.16.7",
50+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
51+
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
52+
"@babel/plugin-proposal-optional-chaining": "7.16.7",
53+
"@babel/plugin-proposal-pipeline-operator": "7.17.6",
5454
"@babel/plugin-syntax-optional-chaining": "7.8.3",
55-
"@babel/preset-env": "7.16.4",
56-
"@babel/preset-flow": "7.16.0",
57-
"@babel/preset-typescript": "7.16.0",
58-
"@changesets/changelog-github": "0.4.1",
59-
"@changesets/cli": "2.18.0",
55+
"@babel/preset-env": "7.16.11",
56+
"@babel/preset-flow": "7.16.7",
57+
"@babel/preset-typescript": "7.16.7",
58+
"@changesets/changelog-github": "0.4.3",
59+
"@changesets/cli": "2.21.0",
6060
"@commitlint/cli": "12.1.4",
6161
"@commitlint/config-conventional": "12.1.4",
62-
"@rollup/plugin-alias": "3.1.8",
62+
"@rollup/plugin-alias": "3.1.9",
6363
"@types/jest": "26.0.24",
6464
"@types/node": "10.17.60",
65-
"@types/node-fetch": "2.5.12",
65+
"@types/node-fetch": "2.6.1",
6666
"@typescript-eslint/eslint-plugin": "3.10.1",
6767
"@typescript-eslint/parser": "3.10.1",
6868
"babel-core": "7.0.0-bridge.0",
@@ -73,7 +73,7 @@
7373
"commitizen": "4.2.4",
7474
"common-tags": "1.8.2",
7575
"cross-env": "7.0.3",
76-
"debug": "4.3.2",
76+
"debug": "4.3.3",
7777
"eslint": "7.32.0",
7878
"eslint-config-airbnb": "18.2.1",
7979
"eslint-config-airbnb-base": "14.2.1",
@@ -82,12 +82,12 @@
8282
"eslint-import-resolver-typescript": "2.5.0",
8383
"eslint-plugin-babel": "5.3.1",
8484
"eslint-plugin-flowtype": "5.10.0",
85-
"eslint-plugin-import": "2.25.3",
85+
"eslint-plugin-import": "2.25.4",
8686
"eslint-plugin-jest": "23.20.0",
8787
"eslint-plugin-jsx-a11y": "6.5.1",
8888
"eslint-plugin-prettier": "3.4.1",
89-
"eslint-plugin-react": "7.27.0",
90-
"flow-bin": "0.141.0",
89+
"eslint-plugin-react": "7.29.3",
90+
"flow-bin": "0.173.0",
9191
"gitbook-cli": "daern91/gitbook-cli",
9292
"gitbook-plugin-anchorjs": "2.1.0",
9393
"gitbook-plugin-edit-link": "2.0.2",
@@ -102,10 +102,10 @@
102102
"jest-silent-reporter": "0.5.0",
103103
"lerna": "4.0.0",
104104
"lint-staged": "10.5.4",
105-
"prettier": "2.4.1",
106-
"resolve": "1.20.0",
105+
"prettier": "2.5.1",
106+
"resolve": "1.22.0",
107107
"rimraf": "3.0.2",
108-
"rollup": "2.60.0",
108+
"rollup": "2.69.0",
109109
"rollup-plugin-babel": "4.4.0",
110110
"rollup-plugin-commonjs": "10.1.0",
111111
"rollup-plugin-includepaths": "0.2.4",
@@ -118,11 +118,11 @@
118118
"streamtest": "2.0.0",
119119
"ts-jest": "26.5.6",
120120
"tsconfig-replace-paths": "0.0.11",
121-
"typescript": "4.5.2"
121+
"typescript": "4.6.2"
122122
},
123123
"resolutions": {
124-
"graceful-fs": "4.2.8",
125-
"**/graceful-fs": "4.2.8",
124+
"graceful-fs": "4.2.9",
125+
"**/graceful-fs": "4.2.9",
126126
"y18n": "3.2.2",
127127
"lodash": "4.17.21",
128128
"handlebars": "4.7.7",

packages/product-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"resolutions": {
5353
"y18n": "3.2.2",
54-
"hosted-git-info": "4.0.2",
54+
"hosted-git-info": "4.1.0",
5555
"yargs-parser": "13.1.2"
5656
},
5757
"devDependencies": {

0 commit comments

Comments
 (0)