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
395 changes: 142 additions & 253 deletions examples/nextjs-app/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "24.10.13",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "9.39.3",
"eslint": "10.0.2",
"eslint-config-next": "16.1.6",
"next": "16.1.6",
"react": "19.2.4",
Expand Down
395 changes: 142 additions & 253 deletions examples/nextjs-pages/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "24.10.13",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "9.39.3",
"eslint": "10.0.2",
"eslint-config-next": "16.1.6",
"next": "16.1.6",
"react": "19.2.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@react-router/dev": "7.13.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "9.39.3",
"eslint": "10.0.2",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@ui5/webcomponents-cypress-commands": "2.19.0",
"@vitejs/plugin-react": "5.1.4",
"cypress": "15.10.0",
"eslint": "9.39.3",
"eslint": "10.0.2",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.5.0",
"globals": "17.3.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@babel/preset-typescript": "7.28.5",
"@cypress/code-coverage": "4.0.0",
"@eslint/compat": "2.0.2",
"@eslint/js": "9.39.3",
"@eslint/js": "10.0.1",
"@semantic-release/github": "12.0.6",
"@testing-library/cypress": "10.1.0",
"@types/jscodeshift": "17.3.0",
Expand All @@ -74,7 +74,7 @@
"cypress-real-events": "1.15.0",
"dedent": "1.7.1",
"documentation": "14.0.3",
"eslint": "9.39.3",
"eslint": "10.0.2",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.32.0",
Expand Down
2 changes: 1 addition & 1 deletion patterns/navigation-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.4",
"eslint": "9.39.3",
"eslint": "10.0.2",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.5.0",
"globals": "17.3.0",
Expand Down
Loading
Loading