Skip to content

Commit 5b04ff8

Browse files
committed
fix(deps): update all non-major dependencies
1 parent b8cfacd commit 5b04ff8

File tree

7 files changed

+997
-870
lines changed

7 files changed

+997
-870
lines changed

demos/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"i18next": "catalog:",
3939
"react": "^19.2.0",
4040
"react-dom": "^19.2.0",
41-
"react-i18next": "^16.2.4",
42-
"react-router-dom": "^7.9.5",
41+
"react-i18next": "^16.3.5",
42+
"react-router-dom": "^7.9.6",
4343
"slickgrid-react": "workspace:*"
4444
},
4545
"peerDependencies": {
@@ -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.6",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@
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.6",
89+
"@types/react-dom": "^19.2.3",
9090
"@types/sortablejs": "catalog:",
9191
"@vitejs/plugin-react": "catalog:",
9292
"dompurify": "catalog:",
9393
"globals": "catalog:",
9494
"native-copyfiles": "catalog:",
9595
"react": "^19.2.0",
9696
"react-dom": "^19.2.0",
97-
"react-router-dom": "^7.9.5",
97+
"react-router-dom": "^7.9.6",
9898
"remove-glob": "catalog:",
9999
"rxjs": "catalog:",
100100
"sass": "catalog:",

frameworks/slickgrid-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
"vite": "catalog:vite7",
7979
"vite-plugin-dts": "^4.5.4",
8080
"vue": "catalog:",
81-
"vue-tsc": "^3.1.3"
81+
"vue-tsc": "^3.1.4"
8282
}
8383
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@lerna-lite/cli": "^4.9.2",
102102
"@lerna-lite/publish": "^4.9.2",
103103
"@lerna-lite/watch": "^4.9.2",
104-
"@prettier/plugin-oxc": "^0.0.4",
104+
"@prettier/plugin-oxc": "^0.0.5",
105105
"@slickgrid-universal/common": "workspace:*",
106106
"@slickgrid-universal/event-pub-sub": "workspace:*",
107107
"@types/node": "catalog:",
@@ -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)