Skip to content

Commit cdcf216

Browse files
committed
chore(deps): bump non-major
1 parent c913ca2 commit cdcf216

File tree

5 files changed

+374
-223
lines changed

5 files changed

+374
-223
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@
137137
"@babel/preset-typescript": "^7.27.1",
138138
"@commitlint/cli": "^19.8.1",
139139
"@commitlint/config-conventional": "^19.8.1",
140-
"@eslint/js": "^9.30.1",
140+
"@eslint/js": "^9.31.0",
141141
"@sanity/browserslist-config": "^1.0.5",
142-
"@sanity/pkg-utils": "^7.9.5",
143-
"@sanity/prettier-config": "^1.0.4",
142+
"@sanity/pkg-utils": "^7.9.10",
143+
"@sanity/prettier-config": "^2.0.1",
144144
"@sanity/semantic-release-preset": "^5.0.0",
145-
"@sanity/ui-workshop": "^3.0.0",
145+
"@sanity/ui-workshop": "^2.1.6",
146146
"@testing-library/dom": "^10.4.0",
147147
"@testing-library/jest-dom": "^6.6.3",
148148
"@testing-library/react": "^16.3.0",
@@ -153,7 +153,7 @@
153153
"@types/react-is": "^19.0.0",
154154
"@vanilla-extract/rollup-plugin": "^1.3.17",
155155
"@vanilla-extract/vite-plugin": "^5.1.0",
156-
"@vitejs/plugin-react": "^4.6.0",
156+
"@vitejs/plugin-react": "^4.7.0",
157157
"@vitest/browser": "^3.2.3",
158158
"autoprefixer": "^10.4.21",
159159
"babel-plugin-react-compiler": "19.1.0-rc.2",
@@ -164,14 +164,14 @@
164164
"cypress-real-events": "^1.14.0",
165165
"cz-conventional-changelog": "^3.3.0",
166166
"dotenv-flow": "^4.1.0",
167-
"eslint": "^9.30.1",
168-
"eslint-config-prettier": "^10.1.5",
167+
"eslint": "^9.31.0",
168+
"eslint-config-prettier": "^10.1.8",
169169
"eslint-formatter-compact": "^8.40.0",
170170
"eslint-plugin-boundaries": "^5.0.1",
171171
"eslint-plugin-import": "^2.32.0",
172172
"eslint-plugin-jsx-a11y": "^6.10.2",
173173
"eslint-plugin-react": "^7.37.5",
174-
"eslint-plugin-react-hooks": "0.0.0-experimental-12bc60f5-20250613",
174+
"eslint-plugin-react-hooks": "5.2.0",
175175
"eslint-plugin-react-refresh": "^0.4.20",
176176
"eslint-plugin-simple-import-sort": "^12.1.1",
177177
"eslint-plugin-storybook": "^9.0.11",
@@ -190,12 +190,12 @@
190190
"react-is": "^19.1.0",
191191
"refractor": "^5.0.0",
192192
"rimraf": "^5.0.10",
193-
"semantic-release": "23.1.1",
193+
"semantic-release": "24.2.7",
194194
"start-server-and-test": "^2.0.11",
195195
"styled-components": "^6.1.17",
196196
"tsconfig-paths": "^4.2.0",
197197
"typescript": "5.8.3",
198-
"typescript-eslint": "^8.34.1",
198+
"typescript-eslint": "^8.38.0",
199199
"vite": "^6.3.5",
200200
"vite-tsconfig-paths": "^5.1.4",
201201
"vitest": "^3.2.3",

playground/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "^19.1.8",
2222
"@types/react-dom": "^19.1.6",
2323
"@vanilla-extract/next-plugin": "^2.4.14",
24-
"eslint": "^9.29.0",
24+
"eslint": "^9.31.0",
2525
"eslint-config-next": "15.3.3",
2626
"typescript": "^5.8.3"
2727
}

playground/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"react-dom": "^19.1.0"
1717
},
1818
"devDependencies": {
19-
"@eslint/js": "^9.29.0",
19+
"@eslint/js": "^9.31.0",
2020
"@types/react": "^19.1.8",
2121
"@types/react-dom": "^19.1.6",
2222
"@vanilla-extract/vite-plugin": "^5.0.6",
23-
"@vitejs/plugin-react": "^4.5.2",
24-
"eslint": "^9.29.0",
23+
"@vitejs/plugin-react": "^4.7.0",
24+
"eslint": "^9.31.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
2727
"globals": "^16.2.0",
2828
"typescript": "~5.8.3",
29-
"typescript-eslint": "^8.34.1",
29+
"typescript-eslint": "^8.38.0",
3030
"vite": "^6.3.5"
3131
}
3232
}

0 commit comments

Comments
 (0)