Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 10, 2024
1 parent 8831ee0 commit 2bf9ccd
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 85 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions scripts/bundle-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions scripts/usage/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/usage/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "scripts/usage",
"devDependencies": {
"@playwright/browser-chromium": "^1.49.0",
"@playwright/browser-chromium": "^1.49.1",
"jszip": "^3.10.1",
"playwright": "^1.49.0",
"playwright": "^1.49.1",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
Expand Down
37 changes: 13 additions & 24 deletions tests/eslint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint-plugin-es-x": "^8.4.1",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-n": "^17.15.0",
"eslint-plugin-package-json": "^0.18.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-qunit": "^8.1.2",
Expand Down
12 changes: 6 additions & 6 deletions tests/observables/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 23 additions & 23 deletions tests/unit-karma/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions tests/unit-karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "tests/unit-karma",
"devDependencies": {
"@onslip/karma-playwright-launcher": "^0.3.0",
"@playwright/browser-chromium": "^1.49.0",
"@playwright/browser-firefox": "^1.49.0",
"@playwright/browser-webkit": "^1.49.0",
"@playwright/browser-chromium": "^1.49.1",
"@playwright/browser-firefox": "^1.49.1",
"@playwright/browser-webkit": "^1.49.1",
"karma": "^6.4.4",
"karma-ie-launcher": "^1.0.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-qunit": "^4.2.1",
"phantomjs-prebuilt": "~2.1.16",
"playwright": "^1.49.0",
"playwright": "^1.49.1",
"qunit": "^2.23.1",
"which": "^5.0.0"
}
Expand Down

0 comments on commit 2bf9ccd

Please sign in to comment.