Skip to content

Commit e58268b

Browse files
authored
Merge pull request #399 from gadget-inc/depfu/update/yarn/vite-2.9.15
Update vite: 2.9.14 → 2.9.15 (patch)
2 parents f0c15fb + 2605379 commit e58268b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/fastify-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"path-to-regexp": "^6.2.1",
6868
"sanitize-filename": "^1.6.3",
6969
"stream-template": "^0.0.10",
70-
"vite": "^2.9.14",
70+
"vite": "^2.9.15",
7171
"wouter": "^2.7.5"
7272
},
7373
"peerDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6487,10 +6487,10 @@ rimraf@^3.0.0, rimraf@^3.0.2:
64876487
dependencies:
64886488
glob "^7.1.3"
64896489

6490-
rollup@^2.59.0:
6491-
version "2.64.0"
6492-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.64.0.tgz#f0f59774e21fbb56de438a37d06a2189632b207a"
6493-
integrity sha512-+c+lbw1lexBKSMb1yxGDVfJ+vchJH3qLbmavR+awDinTDA2C5Ug9u7lkOzj62SCu0PKUExsW36tpgW7Fmpn3yQ==
6490+
"rollup@>=2.59.0 <2.78.0":
6491+
version "2.77.3"
6492+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12"
6493+
integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==
64946494
optionalDependencies:
64956495
fsevents "~2.3.2"
64966496

@@ -7278,15 +7278,15 @@ [email protected]:
72787278
core-util-is "1.0.2"
72797279
extsprintf "^1.2.0"
72807280

7281-
vite@^2.9.14:
7282-
version "2.9.14"
7283-
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.14.tgz#c438324c6594afd1050df3777da981dee988bb1b"
7284-
integrity sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw==
7281+
vite@^2.9.15:
7282+
version "2.9.15"
7283+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.15.tgz#2858dd5b2be26aa394a283e62324281892546f0b"
7284+
integrity sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==
72857285
dependencies:
72867286
esbuild "^0.14.27"
72877287
postcss "^8.4.13"
72887288
resolve "^1.22.0"
7289-
rollup "^2.59.0"
7289+
rollup ">=2.59.0 <2.78.0"
72907290
optionalDependencies:
72917291
fsevents "~2.3.2"
72927292

0 commit comments

Comments
 (0)