Skip to content

Commit 436cb87

Browse files
authored
Merge branch 'main' into docs/compat-toolbar-strict
2 parents 26a50a8 + 45eeb1d commit 436cb87

File tree

18 files changed

+1784
-1755
lines changed

18 files changed

+1784
-1755
lines changed

examples/nextjs-app/package-lock.json

Lines changed: 207 additions & 202 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@ui5/webcomponents-base": "2.12.0",
1414
"@ui5/webcomponents-fiori": "2.12.0",
1515
"@ui5/webcomponents-react": "2.12.0",
16-
"@types/node": "22.16.3",
16+
"@types/node": "22.16.5",
1717
"@types/react": "19.1.8",
1818
"@types/react-dom": "19.1.6",
1919
"eslint": "9.31.0",
20-
"eslint-config-next": "15.3.5",
21-
"next": "15.3.5",
20+
"eslint-config-next": "15.4.2",
21+
"next": "15.4.2",
2222
"react": "19.1.0",
2323
"react-dom": "19.1.0",
2424
"typescript": "5.8.3"

examples/nextjs-pages/package-lock.json

Lines changed: 200 additions & 183 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-pages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@ui5/webcomponents-base": "2.12.0",
1414
"@ui5/webcomponents-fiori": "2.12.0",
1515
"@ui5/webcomponents-react": "2.12.0",
16-
"@types/node": "22.16.3",
16+
"@types/node": "22.16.5",
1717
"@types/react": "19.1.8",
1818
"@types/react-dom": "19.1.6",
1919
"eslint": "9.31.0",
20-
"eslint-config-next": "15.3.5",
21-
"next": "15.3.5",
20+
"eslint-config-next": "15.4.2",
21+
"next": "15.4.2",
2222
"react": "19.1.0",
2323
"react-dom": "19.1.0",
2424
"typescript": "5.8.3"

examples/react-router-ts/package-lock.json

Lines changed: 291 additions & 319 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-router-ts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"typecheck": "react-router typegen && tsc"
1212
},
1313
"dependencies": {
14-
"@react-router/node": "7.6.3",
15-
"@react-router/serve": "7.6.3",
14+
"@react-router/node": "7.7.0",
15+
"@react-router/serve": "7.7.0",
1616
"@ui5/webcomponents": "2.12.0",
1717
"@ui5/webcomponents-base": "2.12.0",
1818
"@ui5/webcomponents-fiori": "2.12.0",
@@ -21,10 +21,10 @@
2121
"isbot": "5.1.28",
2222
"react": "19.1.0",
2323
"react-dom": "19.1.0",
24-
"react-router": "7.6.3"
24+
"react-router": "7.7.0"
2525
},
2626
"devDependencies": {
27-
"@react-router/dev": "7.6.3",
27+
"@react-router/dev": "7.7.0",
2828
"@types/react": "19.1.8",
2929
"@types/react-dom": "19.1.6",
3030
"eslint": "9.31.0",
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-hooks": "5.2.0",
3636
"globals": "16.3.0",
3737
"typescript": "^5.1.6",
38-
"typescript-eslint": "8.36.0",
38+
"typescript-eslint": "8.38.0",
3939
"vite": "6.3.5",
4040
"vite-tsconfig-paths": "5.1.4"
4141
},

0 commit comments

Comments
 (0)