Skip to content

Commit a74c8b0

Browse files
authored
fix(deps): update react and vuejs dependencies (#1989)
1 parent 0a7ab6e commit a74c8b0

3 files changed

Lines changed: 215 additions & 187 deletions

File tree

demos/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"i18next": "catalog:",
6565
"react": "^19.1.0",
6666
"react-dom": "^19.1.0",
67-
"react-i18next": "^15.5.1",
67+
"react-i18next": "^15.5.2",
6868
"slickgrid-react": "workspace:*"
6969
},
7070
"peerDependencies": {
@@ -78,15 +78,15 @@
7878
"@popperjs/core": "catalog:",
7979
"@types/fnando__sparkline": "catalog:",
8080
"@types/node": "catalog:",
81-
"@types/react": "^19.1.4",
81+
"@types/react": "^19.1.6",
8282
"@types/react-dom": "^19.1.5",
8383
"@types/sortablejs": "catalog:",
8484
"@types/text-encoding-utf-8": "^1.0.5",
85-
"@vitejs/plugin-react": "^4.4.1",
85+
"@vitejs/plugin-react": "^4.5.0",
8686
"cross-env": "catalog:",
8787
"custom-event-polyfill": "^1.0.7",
8888
"globals": "catalog:",
89-
"react-router-dom": "^7.6.0",
89+
"react-router-dom": "^7.6.1",
9090
"regenerator-runtime": "^0.14.1",
9191
"rxjs": "catalog:",
9292
"sass": "catalog:",

frameworks/slickgrid-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
"@slickgrid-universal/rxjs-observable": "workspace:*",
9191
"@slickgrid-universal/text-export": "workspace:*",
9292
"@types/node": "catalog:",
93-
"@types/react": "^19.1.4",
93+
"@types/react": "^19.1.6",
9494
"@types/react-dom": "^19.1.5",
9595
"@types/sortablejs": "^1.15.8",
96-
"@vitejs/plugin-react": "^4.4.1",
96+
"@vitejs/plugin-react": "^4.5.0",
9797
"custom-event-polyfill": "^1.0.7",
9898
"dompurify": "catalog:",
9999
"eslint-plugin-react": "^7.37.5",
@@ -102,7 +102,7 @@
102102
"native-copyfiles": "^0.3.2",
103103
"react": "^19.1.0",
104104
"react-dom": "^19.1.0",
105-
"react-router-dom": "^7.6.0",
105+
"react-router-dom": "^7.6.1",
106106
"regenerator-runtime": "^0.14.1",
107107
"rimraf": "catalog:",
108108
"rxjs": "catalog:",

0 commit comments

Comments
 (0)