Skip to content

Commit

Permalink
updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Mar 8, 2024
1 parent 4703e88 commit 12bc1dc
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 184 deletions.
16 changes: 8 additions & 8 deletions apps/astro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^7.0.0",
"@astrojs/react": "^3.0.9",
"@builder.io/qwik": "^1.4.2",
"@astrojs/node": "^8.2.3",
"@astrojs/react": "^3.0.10",
"@builder.io/qwik": "^1.5.1",
"@qwikdev/astro": "workspace:*",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^4.2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"astro": "^4.4.15",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
16 changes: 8 additions & 8 deletions libs/qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@
},
"bugs": "https://github.com/thejackshelton/@qwikdev/astro/issues",
"dependencies": {
"astro-integration-kit": "^0.2.0",
"fs-extra": "^11.1.1",
"vite-tsconfig-paths": "^4.2.1",
"astro-integration-kit": "^0.2.0"
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@builder.io/qwik": "^1.4.2",
"@builder.io/qwik": "^1.5.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.0",
"astro": "^4.2",
"typescript": "^5.3.2",
"vite": "^5.0.11"
"astro": "^4.4.15",
"typescript": "^5.4.2",
"vite": "^5.1.5"
},
"peerDependencies": {
"@builder.io/qwik": "^1.4.2",
"typescript": "^5.3.2"
"@builder.io/qwik": "^1.5.1",
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit 12bc1dc

Please sign in to comment.