Skip to content

Commit f77daab

Browse files
authored
chore(deps): update dev dependencies (#1207)
1 parent 0d40bfc commit f77daab

3 files changed

Lines changed: 880 additions & 826 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- 19.0.0
2121
- 19.1.0
2222
- 19.2.0
23-
- 19.3.0-canary-65eec428-20251218
24-
- 0.0.0-experimental-65eec428-20251218
23+
- 19.3.0-canary-e0cc7202-20260227
24+
- 0.0.0-experimental-e0cc7202-20260227
2525
steps:
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -115,46 +115,46 @@
115115
"proxy-compare": "^3.0.1"
116116
},
117117
"devDependencies": {
118-
"@eslint/js": "^9.39.2",
118+
"@eslint/js": "^9.39.3",
119119
"@redux-devtools/extension": "^3.3.0",
120120
"@rollup/plugin-alias": "^6.0.0",
121121
"@rollup/plugin-node-resolve": "^16.0.3",
122122
"@rollup/plugin-replace": "^6.0.3",
123123
"@rollup/plugin-typescript": "^12.3.0",
124124
"@testing-library/jest-dom": "^6.9.1",
125-
"@testing-library/react": "^16.3.1",
126-
"@types/jsdom": "^27.0.0",
127-
"@types/react": "^19.2.7",
125+
"@testing-library/react": "^16.3.2",
126+
"@types/jsdom": "^28.0.0",
127+
"@types/react": "^19.2.14",
128128
"@types/react-dom": "^19.2.3",
129-
"@vitest/coverage-v8": "^4.0.16",
130-
"@vitest/eslint-plugin": "^1.6.4",
131-
"@vitest/ui": "^4.0.16",
132-
"esbuild": "^0.27.2",
133-
"eslint": "9.39.2",
129+
"@vitest/coverage-v8": "^4.0.18",
130+
"@vitest/eslint-plugin": "^1.6.9",
131+
"@vitest/ui": "^4.0.18",
132+
"esbuild": "^0.27.3",
133+
"eslint": "^9.39.3",
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": "7.0.1",
139-
"eslint-plugin-testing-library": "^7.15.4",
139+
"eslint-plugin-testing-library": "^7.16.0",
140140
"jest-leak-detector": "^30.2.0",
141-
"jsdom": "^27.4.0",
141+
"jsdom": "^28.1.0",
142142
"json": "^11.0.0",
143143
"postinstall-postinstall": "^2.1.0",
144-
"prettier": "^3.7.4",
144+
"prettier": "^3.8.1",
145145
"proxy-memoize": "^3.0.1",
146-
"react": "19.2.3",
147-
"react-dom": "19.2.3",
146+
"react": "19.2.4",
147+
"react-dom": "19.2.4",
148148
"redux": "^5.0.1",
149-
"rollup": "^4.54.0",
149+
"rollup": "^4.59.0",
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.3",
155-
"typescript-eslint": "^8.51.0",
156-
"vite": "^7.3.0",
157-
"vitest": "^4.0.16"
155+
"typescript-eslint": "^8.56.1",
156+
"vite": "^7.3.1",
157+
"vitest": "^4.0.18"
158158
},
159159
"peerDependencies": {
160160
"@types/react": ">=18.0.0",

0 commit comments

Comments
 (0)