Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies (#7741)
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 Sep 22, 2022
1 parent 084188e commit aec2e02
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"hash-sum": "^2.0.0",
"hookable": "^5.3.0",
"knitwork": "^0.1.2",
"magic-string": "^0.26.3",
"magic-string": "^0.26.4",
"mlly": "^0.5.16",
"nitropack": "^0.5.4",
"nuxi": "3.0.0-rc.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"get-port-please": "^2.6.1",
"h3": "^0.7.21",
"knitwork": "^0.1.2",
"magic-string": "^0.26.3",
"magic-string": "^0.26.4",
"mlly": "^0.5.16",
"ohash": "^0.1.5",
"pathe": "^0.3.8",
Expand All @@ -44,7 +44,7 @@
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"postcss-url": "^10.1.3",
"rollup": "^2.79.0",
"rollup": "^2.79.1",
"rollup-plugin-visualizer": "^5.8.1",
"ufo": "^0.8.5",
"unplugin": "^0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"fs-extra": "^10.1.0",
"hash-sum": "^2.0.0",
"lodash-es": "^4.17.21",
"magic-string": "^0.26.3",
"magic-string": "^0.26.4",
"memfs": "^3.4.7",
"mini-css-extract-plugin": "^2.6.1",
"mlly": "^0.5.16",
Expand Down
31 changes: 27 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@ __metadata:
get-port-please: ^2.6.1
h3: ^0.7.21
knitwork: ^0.1.2
magic-string: ^0.26.3
magic-string: ^0.26.4
mlly: ^0.5.16
ohash: ^0.1.5
pathe: ^0.3.8
Expand All @@ -1841,7 +1841,7 @@ __metadata:
postcss: ^8.4.16
postcss-import: ^15.0.0
postcss-url: ^10.1.3
rollup: ^2.79.0
rollup: ^2.79.1
rollup-plugin-visualizer: ^5.8.1
ufo: ^0.8.5
unbuild: latest
Expand Down Expand Up @@ -1882,7 +1882,7 @@ __metadata:
fs-extra: ^10.1.0
hash-sum: ^2.0.0
lodash-es: ^4.17.21
magic-string: ^0.26.3
magic-string: ^0.26.4
memfs: ^3.4.7
mini-css-extract-plugin: ^2.6.1
mlly: ^0.5.16
Expand Down Expand Up @@ -9425,6 +9425,15 @@ __metadata:
languageName: node
linkType: hard

"magic-string@npm:^0.26.4":
version: 0.26.4
resolution: "magic-string@npm:0.26.4"
dependencies:
sourcemap-codec: ^1.4.8
checksum: dbb5d356361e5ff257e49e554d6a3b5a96019d0c1bcc0cf4f896cad27b6b6efcef0f58369757b3305653e1292c902d5831d16ae834d8285168b8303d04f188e9
languageName: node
linkType: hard

"make-dir@npm:^2.1.0":
version: 2.1.0
resolution: "make-dir@npm:2.1.0"
Expand Down Expand Up @@ -10540,7 +10549,7 @@ __metadata:
hash-sum: ^2.0.0
hookable: ^5.3.0
knitwork: ^0.1.2
magic-string: ^0.26.3
magic-string: ^0.26.4
mlly: ^0.5.16
nitropack: ^0.5.4
nuxi: 3.0.0-rc.11
Expand Down Expand Up @@ -12257,6 +12266,20 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^2.79.1":
version: 2.79.1
resolution: "rollup@npm:2.79.1"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 6a2bf167b3587d4df709b37d149ad0300692cc5deb510f89ac7bdc77c8738c9546ae3de9322b0968e1ed2b0e984571f5f55aae28fa7de4cfcb1bc5402a4e2be6
languageName: node
linkType: hard

"rollup@npm:~2.78.0":
version: 2.78.1
resolution: "rollup@npm:2.78.1"
Expand Down

0 comments on commit aec2e02

Please sign in to comment.