Skip to content

Commit

Permalink
fix(deps): update dependency vite to v4.1.1 (#7543)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 2, 2023
1 parent 65307ca commit c24cce8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitejs/plugin-react": "3.0.1",
"buffer": "6.0.3",
"core-js": "3.27.2",
"vite": "4.0.4",
"vite": "4.1.1",
"vite-plugin-commonjs": "0.6.1",
"vite-plugin-environment": "1.1.3",
"vite-plugin-html": "3.2.0"
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7927,7 +7927,7 @@ __metadata:
buffer: 6.0.3
core-js: 3.27.2
typescript: 4.9.5
vite: 4.0.4
vite: 4.1.1
vite-plugin-commonjs: 0.6.1
vite-plugin-environment: 1.1.3
vite-plugin-html: 3.2.0
Expand Down Expand Up @@ -16764,7 +16764,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:^0.16.3":
"esbuild@npm:^0.16.14":
version: 0.16.17
resolution: "esbuild@npm:0.16.17"
dependencies:
Expand Down Expand Up @@ -26444,7 +26444,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.2.15, postcss@npm:^8.4.17, postcss@npm:^8.4.19, postcss@npm:^8.4.20":
"postcss@npm:^8.2.15, postcss@npm:^8.4.17, postcss@npm:^8.4.19, postcss@npm:^8.4.21":
version: 8.4.21
resolution: "postcss@npm:8.4.21"
dependencies:
Expand Down Expand Up @@ -28168,17 +28168,17 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^3.7.0":
version: 3.10.0
resolution: "rollup@npm:3.10.0"
"rollup@npm:^3.10.0":
version: 3.12.1
resolution: "rollup@npm:3.12.1"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 2803c8142865de4d5f68267a6e8810d2dff0a5414927b936773b7c27504ab7302c5ada1f85b0871de26a1e6d10363bdc2928fddcd3d55bb93c2c2570f704f8f6
checksum: a34a11b03779b46a810fe69df98395ebd588145b792d149eb39a56fb4e92b19afb249075f86065d0fd767709348b5a034df913e81d1bf7ac66c25e14e0c8bb1b
languageName: node
linkType: hard

Expand Down Expand Up @@ -31642,15 +31642,15 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:4.0.4":
version: 4.0.4
resolution: "vite@npm:4.0.4"
"vite@npm:4.1.1":
version: 4.1.1
resolution: "vite@npm:4.1.1"
dependencies:
esbuild: ^0.16.3
esbuild: ^0.16.14
fsevents: ~2.3.2
postcss: ^8.4.20
postcss: ^8.4.21
resolve: ^1.22.1
rollup: ^3.7.0
rollup: ^3.10.0
peerDependencies:
"@types/node": ">= 14"
less: "*"
Expand All @@ -31676,7 +31676,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: f567ec2e8449a8beeb61c1471323378801a398d326125d9359125db3caba21bb3a3f818af27fc4693fa7e124f7dda54df8fdd730c7720658a4e6b60d69ff2c1d
checksum: 0f09c6686d9fbe9d8fb4ac68865c68ad02e8f076477b25871941939ecfc1f330002e3bd32733466cb7e192c45d7baae85933223de747870fdbb5cfb6e89d3919
languageName: node
linkType: hard

Expand Down

0 comments on commit c24cce8

Please sign in to comment.