Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Feb 18, 2021
1 parent 62a3711 commit 1f4e254
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "3.8.3",
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/cli": "^7.12.17",
"@babel/core": "^7.12.17",
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
"@babel/plugin-proposal-optional-catch-binding": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/plugin-proposal-optional-chaining": "^7.12.17",
"@babel/plugin-transform-arrow-functions": "^7.12.13",
"@babel/plugin-transform-block-scoped-functions": "^7.12.13",
"@babel/plugin-transform-block-scoping": "^7.12.13",
Expand Down Expand Up @@ -54,7 +54,7 @@
"semver": "^7.3.4",
"terser": "^5.6.0",
"qunit": "^2.14.0",
"webpack": "^5.22.0",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0"
},
"license": "MIT",
Expand Down

0 comments on commit 1f4e254

Please sign in to comment.