Skip to content

Commit b9776be

Browse files
committed
update dependencies
1 parent fe00e9c commit b9776be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"@babel/plugin-transform-arrow-functions": "^7.18.6",
2020
"@babel/plugin-transform-block-scoped-functions": "^7.18.6",
2121
"@babel/plugin-transform-block-scoping": "^7.18.6",
22-
"@babel/plugin-transform-classes": "^7.18.6",
22+
"@babel/plugin-transform-classes": "^7.18.8",
2323
"@babel/plugin-transform-computed-properties": "^7.18.6",
2424
"@babel/plugin-transform-destructuring": "^7.18.6",
2525
"@babel/plugin-transform-exponentiation-operator": "^7.18.6",
26-
"@babel/plugin-transform-for-of": "^7.18.6",
26+
"@babel/plugin-transform-for-of": "^7.18.8",
2727
"@babel/plugin-transform-literals": "^7.18.6",
2828
"@babel/plugin-transform-member-expression-literals": "^7.18.6",
2929
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
3030
"@babel/plugin-transform-new-target": "^7.18.6",
3131
"@babel/plugin-transform-object-super": "^7.18.6",
32-
"@babel/plugin-transform-parameters": "^7.18.6",
32+
"@babel/plugin-transform-parameters": "^7.18.8",
3333
"@babel/plugin-transform-property-literals": "^7.18.6",
3434
"@babel/plugin-transform-reserved-words": "^7.18.6",
3535
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
@@ -49,10 +49,10 @@
4949
"eslint-plugin-jsonc": "^2.3.1",
5050
"eslint-plugin-n": "^15.2.4",
5151
"eslint-plugin-promise": "^6.0.0",
52-
"eslint-plugin-qunit": "^7.3.0",
52+
"eslint-plugin-qunit": "^7.3.1",
5353
"eslint-plugin-regexp": "^1.7.0",
5454
"eslint-plugin-sonarjs": "~0.13.0",
55-
"eslint-plugin-unicorn": "^43.0.0",
55+
"eslint-plugin-unicorn": "^43.0.1",
5656
"jsonc-eslint-parser": "^2.1.0",
5757
"jszip": "^3.10.0",
5858
"karma": "^6.4.0",
@@ -64,7 +64,7 @@
6464
"npm-run-all": "^4.1.5",
6565
"p-timeout": "^5.1.0",
6666
"phantomjs-prebuilt": "~2.1.16",
67-
"playwright": "^1.23.1",
67+
"playwright": "^1.23.2",
6868
"promises-aplus-tests": "^2.1.2",
6969
"promises-es6-tests": "~0.5.0",
7070
"qunit": "^2.19.1",

0 commit comments

Comments
 (0)