Skip to content

Commit 27fc99f

Browse files
authored
Merge pull request #154 from lukethacoder/renovate/vite-3.x
Update dependency vite to v3.0.9
2 parents b86396f + af259c9 commit 27fc99f

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"prettier": "2.7.1",
2828
"snowpack": "3.8.8",
2929
"typescript": "4.8.2",
30-
"vite": "3.0.5"
30+
"vite": "3.0.9"
3131
}
3232
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3440,20 +3440,20 @@ rollup-plugin-polyfill-node@^0.6.2:
34403440
dependencies:
34413441
"@rollup/plugin-inject" "^4.0.0"
34423442

3443+
"rollup@>=2.75.6 <2.77.0 || ~2.77.0":
3444+
version "2.77.3"
3445+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12"
3446+
integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==
3447+
optionalDependencies:
3448+
fsevents "~2.3.2"
3449+
34433450
rollup@^2.23.0:
34443451
version "2.61.1"
34453452
resolved "https://registry.npmjs.org/rollup/-/rollup-2.61.1.tgz"
34463453
integrity sha512-BbTXlEvB8d+XFbK/7E5doIcRtxWPRiqr0eb5vQ0+2paMM04Ye4PZY5nHOQef2ix24l/L0SpLd5hwcH15QHPdvA==
34473454
optionalDependencies:
34483455
fsevents "~2.3.2"
34493456

3450-
rollup@^2.75.6:
3451-
version "2.76.0"
3452-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.76.0.tgz#c69fe03db530ac53fcb9523b3caa0d3c0b9491a1"
3453-
integrity sha512-9jwRIEY1jOzKLj3nsY/yot41r19ITdQrhs+q3ggNWhr9TQgduHqANvPpS32RNpzGklJu3G1AJfvlZLi/6wFgWA==
3454-
optionalDependencies:
3455-
fsevents "~2.3.2"
3456-
34573457
rollup@~2.37.1:
34583458
version "2.37.1"
34593459
resolved "https://registry.npmjs.org/rollup/-/rollup-2.37.1.tgz"
@@ -3898,15 +3898,15 @@ verror@1.10.0:
38983898
core-util-is "1.0.2"
38993899
extsprintf "^1.2.0"
39003900

3901-
vite@3.0.5:
3902-
version "3.0.5"
3903-
resolved "https://registry.yarnpkg.com/vite/-/vite-3.0.5.tgz#56b8d52e00bbbd5f21d02f0868dc613b3246ecc6"
3904-
integrity sha512-bRvrt9Tw8EGW4jj64aYFTnVg134E8hgDxyl/eEHnxiGqYk7/pTPss6CWlurqPOUzqvEoZkZ58Ws+Iu8MB87iMA==
3901+
vite@3.0.9:
3902+
version "3.0.9"
3903+
resolved "https://registry.yarnpkg.com/vite/-/vite-3.0.9.tgz#45fac22c2a5290a970f23d66c1aef56a04be8a30"
3904+
integrity sha512-waYABTM+G6DBTCpYAxvevpG50UOlZuynR0ckTK5PawNVt7ebX6X7wNXHaGIO6wYYFXSM7/WcuFuO2QzhBB6aMw==
39053905
dependencies:
39063906
esbuild "^0.14.47"
39073907
postcss "^8.4.16"
39083908
resolve "^1.22.1"
3909-
rollup "^2.75.6"
3909+
rollup ">=2.75.6 <2.77.0 || ~2.77.0"
39103910
optionalDependencies:
39113911
fsevents "~2.3.2"
39123912

0 commit comments

Comments
 (0)