Skip to content

Commit cba2482

Browse files
chore: update npm dependencies
1 parent 6c43cba commit cba2482

File tree

2 files changed

+129
-110
lines changed

2 files changed

+129
-110
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.13.13",
41+
"@babel/core": "^7.13.14",
4242
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
4343
"@babel/plugin-transform-react-jsx": "^7.13.12",
4444
"@babel/plugin-transform-runtime": "^7.13.10",
4545
"@babel/preset-env": "^7.13.12",
46-
"@babel/register": "^7.13.8",
46+
"@babel/register": "^7.13.14",
4747
"babel-jest": "^26.6.3",
4848
"babel-loader": "^8.2.2",
4949
"duplicate-package-checker-webpack-plugin": "^3.0.0",
@@ -52,9 +52,9 @@
5252
"eslint": "^7.23.0",
5353
"jest": "^26.6.3",
5454
"jquery-inview": "^1.1.2",
55-
"speed-measure-webpack-plugin": "^1.4.2",
56-
"webpack": "^5.28.0",
57-
"webpack-cli": "^4.5.0"
55+
"speed-measure-webpack-plugin": "^1.5.0",
56+
"webpack": "^5.30.0",
57+
"webpack-cli": "^4.6.0"
5858
},
5959
"publishConfig": {
6060
"access": "public"

0 commit comments

Comments
 (0)