Skip to content

Commit

Permalink
Update dependency @builder.io/qwik to v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent d5789c8 commit f4bbf14
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"up": "yarn upgrade-interactive"
},
"peerDependencies": {
"@builder.io/qwik": "1.4.0",
"@builder.io/qwik": "1.4.3",
"@portabletext/toolkit": "^2.0.10"
},
"devDependencies": {
"@builder.io/qwik": "1.4.0",
"@builder.io/qwik": "1.4.3",
"@portabletext/toolkit": "^2.0.10",
"@portabletext/types": "^2.0.8",
"@tailwindcss/typography": "^0.5.10",
Expand Down
56 changes: 48 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ __metadata:
languageName: node
linkType: hard

"@builder.io/qwik@npm:1.4.0":
version: 1.4.0
resolution: "@builder.io/qwik@npm:1.4.0"
"@builder.io/qwik@npm:1.4.3":
version: 1.4.3
resolution: "@builder.io/qwik@npm:1.4.3"
dependencies:
csstype: "npm:^3.1.3"
vite: "npm:^5.0.11"
vite: "npm:^5.0.12"
peerDependencies:
undici: "*"
bin:
qwik: qwik-cli.cjs
checksum: 4ddfb7b0eebcd22bbe8af7c0013fb2f0939f2fa66d7e06cbecb588d140e59a81da749df555174f1b91d1b0fc2b82346e21a6d05ce10cb7ab2a98b27ce1565ee2
checksum: bf89be9d78b7cc7cb25b39f2d8739d79c97cf576c036ca2d01622cd2f720f9dec1eadf61c2b4855b1dda30a7ac9674bd162a595c725c00c5a5fcf96d49b938f0
languageName: node
linkType: hard

Expand Down Expand Up @@ -770,7 +770,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tegonal/portabletext-qwik@workspace:."
dependencies:
"@builder.io/qwik": "npm:1.4.0"
"@builder.io/qwik": "npm:1.4.3"
"@portabletext/toolkit": "npm:^2.0.10"
"@portabletext/types": "npm:^2.0.8"
"@tailwindcss/typography": "npm:^0.5.10"
Expand All @@ -794,7 +794,7 @@ __metadata:
vite: "npm:5.0.11"
vite-plugin-dts: "npm:^3.7.1"
peerDependencies:
"@builder.io/qwik": 1.4.0
"@builder.io/qwik": 1.4.3
"@portabletext/toolkit": ^2.0.10
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6897,7 +6897,7 @@ __metadata:
languageName: node
linkType: hard

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

"vite@npm:^5.0.12":
version: 5.0.12
resolution: "vite@npm:5.0.12"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.32"
rollup: "npm:^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: c51b8e458851943c903fddde6973e720099ef8a5f364fb107cddade59c9e90f6d9ad98b61a7419cdfa0c6374236e10bff965d0c2d9e7b1790c68b874e5e7950c
languageName: node
linkType: hard

"vue-template-compiler@npm:^2.7.14":
version: 2.7.16
resolution: "vue-template-compiler@npm:2.7.16"
Expand Down

0 comments on commit f4bbf14

Please sign in to comment.