Skip to content

Commit b25096c

Browse files
committed
Update minor devDeps
1 parent bc6c440 commit b25096c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,35 +51,35 @@
5151
"tinycolor2": "^1.4.1"
5252
},
5353
"devDependencies": {
54-
"@babel/cli": "7.10.3",
55-
"@babel/core": "7.10.3",
56-
"@babel/node": "7.10.3",
57-
"@babel/plugin-proposal-object-rest-spread": "7.10.3",
58-
"@babel/polyfill": "7.10.1",
59-
"@babel/preset-env": "7.10.3",
60-
"@babel/preset-react": "7.10.1",
61-
"@babel/traverse": "7.10.3",
54+
"@babel/cli": "7.10.5",
55+
"@babel/core": "7.11.1",
56+
"@babel/node": "7.10.5",
57+
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
58+
"@babel/polyfill": "7.10.4",
59+
"@babel/preset-env": "7.11.0",
60+
"@babel/preset-react": "7.10.4",
61+
"@babel/traverse": "7.11.0",
6262
"@hot-loader/react-dom": "16.13.0",
6363
"@percy/storybook": "3.3.0",
6464
"@storybook/react": "5.3.19",
65-
"autoprefixer": "9.8.4",
65+
"autoprefixer": "9.8.6",
6666
"babel-eslint": "10.1.0",
67-
"babel-jest": "26.1.0",
67+
"babel-jest": "26.2.2",
6868
"babel-loader": "8.1.0",
6969
"babel-plugin-module-resolver": "4.0.0",
7070
"css-loader": "3.6.0",
7171
"cssnano": "4.1.10",
7272
"enzyme": "3.11.0",
7373
"enzyme-adapter-react-16": "1.15.2",
74-
"eslint": "7.4.0",
74+
"eslint": "7.6.0",
7575
"eslint-config-prettier": "6.11.0",
7676
"eslint-plugin-import": "2.22.0",
77-
"eslint-plugin-react": "7.20.3",
77+
"eslint-plugin-react": "7.20.5",
7878
"eslint-plugin-react-percy": "0.2.4",
7979
"fs": "0.0.2",
8080
"glob": "7.1.6",
81-
"jest": "26.1.0",
82-
"jest-cli": "26.1.0",
81+
"jest": "26.2.2",
82+
"jest-cli": "26.2.2",
8383
"mkdirp": "1.0.4",
8484
"node-sass": "4.14.1",
8585
"postcss": "7.0.32",
@@ -97,7 +97,7 @@
9797
"rimraf": "3.0.2",
9898
"sass-loader": "7.1.0",
9999
"style-loader": "1.2.1",
100-
"webpack": "4.43.0",
100+
"webpack": "4.44.1",
101101
"webpack-cli": "3.3.12",
102102
"webpack-dev-server": "3.11.0"
103103
},

0 commit comments

Comments
 (0)