Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c3b8f7

Browse files
authored
πŸ₯ƒ chore: upgrade dev deps (#13076)
* πŸ₯ƒ chore: upgrade dev deps * remove msw * Revert "remove msw" This reverts commit c610f5a. * remove msw
1 parent 23c699a commit 6c3b8f7

3 files changed

Lines changed: 1124 additions & 1496 deletions

File tree

β€Žpackage.jsonβ€Ž

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -71,43 +71,42 @@
7171
"author": "Beier(Bill) Luo <[email protected]>",
7272
"license": "MIT",
7373
"devDependencies": {
74-
"@eslint/compat": "^1.3.2",
75-
"@microsoft/api-extractor": "^7.52.11",
74+
"@eslint/compat": "^1.4.0",
75+
"@microsoft/api-extractor": "^7.53.0",
7676
"@rollup/plugin-commonjs": "^28.0.6",
7777
"@rollup/plugin-node-resolve": "^16.0.1",
7878
"@rollup/plugin-terser": "^0.4.4",
7979
"@swc/core": "^1.13.5",
8080
"@swc/jest": "^0.2.39",
81-
"@testing-library/jest-dom": "^6.8.0",
81+
"@testing-library/jest-dom": "^6.9.1",
8282
"@testing-library/react": "^16.3.0",
8383
"@types/jest": "^30.0.0",
84-
"@types/react": "^19.1.12",
85-
"@types/react-dom": "^19.1.9",
84+
"@types/react": "^19.2.0",
85+
"@types/react-dom": "^19.2.0",
8686
"bundlewatch": "^0.4.1",
87-
"cypress": "^15.1.0",
88-
"eslint": "^9.35.0",
87+
"cypress": "^15.3.0",
88+
"eslint": "^9.37.0",
8989
"eslint-config-prettier": "^10.1.8",
90-
"eslint-plugin-cypress": "^5.1.1",
90+
"eslint-plugin-cypress": "^5.2.0",
9191
"eslint-plugin-prettier": "^5.5.4",
9292
"eslint-plugin-react": "^7.37.5",
9393
"eslint-plugin-react-hooks": "^5.2.0",
9494
"eslint-plugin-simple-import-sort": "^12.1.1",
9595
"husky": "^9.1.7",
96-
"jest": "^30.1.3",
97-
"jest-environment-jsdom": "^30.1.2",
96+
"jest": "^30.2.0",
97+
"jest-environment-jsdom": "^30.2.0",
9898
"jest-fixed-jsdom": "^0.0.10",
99-
"jest-preview": "^0.3.1",
100-
"lint-staged": "^16.1.6",
101-
"msw": "^2.11.1",
99+
"jest-preview": "^0.3.2",
100+
"lint-staged": "^16.2.3",
102101
"prettier": "^3.6.2",
103-
"react": "^19.1.1",
104-
"react-dom": "^19.1.1",
102+
"react": "^19.2.0",
103+
"react-dom": "^19.2.0",
105104
"rimraf": "^6.0.1",
106-
"rollup": "^4.50.0",
105+
"rollup": "^4.52.4",
107106
"rollup-plugin-typescript2": "^0.36.0",
108107
"tsd": "^0.33.0",
109-
"typescript": "^5.9.2",
110-
"typescript-eslint": "^8.42.0",
108+
"typescript": "^5.9.3",
109+
"typescript-eslint": "^8.45.0",
111110
"whatwg-fetch": "^3.6.20",
112111
"zod": "^3.25.76"
113112
},

0 commit comments

Comments
Β (0)