Skip to content

Commit d6c5f8a

Browse files
chore(deps): update dependency vite to v7
1 parent ba1908f commit d6c5f8a

File tree

5 files changed

+130
-15
lines changed

5 files changed

+130
-15
lines changed

packages/amplify-adapter-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@aws-amplify/core": "^6.10.5",
4444
"@types/node": "^22.13.4",
4545
"typescript": "^5.7.3",
46-
"vite": "^6.3.0",
46+
"vite": "^7.0.0",
4747
"vite-plugin-dts": "^4.5.3"
4848
},
4949
"peerDependencies": {

packages/vite-plugin-react-router-amplify-hosting/integration/helpers/vite-5-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-router-devtools": "^5.0.0",
2626
"tailwindcss": "^4.0.0",
2727
"typescript": "^5.7.2",
28-
"vite": "^5.4.11",
28+
"vite": "^7.0.0",
2929
"vite-tsconfig-paths": "^5.1.4",
3030
"vite-plugin-react-router-amplify-hosting": "../../.."
3131
}

packages/vite-plugin-react-router-amplify-hosting/integration/helpers/vite-6-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-router-devtools": "^5.0.0",
2626
"tailwindcss": "^4.0.0",
2727
"typescript": "^5.7.2",
28-
"vite": "^6.3.3",
28+
"vite": "^7.0.0",
2929
"vite-tsconfig-paths": "^5.1.4",
3030
"vite-plugin-react-router-amplify-hosting": "../../.."
3131
}

packages/vite-plugin-react-router-amplify-hosting/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"dedent": "^1.5.3",
4343
"strip-indent": "^4.0.0",
4444
"typescript": "^5.7.3",
45-
"vite": "^6.3.0",
45+
"vite": "^7.0.0",
4646
"vite-plugin-dts": "^4.5.3"
4747
},
4848
"peerDependencies": {
4949
"@react-router/dev": "^7.5.1",
50-
"vite": "^5.1.0 || ^6.0.0"
50+
"vite": "^5.1.0 || ^6.0.0 || ^7.0.0"
5151
}
5252
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)