Skip to content

Commit 145b169

Browse files
chore: update npm dependencies
1 parent 294b952 commit 145b169

File tree

2 files changed

+198
-178
lines changed

2 files changed

+198
-178
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.14.8",
41+
"@babel/core": "^7.15.0",
4242
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
43-
"@babel/plugin-transform-react-jsx": "^7.14.5",
44-
"@babel/plugin-transform-runtime": "^7.14.5",
45-
"@babel/preset-env": "^7.14.8",
43+
"@babel/plugin-transform-react-jsx": "^7.14.9",
44+
"@babel/plugin-transform-runtime": "^7.15.0",
45+
"@babel/preset-env": "^7.15.0",
4646
"@babel/register": "^7.14.5",
4747
"babel-jest": "^27.0.6",
4848
"babel-loader": "^8.2.2",
@@ -53,7 +53,7 @@
5353
"jest": "^27.0.6",
5454
"jquery-inview": "^1.1.2",
5555
"speed-measure-webpack-plugin": "^1.5.0",
56-
"webpack": "^5.47.1",
56+
"webpack": "^5.49.0",
5757
"webpack-cli": "^4.7.2"
5858
},
5959
"publishConfig": {

0 commit comments

Comments
 (0)