Skip to content

Commit

Permalink
Merge pull request #85 from oddbird/dependabot/npm_and_yarn/vite-5.0.12
Browse files Browse the repository at this point in the history
chore(deps-dev): Bump vite from 5.0.11 to 5.0.12
  • Loading branch information
jgerigmeyer authored Jan 22, 2024
2 parents d7ccdf9 + f104efe commit 4cebd11
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"stylelint-config-standard": "^36.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite": "^5.0.12",
"vitest": "^1.2.0"
},
"resolutions": {
Expand Down
44 changes: 42 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ __metadata:
stylelint-config-standard: ^36.0.0
ts-node: ^10.9.2
typescript: ^5.3.3
vite: ^5.0.11
vite: ^5.0.12
vitest: ^1.2.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -5431,7 +5431,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.0.0, vite@npm:^5.0.11":
"vite@npm:^5.0.0":
version: 5.0.11
resolution: "vite@npm:5.0.11"
dependencies:
Expand Down Expand Up @@ -5471,6 +5471,46 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.0.12":
version: 5.0.12
resolution: "vite@npm:5.0.12"
dependencies:
esbuild: ^0.19.3
fsevents: ~2.3.3
postcss: ^8.4.32
rollup: ^4.2.0
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: b97b6f1c204d9091d0973626827a6e9d8e8b1959ebd0877b6f76e7068e1e7adf9ecd3b1cc382cbab9d421e3eeca5e1a95f27f9c1734439b229f5a58ef2052fa4
languageName: node
linkType: hard

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

0 comments on commit 4cebd11

Please sign in to comment.