Skip to content

Commit f1b2261

Browse files
committed
update dependencies
1 parent 78a8e0b commit f1b2261

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "3.14.0",
33
"devDependencies": {
44
"@babel/cli": "^7.14.5",
5-
"@babel/core": "^7.14.5",
5+
"@babel/core": "^7.14.6",
66
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
77
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
88
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
@@ -20,7 +20,7 @@
2020
"@babel/plugin-transform-parameters": "^7.14.5",
2121
"@babel/plugin-transform-property-literals": "^7.14.5",
2222
"@babel/plugin-transform-shorthand-properties": "^7.14.5",
23-
"@babel/plugin-transform-spread": "^7.14.5",
23+
"@babel/plugin-transform-spread": "^7.14.6",
2424
"@babel/plugin-transform-template-literals": "^7.14.5",
2525
"babel-loader": "^8.2.2",
2626
"babel-plugin-transform-es2015-modules-simple-commonjs": "~0.3.0",
@@ -61,7 +61,7 @@
6161
"qunit": "^2.16.0",
6262
"semver": "^7.3.5",
6363
"terser": "^5.7.0",
64-
"webpack": "^5.38.1",
64+
"webpack": "^5.39.0",
6565
"webpack-cli": "^4.7.2"
6666
},
6767
"license": "MIT",

0 commit comments

Comments
 (0)