Skip to content

Commit 8aab440

Browse files
committed
Update
1 parent fc5379b commit 8aab440

File tree

7 files changed

+366
-396
lines changed

7 files changed

+366
-396
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,34 +37,34 @@
3737
"@babel/preset-env": "^7.28.3",
3838
"@babel/preset-typescript": "^7.27.1",
3939
"@eslint/js": "^9.37.0",
40-
"@playwright/test": "^1.55.1",
41-
"@rollup/plugin-babel": "^6.0.4",
42-
"@rollup/plugin-node-resolve": "^16.0.2",
40+
"@playwright/test": "^1.56.0",
41+
"@rollup/plugin-babel": "^6.1.0",
42+
"@rollup/plugin-node-resolve": "^16.0.3",
4343
"@rollup/plugin-terser": "^0.4.4",
4444
"@testing-library/dom": "^10.4.1",
4545
"@testing-library/jest-dom": "^6.9.1",
4646
"@testing-library/user-event": "^14.6.1",
4747
"@types/debug": "^4.1.12",
4848
"@types/jest-axe": "^3.5.9",
4949
"@types/jquery": "^3.5.33",
50-
"@types/node": "^24.6.2",
50+
"@types/node": "^24.7.2",
5151
"@vitest/coverage-istanbul": "^3.2.4",
52-
"@vitest/eslint-plugin": "^1.3.16",
52+
"@vitest/eslint-plugin": "^1.3.20",
5353
"autoprefixer": "^10.4.21",
5454
"babel-plugin-istanbul": "^7.0.1",
5555
"eslint": "^9.37.0",
5656
"eslint-plugin-import": "^2.32.0",
5757
"eslint-plugin-jest-dom": "^5.5.0",
5858
"eslint-plugin-perfectionist": "^4.15.1",
5959
"eslint-plugin-playwright": "^2.2.2",
60-
"eslint-plugin-testing-library": "^7.11.0",
60+
"eslint-plugin-testing-library": "^7.13.3",
6161
"givens": "^1.3.9",
6262
"jest-axe": "^10.0.0",
6363
"jest-extended": "^6.0.0",
6464
"jsdom-testing-mocks": "^1.16.0",
6565
"jsonfile": "^6.2.0",
6666
"lodash": "^4.17.21",
67-
"msw": "^2.11.3",
67+
"msw": "^2.11.5",
6868
"postcss": "^8.5.6",
6969
"postcss-cli": "^11.0.1",
7070
"postcss-import": "^16.1.1",
@@ -75,11 +75,12 @@
7575
"rollup-plugin-serve": "^3.0.0",
7676
"tslib": "^2.8.1",
7777
"typescript": "^5.9.3",
78-
"typescript-eslint": "^8.45.0",
78+
"typescript-eslint": "^8.46.1",
7979
"vitest": "^3.2.4"
8080
},
8181
"pnpm": {
8282
"onlyBuiltDependencies": [
83+
"esbuild",
8384
"msw",
8485
"unrs-resolver"
8586
]

0 commit comments

Comments
 (0)