Skip to content

Commit

Permalink
Merge pull request #130 from QwikDev/temp-fix-cli
Browse files Browse the repository at this point in the history
qwik cli workaround
  • Loading branch information
thejackshelton authored Jun 15, 2024
2 parents 24a5b36 + 53b65d4 commit ea1e36e
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 8 deletions.
1 change: 1 addition & 0 deletions apps/node-demo/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/deno": "^5.0.1",
"@builder.io/qwik": "^1.5.1",
"@builder.io/qwik": "1.5.6",
"@qwikdev/astro": "^0.5.13",
"astro": "^4.5.12",
"typescript": "^5.4.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/deno": "^5.0.1",
"@builder.io/qwik": "^1.5.2",
"@builder.io/qwik": "1.5.6",
"@qwikdev/astro": "^0.5.14",
"astro": "^4.6.3",
"typescript": "^5.4.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.5",
"@builder.io/qwik": "^1.5.2",
"@builder.io/qwik": "1.5.6",
"@qwikdev/astro": "^0.5.14",
"astro": "^4.6.3",
"typescript": "^5.4.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.5",
"@builder.io/qwik": "^1.5.2",
"@builder.io/qwik": "1.5.6",
"@qwikdev/astro": "^0.5.14",
"astro": "^4.6.3",
"typescript": "^5.4.5"
Expand Down
4 changes: 2 additions & 2 deletions libs/qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@builder.io/qwik": "^1.5.1",
"@builder.io/qwik": "1.5.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.0",
"astro": "^4.5",
"typescript": "^5.4.2",
"vite": "^5.2.6"
},
"peerDependencies": {
"@builder.io/qwik": "^1.5.1",
"@builder.io/qwik": "1.5.6",
"typescript": "^5.4.2"
}
}
25 changes: 23 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea1e36e

Please sign in to comment.