Skip to content

Commit

Permalink
Update dependency vite to ^4.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 26, 2023
1 parent 2d7b818 commit 2a0ac2a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"typescript": "4.9.5",
"vite": "^4.3.6",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.31.0"
},
Expand Down
41 changes: 39 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3228,7 +3228,7 @@ __metadata:
react: ^18.2.0
react-dom: ^18.2.0
typescript: 4.9.5
vite: ^4.3.6
vite: ^4.3.9
vite-tsconfig-paths: ^4.2.0
vitest: ^0.31.0
languageName: unknown
Expand Down Expand Up @@ -5017,7 +5017,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^3.0.0 || ^4.0.0, vite@npm:^4.3.6":
"vite@npm:^3.0.0 || ^4.0.0":
version: 4.3.6
resolution: "vite@npm:4.3.6"
dependencies:
Expand Down Expand Up @@ -5054,6 +5054,43 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^4.3.9":
version: 4.3.9
resolution: "vite@npm:4.3.9"
dependencies:
esbuild: ^0.17.5
fsevents: ~2.3.2
postcss: ^8.4.23
rollup: ^3.21.0
peerDependencies:
"@types/node": ">= 14"
less: "*"
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: 8c45a516278d1e0425fac00c0877336790f71484a851a318346a70e0d2aef9f3b9651deb2f9f002c791ceb920eda7d6a3cda753bdefd657321c99f448b02dd25
languageName: node
linkType: hard

"vitest@npm:^0.31.0":
version: 0.31.0
resolution: "vitest@npm:0.31.0"
Expand Down

0 comments on commit 2a0ac2a

Please sign in to comment.