Skip to content

Commit

Permalink
fix(storefront): Update Astro to v2.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Aug 27, 2023
1 parent e8481a7 commit 4d00a98
Show file tree
Hide file tree
Showing 3 changed files with 1,046 additions and 935 deletions.
6 changes: 3 additions & 3 deletions packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"build:workers": "npx tsc -p src/cloudflare --outDir cloudflare && npx eslint --ext .js cloudflare --fix"
},
"dependencies": {
"@astrojs/node": "5.3.5",
"@astrojs/node": "5.3.6",
"@cloudcommerce/api": "workspace:*",
"@cloudcommerce/firebase": "workspace:*",
"@cloudcommerce/i18n": "workspace:*",
"@ecomplus/utils": "1.5.0-rc.5",
"@headlessui/vue": "^1.7.16",
"@vueuse/core": "10.3.0",
"astro": "2.10.12",
"astro": "2.10.14",
"firebase-admin": "^11.10.1",
"firebase-functions": "^4.4.1",
"vue": "^3.3.4"
},
"devDependencies": {
"@cloudcommerce/types": "workspace:*",
"@cloudflare/workers-types": "^4.20230814.0",
"@cloudflare/workers-types": "^4.20230821.0",
"@firebase/app-types": "^0.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@astrojs/image": "0.17.3",
"@astrojs/node": "5.3.5",
"@astrojs/node": "5.3.6",
"@astrojs/vue": "2.2.1",
"@cloudcommerce/api": "workspace:*",
"@cloudcommerce/config": "workspace:*",
Expand All @@ -43,7 +43,7 @@
"@iconify-json/logos": "^1.1.34",
"@vite-pwa/astro": "^0.1.1",
"@vueuse/core": "10.3.0",
"astro": "2.10.12",
"astro": "2.10.14",
"chroma-js": "^2.4.2",
"dotenv": "^16.3.1",
"firebase": "^10.2.0",
Expand Down
Loading

0 comments on commit 4d00a98

Please sign in to comment.