Skip to content

Commit

Permalink
fix(deps): update astro
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 420408f commit 103c788
Show file tree
Hide file tree
Showing 3 changed files with 891 additions and 668 deletions.
4 changes: 2 additions & 2 deletions packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"build:workers": "npx tsc -p src/cloudflare --outDir cloudflare && npx eslint --ext .js cloudflare --fix"
},
"dependencies": {
"@astrojs/node": "8.3.4",
"@astrojs/node": "9.0.0",
"@cloudcommerce/api": "workspace:*",
"@cloudcommerce/firebase": "workspace:*",
"@cloudcommerce/i18n": "workspace:*",
"@ecomplus/utils": "1.5.0-rc.6",
"@vueuse/core": "12.2.0",
"astro": "4.16.18",
"astro": "5.1.1",
"astro-capo": "^0.0.1",
"axios": "^1.7.9",
"firebase-admin": "^13.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"lint:fix": "eslint -c ../eslint/storefront.staged.eslintrc.cjs src/lib/**/*.{ts,vue,astro} --fix"
},
"dependencies": {
"@astrojs/node": "8.3.4",
"@astrojs/vue": "4.5.3",
"@astrojs/node": "9.0.0",
"@astrojs/vue": "5.0.3",
"@cloudcommerce/api": "workspace:*",
"@cloudcommerce/config": "workspace:*",
"@cloudcommerce/i18n": "workspace:*",
Expand All @@ -53,7 +53,7 @@
"@iconify-json/logos": "^1.2.4",
"@types/gtag.js": "^0.0.20",
"@vueuse/core": "12.2.0",
"astro": "4.16.18",
"astro": "5.1.1",
"astro-capo": "^0.0.1",
"chroma-js": "^3.1.2",
"dotenv": "^16.4.7",
Expand Down
Loading

0 comments on commit 103c788

Please sign in to comment.