Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump vite from 5.0.6 to 5.1.3 #403

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"gh-pages": "^6.1.0",
"rollup-plugin-visualizer": "^5.10.0",
"sass": "^1.69.5",
"vite": "^5.0.6",
"vite": "^5.1.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-radar": "^0.9.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2343,7 +2343,7 @@ __metadata:
react-scroll: "npm:^1.9.0"
rollup-plugin-visualizer: "npm:^5.10.0"
sass: "npm:^1.69.5"
vite: "npm:^5.0.6"
vite: "npm:^5.1.3"
vite-plugin-eslint: "npm:^1.8.1"
vite-plugin-minify: "npm:^1.5.2"
vite-plugin-radar: "npm:^0.9.2"
Expand Down Expand Up @@ -5097,14 +5097,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.32":
version: 8.4.32
resolution: "postcss@npm:8.4.32"
"postcss@npm:^8.4.35":
version: 8.4.35
resolution: "postcss@npm:8.4.35"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.0"
source-map-js: "npm:^1.0.2"
checksum: 39308a9195fa34d4dbdd7b58a896cff0c7809f84f7a4ac1b95b68ca86c9138a395addff33075668ed3983d41b90aac05754c445237a9365eb1c3a5602ebd03ad
checksum: e8dd04e48001eb5857abc9475365bf08f4e508ddf9bc0b8525449a95d190f10d025acebc5b56ac2e94b3c7146790e4ae78989bb9633cb7ee20d1cc9b7dc909b2
languageName: node
linkType: hard

Expand Down Expand Up @@ -6391,13 +6391,13 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.0.6":
version: 5.0.6
resolution: "vite@npm:5.0.6"
"vite@npm:^5.1.3":
version: 5.1.3
resolution: "vite@npm:5.1.3"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.32"
postcss: "npm:^8.4.35"
rollup: "npm:^4.2.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
Expand Down Expand Up @@ -6427,7 +6427,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 5c0f29e81865c8a4992d7a13a9c736b79a6caa4cdd98ade73ab5923e928818dddc23a954c99a3e1de5d59a0e004e7e86344c18a955e6d06194d7e394d7027e20
checksum: d3b19607d736de60b660f7daf4c0f86589edcbbc1fcb09f8aa36630f99518cc8a063062bb952899b8ccaed62f1314fac22c1df492dd035de3c65998ab27e2d2a
languageName: node
linkType: hard

Expand Down
Loading