Skip to content

Commit ad8afc4

Browse files
authored
docs: fix blank screen (#536)
temporarily remove nx patch and use latest qwik build and vite version
1 parent 35c6a47 commit ad8afc4

File tree

2 files changed

+268
-84
lines changed

2 files changed

+268
-84
lines changed

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"packageManager": "[email protected]",
2929
"devDependencies": {
30-
"@builder.io/qwik": "^1.2.19",
31-
"@builder.io/qwik-city": "^1.2.19",
30+
"@builder.io/qwik": "github:BuilderIO/qwik-build#decd924161c22323caecc64628b736d1d6d6e3fc",
31+
"@builder.io/qwik-city": "github:BuilderIO/qwik-city-build#58208e2036d6907d18d01980a3da26d10b84c85e",
3232
"@builder.io/vite-plugin-macro": "~0.0.7",
3333
"@commitlint/cli": "^17.7.1",
3434
"@commitlint/config-angular": "^17.7.0",
@@ -119,7 +119,7 @@
119119
"unified": "^10.1.2",
120120
"unist-util-visit": "^5.0.0",
121121
"verdaccio": "^5.0.4",
122-
"vite": "^4.5.0",
122+
"vite": "^5.0.4",
123123
"vite-plugin-dts": "^3.5.3",
124124
"vite-plugin-eslint": "^1.8.1",
125125
"vite-plugin-inspect": "0.7.38",
@@ -144,10 +144,5 @@
144144
],
145145
"nx": {
146146
"includedScripts": []
147-
},
148-
"pnpm": {
149-
"patchedDependencies": {
150-
"@builder.io/[email protected]": "patches/@[email protected]"
151-
}
152147
}
153148
}

0 commit comments

Comments
 (0)