Skip to content

Commit

Permalink
Bump vite from 5.2.11 to 5.3.4
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.11 to 5.3.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 7848db7 commit b8cf27b
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 299 deletions.
2 changes: 1 addition & 1 deletion examples-extra/docs_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tailwindcss": "^3.4.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"vite": "^5.3.4"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/example-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.11"
"vite": "^5.3.4"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/example-tutorial-todo-aip-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.11"
"vite": "^5.3.4"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/example-tutorial-todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.11"
"vite": "^5.3.4"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion examples/example-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.2.2",
"vite": "^5.2.11",
"vite": "^5.3.4",
"vue-tsc": "^1.8.22"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app.template.react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.11"
"vite": "^5.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.11"
"vite": "^5.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.11"
"vite": "^5.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app.template.vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@osdk/monorepo.tsup": "workspace:~",
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.2.2",
"vite": "^5.2.11",
"vite": "^5.3.4",
"vue-tsc": "^1.8.22"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e.sandbox.todoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tailwindcss": "^3.4.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"vite": "^5.3.4"
},
"type": "module"
}
Loading

0 comments on commit b8cf27b

Please sign in to comment.