Skip to content

Commit e3e3d2b

Browse files
authored
chore: update dev dependencies (#1170)
1 parent 8a057d5 commit e3e3d2b

File tree

3 files changed

+759
-776
lines changed

3 files changed

+759
-776
lines changed

.github/workflows/test-multiple-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- 18.3.1
2020
- 19.0.0
2121
- 19.1.0
22-
- 19.2.0-canary-a96a0f39-20250815
23-
- 0.0.0-experimental-a96a0f39-20250815
22+
- 19.2.0-canary-e2332183-20250924
23+
- 0.0.0-experimental-e2332183-20250924
2424
steps:
2525
- uses: actions/checkout@v5
2626
- uses: pnpm/action-setup@v4

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,45 +115,45 @@
115115
"proxy-compare": "^3.0.1"
116116
},
117117
"devDependencies": {
118-
"@eslint/js": "^9.33.0",
118+
"@eslint/js": "^9.36.0",
119119
"@redux-devtools/extension": "^3.3.0",
120120
"@rollup/plugin-alias": "^5.1.1",
121121
"@rollup/plugin-node-resolve": "^16.0.1",
122122
"@rollup/plugin-replace": "^6.0.2",
123123
"@rollup/plugin-typescript": "^12.1.4",
124-
"@testing-library/jest-dom": "^6.7.0",
124+
"@testing-library/jest-dom": "^6.8.0",
125125
"@testing-library/react": "^16.3.0",
126126
"@types/jsdom": "^21.1.7",
127-
"@types/react": "^19.1.10",
128-
"@types/react-dom": "^19.1.7",
127+
"@types/react": "^19.1.13",
128+
"@types/react-dom": "^19.1.9",
129129
"@vitest/coverage-v8": "^3.2.4",
130-
"@vitest/eslint-plugin": "^1.3.4",
130+
"@vitest/eslint-plugin": "^1.3.12",
131131
"@vitest/ui": "^3.2.4",
132-
"esbuild": "^0.25.9",
133-
"eslint": "9.33.0",
132+
"esbuild": "^0.25.10",
133+
"eslint": "9.36.0",
134134
"eslint-import-resolver-typescript": "^4.4.4",
135135
"eslint-plugin-import": "^2.32.0",
136136
"eslint-plugin-jest-dom": "^5.5.0",
137137
"eslint-plugin-react": "^7.37.5",
138138
"eslint-plugin-react-hooks": "6.0.0-rc.1",
139-
"eslint-plugin-testing-library": "^7.6.6",
140-
"jest-leak-detector": "^30.0.5",
141-
"jsdom": "^26.1.0",
139+
"eslint-plugin-testing-library": "^7.9.2",
140+
"jest-leak-detector": "^30.1.0",
141+
"jsdom": "^27.0.0",
142142
"json": "^11.0.0",
143143
"postinstall-postinstall": "^2.1.0",
144144
"prettier": "^3.6.2",
145145
"proxy-memoize": "^3.0.1",
146146
"react": "19.1.1",
147147
"react-dom": "19.1.1",
148148
"redux": "^5.0.1",
149-
"rollup": "^4.46.2",
149+
"rollup": "^4.52.2",
150150
"rollup-plugin-esbuild": "^6.2.1",
151151
"shelljs": "^0.10.0",
152152
"shx": "^0.4.0",
153153
"tslib": "^2.8.1",
154154
"typescript": "^5.9.2",
155-
"typescript-eslint": "^8.43.0",
156-
"vite": "^7.1.2",
155+
"typescript-eslint": "^8.44.1",
156+
"vite": "^7.1.7",
157157
"vitest": "^3.2.4"
158158
},
159159
"peerDependencies": {

0 commit comments

Comments
 (0)