Skip to content

Commit 66f0681

Browse files
committed
fix(deps): update all non-major dependencies
1 parent deb2a13 commit 66f0681

File tree

6 files changed

+593
-524
lines changed

6 files changed

+593
-524
lines changed

demos/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"i18next": "catalog:",
3939
"react": "^19.2.0",
4040
"react-dom": "^19.2.0",
41-
"react-i18next": "^16.2.4",
41+
"react-i18next": "^16.3.0",
4242
"react-router-dom": "^7.9.5",
4343
"slickgrid-react": "workspace:*"
4444
},
@@ -53,8 +53,8 @@
5353
"@popperjs/core": "catalog:",
5454
"@types/fnando__sparkline": "catalog:",
5555
"@types/node": "catalog:",
56-
"@types/react": "^19.2.2",
57-
"@types/react-dom": "^19.2.2",
56+
"@types/react": "^19.2.3",
57+
"@types/react-dom": "^19.2.3",
5858
"@types/sortablejs": "catalog:",
5959
"@vitejs/plugin-react": "catalog:",
6060
"cross-env": "catalog:",

demos/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@slickgrid-universal/text-export": "workspace:*",
2727
"@slickgrid-universal/vanilla-bundle": "workspace:*",
2828
"@slickgrid-universal/vanilla-force-bundle": "workspace:*",
29-
"alien-signals": "^3.0.5",
29+
"alien-signals": "^3.1.0",
3030
"bulma": "^1.0.4",
3131
"dompurify": "catalog:",
3232
"multiple-select-vanilla": "catalog:",

frameworks/slickgrid-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@slickgrid-universal/rxjs-observable": "workspace:*",
8686
"@slickgrid-universal/text-export": "workspace:*",
8787
"@types/node": "catalog:",
88-
"@types/react": "^19.2.2",
89-
"@types/react-dom": "^19.2.2",
88+
"@types/react": "^19.2.3",
89+
"@types/react-dom": "^19.2.3",
9090
"@types/sortablejs": "catalog:",
9191
"@vitejs/plugin-react": "catalog:",
9292
"dompurify": "catalog:",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"@vitejs/plugin-basic-ssl>vite": "catalog:vite7",
134134
"@vitest/coverage-v8>vite": "npm:rolldown-vite@latest",
135135
"@vitest/ui>vite": "npm:rolldown-vite@latest",
136-
"axios": "^1.13.1",
136+
"axios": "^1.13.2",
137137
"tmp": "^0.2.5",
138138
"vitest>vite": "npm:rolldown-vite@latest"
139139
}

0 commit comments

Comments
 (0)