Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 5, 2022
1 parent ce987cb commit 2c1e73e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -5,7 +5,7 @@
],
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/core": "^7.19.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-class-static-block": "^7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
Expand All @@ -19,7 +19,7 @@
"@babel/plugin-transform-arrow-functions": "^7.18.6",
"@babel/plugin-transform-block-scoped-functions": "^7.18.6",
"@babel/plugin-transform-block-scoping": "^7.18.9",
"@babel/plugin-transform-classes": "^7.18.9",
"@babel/plugin-transform-classes": "^7.19.0",
"@babel/plugin-transform-computed-properties": "^7.18.9",
"@babel/plugin-transform-destructuring": "^7.18.13",
"@babel/plugin-transform-exponentiation-operator": "^7.18.6",
Expand All @@ -33,7 +33,7 @@
"@babel/plugin-transform-property-literals": "^7.18.6",
"@babel/plugin-transform-reserved-words": "^7.18.6",
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
"@babel/plugin-transform-spread": "^7.18.9",
"@babel/plugin-transform-spread": "^7.19.0",
"@babel/plugin-transform-template-literals": "^7.18.9",
"@babel/plugin-transform-unicode-regex": "^7.18.6",
"@onslip/karma-playwright-launcher": "^0.2.1",
Expand Down

0 comments on commit 2c1e73e

Please sign in to comment.