Skip to content

Commit 0ab4729

Browse files
Update dependency vite to v5.4.0
1 parent 4eeb85a commit 0ab4729

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"ts-node": "10.9.2",
121121
"tslib": "2.6.3",
122122
"typescript": "5.5.4",
123-
"vite": "5.3.5",
123+
"vite": "5.4.0",
124124
"vite-plugin-prerender": "1.0.8",
125125
"vite-plugin-pwa": "0.20.1",
126126
"workbox-build": "7.1.1",

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7770,15 +7770,6 @@ postcss@^8.4.32:
77707770
picocolors "^1.0.0"
77717771
source-map-js "^1.2.0"
77727772

7773-
postcss@^8.4.39:
7774-
version "8.4.39"
7775-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
7776-
integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==
7777-
dependencies:
7778-
nanoid "^3.3.7"
7779-
picocolors "^1.0.1"
7780-
source-map-js "^1.2.0"
7781-
77827773
postcss@^8.4.40:
77837774
version "8.4.40"
77847775
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.40.tgz#eb81f2a4dd7668ed869a6db25999e02e9ad909d8"
@@ -9926,13 +9917,13 @@ [email protected]:
99269917
workbox-build "^7.1.0"
99279918
workbox-window "^7.1.0"
99289919

9929-
vite@5.3.5:
9930-
version "5.3.5"
9931-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.5.tgz#b847f846fb2b6cb6f6f4ed50a830186138cb83d8"
9932-
integrity sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==
9920+
vite@5.4.0:
9921+
version "5.4.0"
9922+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.0.tgz#11dca8a961369ba8b5cae42d068c7ad684d5370f"
9923+
integrity sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==
99339924
dependencies:
99349925
esbuild "^0.21.3"
9935-
postcss "^8.4.39"
9926+
postcss "^8.4.40"
99369927
rollup "^4.13.0"
99379928
optionalDependencies:
99389929
fsevents "~2.3.3"

0 commit comments

Comments
 (0)