Skip to content

Commit

Permalink
Merge pull request #1531 from exogee-technology/dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/src/vite-6.0.9

Bump vite from 6.0.3 to 6.0.9 in /src
  • Loading branch information
thekevinbrown authored Jan 22, 2025
2 parents 9775297 + 704d100 commit fe0e3d9
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 141 deletions.
2 changes: 1 addition & 1 deletion src/examples/rest-with-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/node": "22.10.1",
"dotenv-cli": "8.0.0",
"typescript": "5.7.2",
"vite": "6.0.3"
"vite": "6.0.9"
},
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion src/examples/xero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"esbuild": "0.24.2",
"prettier": "3.4.2",
"typescript": "5.7.2",
"vite": "6.0.3"
"vite": "6.0.9"
}
}
2 changes: 1 addition & 1 deletion src/packages/admin-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-dom": "19.0.0",
"react-router-dom": "6.28.0",
"typescript": "5.7.2",
"vite": "6.0.3"
"vite": "6.0.9"
},
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"esbuild-plugin-copy": "2.1.1",
"glob": "10.4.3",
"typescript": "5.7.2",
"vite": "6.0.3"
"vite": "6.0.9"
},
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/auth-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.7.2",
"vite": "6.0.3"
"vite": "6.0.9"
},
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"rimraf": "5.0.8",
"rollup-plugin-visualizer": "5.13.1",
"serverless-offline": "14.4.0",
"vite": "6.0.3",
"vite": "6.0.9",
"vite-plugin-graphweaver": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/node": "22.10.1",
"esbuild": "0.24.2",
"prettier": "3.4.2",
"vite": "6.0.3"
"vite": "6.0.9"
},
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/vite-plugin-graphweaver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"esbuild": "0.24.2",
"glob": "10.4.3",
"typescript": "5.7.2",
"vite": "6.0.3"
"vite": "6.0.9"
},
"peerDependencies": {
"vite": "^5.0.0 || ^6.0.0"
Expand Down
Loading

0 comments on commit fe0e3d9

Please sign in to comment.