Skip to content

Commit 46ccd94

Browse files
authored
fix: upgrade to Astro v5.13 (#121)
* fix: upgrade to Astro v5.12 * fix: upgrade react types. * fix: Backed out content.ts change * chore: removed extra space. * chore: updated to latest * chore: updated to latest * chore: Reverted content.ts
1 parent 4333f86 commit 46ccd94

File tree

2 files changed

+79
-78
lines changed

2 files changed

+79
-78
lines changed

package-lock.json

Lines changed: 72 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"build:cli:watch": "tsc --build --watch ./cli/tsconfig.json",
1818
"build:props": "npm run build:cli && node ./dist/cli/cli.js generate-props",
1919
"preview": "astro build && wrangler pages dev",
20-
"astro": "astro",
21-
"deploy": "npm run build && wrangler pages deploy",
20+
"astro": "astro",
21+
"deploy": "npm run build && wrangler pages deploy",
2222
"prettier": "prettier --write ./src",
2323
"lint": "eslint . --cache --cache-strategy content",
2424
"test": "jest",
@@ -46,9 +46,9 @@
4646
},
4747
"dependencies": {
4848
"@astrojs/check": "^0.9.4",
49-
"@astrojs/cloudflare": "^12.6.0",
50-
"@astrojs/mdx": "^4.3.0",
51-
"@astrojs/node": "^9.2.2",
49+
"@astrojs/cloudflare": "^12.6.5",
50+
"@astrojs/mdx": "^4.3.4",
51+
"@astrojs/node": "^9.4.3",
5252
"@astrojs/react": "^4.3.0",
5353
"@nanostores/react": "^0.8.4",
5454
"@patternfly/ast-helpers": "1.4.0-alpha.190",
@@ -60,9 +60,9 @@
6060
"@patternfly/react-styles": "^6.0.0",
6161
"@patternfly/react-table": "^6.0.0",
6262
"@patternfly/react-tokens": "^6.0.0",
63-
"@types/react": "^18.3.12",
63+
"@types/react": "^18.3.23",
6464
"@types/react-dom": "^18.3.7",
65-
"astro": "^5.9.3",
65+
"astro": "5.13.3",
6666
"change-case": "5.4.4",
6767
"commander": "^13.1.0",
6868
"glob": "^11.0.3",

0 commit comments

Comments
 (0)