Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 10, 2022
1 parent fe00e9c commit b9776be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -19,17 +19,17 @@
"@babel/plugin-transform-arrow-functions": "^7.18.6",
"@babel/plugin-transform-block-scoped-functions": "^7.18.6",
"@babel/plugin-transform-block-scoping": "^7.18.6",
"@babel/plugin-transform-classes": "^7.18.6",
"@babel/plugin-transform-classes": "^7.18.8",
"@babel/plugin-transform-computed-properties": "^7.18.6",
"@babel/plugin-transform-destructuring": "^7.18.6",
"@babel/plugin-transform-exponentiation-operator": "^7.18.6",
"@babel/plugin-transform-for-of": "^7.18.6",
"@babel/plugin-transform-for-of": "^7.18.8",
"@babel/plugin-transform-literals": "^7.18.6",
"@babel/plugin-transform-member-expression-literals": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/plugin-transform-new-target": "^7.18.6",
"@babel/plugin-transform-object-super": "^7.18.6",
"@babel/plugin-transform-parameters": "^7.18.6",
"@babel/plugin-transform-parameters": "^7.18.8",
"@babel/plugin-transform-property-literals": "^7.18.6",
"@babel/plugin-transform-reserved-words": "^7.18.6",
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
Expand All @@ -49,10 +49,10 @@
"eslint-plugin-jsonc": "^2.3.1",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-qunit": "^7.3.0",
"eslint-plugin-qunit": "^7.3.1",
"eslint-plugin-regexp": "^1.7.0",
"eslint-plugin-sonarjs": "~0.13.0",
"eslint-plugin-unicorn": "^43.0.0",
"eslint-plugin-unicorn": "^43.0.1",
"jsonc-eslint-parser": "^2.1.0",
"jszip": "^3.10.0",
"karma": "^6.4.0",
Expand All @@ -64,7 +64,7 @@
"npm-run-all": "^4.1.5",
"p-timeout": "^5.1.0",
"phantomjs-prebuilt": "~2.1.16",
"playwright": "^1.23.1",
"playwright": "^1.23.2",
"promises-aplus-tests": "^2.1.2",
"promises-es6-tests": "~0.5.0",
"qunit": "^2.19.1",
Expand Down

0 comments on commit b9776be

Please sign in to comment.