Skip to content

Commit 1a220a8

Browse files
bump(deps): core-js, webpack, @babel/parser, @babel/preset-env
1 parent 3225601 commit 1a220a8

File tree

2 files changed

+135
-63
lines changed

2 files changed

+135
-63
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"@babel/code-frame": "^7.12.13",
4444
"@babel/core": "^7.14.3",
4545
"@babel/generator": "^7.14.3",
46-
"@babel/parser": "^7.14.3",
46+
"@babel/parser": "^7.14.4",
4747
"@babel/plugin-proposal-dynamic-import": "^7.14.2",
4848
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
4949
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
5050
"@babel/plugin-transform-arrow-functions": "^7.13.0",
5151
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
5252
"@babel/plugin-transform-runtime": "^7.14.3",
53-
"@babel/preset-env": "^7.14.2",
53+
"@babel/preset-env": "^7.14.4",
5454
"@types/babel__code-frame": "^7.0.2",
5555
"@types/babel__core": "^7.1.13",
5656
"@types/babel__traverse": "^7.11.1",
@@ -68,7 +68,7 @@
6868
"buffer": "^6.0.3",
6969
"caniuse-api": "^3.0.0",
7070
"compression-webpack-plugin": "^8.0.0",
71-
"core-js": "^3.12.1",
71+
"core-js": "^3.13.1",
7272
"cross-env": "^7.0.3",
7373
"dts-bundle": "^0.7.3",
7474
"duplicate-package-checker-webpack-plugin": "^3.0.0",
@@ -96,7 +96,7 @@
9696
"vue": "3",
9797
"vue-template-compiler": "^2.6.12",
9898
"vue2": "npm:vue@^2.6.12",
99-
"webpack": "^5.37.1",
99+
"webpack": "^5.38.1",
100100
"webpack-bundle-analyzer": "^4.4.2",
101101
"webpack-cli": "^4.7.0"
102102
}

0 commit comments

Comments
 (0)