Skip to content

Commit ca68316

Browse files
deps(bump)
1 parent 79846a8 commit ca68316

File tree

2 files changed

+142
-103
lines changed

2 files changed

+142
-103
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
},
3636
"dependencies": {
3737
"@babel/code-frame": "^7.12.13",
38-
"@babel/core": "^7.13.1",
38+
"@babel/core": "^7.13.8",
3939
"@babel/parser": "^7.13.4",
40-
"@babel/plugin-proposal-dynamic-import": "^7.12.17",
40+
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
4141
"@babel/plugin-transform-arrow-functions": "^7.13.0",
42-
"@babel/plugin-transform-modules-commonjs": "^7.13.0",
43-
"@babel/plugin-transform-runtime": "^7.13.7",
44-
"@babel/preset-env": "^7.13.5",
42+
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
43+
"@babel/plugin-transform-runtime": "^7.13.8",
44+
"@babel/preset-env": "^7.13.8",
4545
"@types/babel__code-frame": "^7.0.2",
4646
"@types/babel__core": "^7.1.12",
4747
"@types/babel__traverse": "^7.11.0",
@@ -63,6 +63,7 @@
6363
"process": "^0.11.10",
6464
"puppeteer": "^7.1.0",
6565
"safe-buffer": "^5.2.1",
66+
"semver": "^7.3.4",
6667
"source-map-explorer": "2.5.2",
6768
"standard-version": "^9.1.1",
6869
"stream-browserify": "^3.0.0",
@@ -76,7 +77,6 @@
7677
"vue": "3.0.4",
7778
"webpack": "^5.24.2",
7879
"webpack-bundle-analyzer": "^4",
79-
"webpack-cli": "^4.5.0",
80-
"semver": "^7.3.4"
80+
"webpack-cli": "^4.5.0"
8181
}
8282
}

0 commit comments

Comments
 (0)