Skip to content

Commit c0f7480

Browse files
chore(deps): update all non-major dependencies (examples, templates & patterns)
1 parent 281e7e9 commit c0f7480

8 files changed

Lines changed: 417 additions & 440 deletions

File tree

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

Lines changed: 114 additions & 137 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: 6 additions & 6 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.14.1",
15-
"@react-router/serve": "7.14.1",
14+
"@react-router/node": "7.14.2",
15+
"@react-router/serve": "7.14.2",
1616
"@ui5/webcomponents": "2.21.1",
1717
"@ui5/webcomponents-base": "2.21.1",
1818
"@ui5/webcomponents-fiori": "2.21.1",
@@ -21,22 +21,22 @@
2121
"isbot": "5.1.39",
2222
"react": "19.2.5",
2323
"react-dom": "19.2.5",
24-
"react-router": "7.14.1"
24+
"react-router": "7.14.2"
2525
},
2626
"devDependencies": {
27-
"@react-router/dev": "7.14.1",
27+
"@react-router/dev": "7.14.2",
2828
"@types/react": "19.2.14",
2929
"@types/react-dom": "19.2.3",
3030
"eslint": "9.39.4",
3131
"eslint-import-resolver-typescript": "4.4.4",
3232
"eslint-plugin-import": "2.32.0",
3333
"eslint-plugin-jsx-a11y": "6.10.2",
3434
"eslint-plugin-react": "7.37.5",
35-
"eslint-plugin-react-hooks": "7.1.0",
35+
"eslint-plugin-react-hooks": "7.1.1",
3636
"globals": "17.5.0",
3737
"typescript": "5.9.3",
3838
"typescript-eslint": "8.58.2",
39-
"vite": "8.0.8",
39+
"vite": "8.0.10",
4040
"vite-tsconfig-paths": "6.1.1"
4141
},
4242
"engines": {

examples/vite-ts/package-lock.json

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

examples/vite-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"@ui5/webcomponents-react": "2.21.3",
2222
"react": "19.2.5",
2323
"react-dom": "19.2.5",
24-
"react-router": "7.14.1"
24+
"react-router": "7.14.2"
2525
},
2626
"devDependencies": {
2727
"@types/react": "19.2.14",
2828
"@types/react-dom": "19.2.3",
2929
"@ui5/webcomponents-cypress-commands": "2.21.3",
3030
"@vitejs/plugin-react": "6.0.1",
31-
"cypress": "15.14.0",
31+
"cypress": "15.14.1",
3232
"eslint": "9.39.4",
33-
"eslint-plugin-react-hooks": "7.1.0",
33+
"eslint-plugin-react-hooks": "7.1.1",
3434
"eslint-plugin-react-refresh": "0.5.2",
3535
"globals": "17.5.0",
3636
"typescript-eslint": "8.58.2",
37-
"vite": "8.0.8"
37+
"vite": "8.0.10"
3838
}
3939
}

patterns/navigation-layout/package-lock.json

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

patterns/navigation-layout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@types/react-dom": "19.2.3",
2424
"@vitejs/plugin-react": "6.0.1",
2525
"eslint": "9.39.4",
26-
"eslint-plugin-react-hooks": "7.1.0",
26+
"eslint-plugin-react-hooks": "7.1.1",
2727
"eslint-plugin-react-refresh": "0.5.2",
2828
"globals": "17.5.0",
2929
"typescript": "5.9.3",
3030
"typescript-eslint": "8.58.2",
31-
"vite": "8.0.8"
31+
"vite": "8.0.10"
3232
}
3333
}

templates/vite-ts/package-lock.json

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

templates/vite-ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"@types/react-dom": "19.2.3",
2626
"@vitejs/plugin-react": "6.0.1",
2727
"@ui5/webcomponents-cypress-commands": "2.21.3",
28-
"cypress": "15.14.0",
28+
"cypress": "15.14.1",
2929
"eslint": "9.39.4",
30-
"eslint-plugin-react-hooks": "7.1.0",
30+
"eslint-plugin-react-hooks": "7.1.1",
3131
"eslint-plugin-react-refresh": "0.5.2",
3232
"globals": "17.5.0",
3333
"typescript": "5.9.3",
3434
"typescript-eslint": "8.58.2",
35-
"vite": "8.0.8"
35+
"vite": "8.0.10"
3636
}
3737
}

0 commit comments

Comments
 (0)