Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
237 changes: 120 additions & 117 deletions examples/react-router-ts/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/react-router-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"globals": "16.3.0",
"typescript": "5.8.3",
"typescript-eslint": "8.40.0",
"vite": "6.3.5",
"vite": "7.1.3",
"vite-tsconfig-paths": "5.1.4"
},
"engines": {
Expand Down
347 changes: 175 additions & 172 deletions examples/vite-ts/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@ui5/webcomponents-cypress-commands": "2.13.1",
"@vitejs/plugin-react": "4.7.0",
"@vitejs/plugin-react": "5.0.1",
"cypress": "14.5.4",
"eslint": "9.34.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"globals": "16.3.0",
"typescript-eslint": "8.40.0",
"vite": "6.3.5"
"vite": "7.1.3"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@ui5/webcomponents-tools": "2.13.3",
"@vitejs/plugin-react": "4.7.0",
"@vitejs/plugin-react": "5.0.1",
"chromatic": "13.1.3",
"cssnano": "7.1.1",
"cypress": "14.5.4",
Expand Down Expand Up @@ -97,7 +97,7 @@
"rimraf": "6.0.1",
"typescript": "5.7.3",
"typescript-eslint": "8.40.0",
"vite": "6.3.5",
"vite": "7.1.3",
"vite-plugin-istanbul": "7.1.0",
"vite-tsconfig-paths": "5.1.4"
},
Expand Down
333 changes: 168 additions & 165 deletions patterns/navigation-layout/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions patterns/navigation-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"devDependencies": {
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@vitejs/plugin-react": "4.7.0",
"@vitejs/plugin-react": "5.0.1",
"eslint": "9.34.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"globals": "16.3.0",
"typescript": "5.8.3",
"typescript-eslint": "8.40.0",
"vite": "6.3.5"
"vite": "7.1.3"
}
}
353 changes: 184 additions & 169 deletions templates/vite-ts/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions templates/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@vitejs/plugin-react": "4.7.0",
"@vitejs/plugin-react": "5.0.1",
"@ui5/webcomponents-cypress-commands": "2.13.1",
"cypress": "14.5.4",
"eslint": "9.34.0",
Expand All @@ -32,6 +32,6 @@
"globals": "16.3.0",
"typescript": "5.8.3",
"typescript-eslint": "8.40.0",
"vite": "6.3.5"
"vite": "7.1.3"
}
}
Loading
Loading