Skip to content

Commit

Permalink
upgrade more projects in monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswiss committed Aug 30, 2023
1 parent b56f2fe commit 9095b3f
Show file tree
Hide file tree
Showing 6 changed files with 6,365 additions and 7,980 deletions.
5 changes: 0 additions & 5 deletions .changeset/strong-planes-fry.md

This file was deleted.

8 changes: 8 additions & 0 deletions .changeset/yellow-pets-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@example/astro-content': patch
'@example/astro': patch
'@keystatic/templates-astro': patch
'@keystatic/astro': patch
---

Upgrading Astro projects to Astro v3 and upgrading @astrojs packages as well
16 changes: 8 additions & 8 deletions dev-projects/astro-content/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@example/astro",
"name": "@example/astro-content",
"type": "module",
"version": "0.0.3",
"private": true,
Expand All @@ -11,17 +11,17 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.4.4",
"@astrojs/node": "^5.3.2",
"@astrojs/react": "^2.2.1",
"@astrojs/sitemap": "^2.0.1",
"@astrojs/tailwind": "^4.0.0",
"@astrojs/markdoc": "^0.5.0",
"@astrojs/node": "^6.0.0",
"@astrojs/react": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@keystatic/astro": "^1.0.0",
"@keystatic/core": "^0.1.0",
"@keystatic/core": "^0.1.2",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.0.11",
"astro": "^2.10.5",
"astro": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3"
Expand Down
10 changes: 5 additions & 5 deletions dev-projects/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/node": "^5.3.2",
"@astrojs/react": "^2.2.1",
"@astrojs/node": "^6.0.0",
"@astrojs/react": "^3.0.0",
"@braintree/sanitize-url": "^6.0.2",
"@hapi/iron": "^7.0.0",
"@keystatic/astro": "^0.0.9",
"@keystatic/core": "^0.0.116",
"@keystatic/astro": "^1.0.0",
"@keystatic/core": "^0.1.2",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.0.11",
"astro": "^2.10.5",
"astro": "^3.0.3",
"cookie": "^0.5.0",
"direction": "^2.0.1",
"is-hotkey": "^0.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
"set-cookie-parser": "^2.5.1"
},
"devDependencies": {
"@keystatic/core": "^0.1.0",
"@keystatic/core": "^0.1.2",
"@types/cookie": "^0.5.1",
"@types/set-cookie-parser": "^2.4.2",
"astro": "^2.10.5",
"astro": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"@keystatic/core": "*",
"astro": "2",
"astro": "3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit 9095b3f

Please sign in to comment.