Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Mar 9, 2021
1 parent fa63bda commit 2f5a33f
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,8 +1,8 @@
{
"version": "3.9.1",
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-logical-assignment-operators": "^7.13.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
Expand Down Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-radar": "~0.2.1",
"eslint-plugin-regexp": "~0.3.1",
"eslint-plugin-unicorn": "^28.0.2",
"karma": "^6.1.1",
"karma": "^6.1.2",
"karma-chrome-launcher": "^3.1.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-qunit": "^4.1.2",
Expand All @@ -56,7 +56,7 @@
"semver": "^7.3.4",
"terser": "^5.6.0",
"qunit": "^2.14.0",
"webpack": "^5.24.3",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0"
},
"license": "MIT",
Expand Down

0 comments on commit 2f5a33f

Please sign in to comment.