|
17 | 17 | "build:cli:watch": "tsc --build --watch ./cli/tsconfig.json", |
18 | 18 | "build:props": "npm run build:cli && node ./dist/cli/cli.js generate-props", |
19 | 19 | "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", |
22 | 22 | "prettier": "prettier --write ./src", |
23 | 23 | "lint": "eslint . --cache --cache-strategy content", |
24 | 24 | "test": "jest", |
|
46 | 46 | }, |
47 | 47 | "dependencies": { |
48 | 48 | "@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", |
52 | 52 | "@astrojs/react": "^4.3.0", |
53 | 53 | "@nanostores/react": "^0.8.4", |
54 | 54 | "@patternfly/ast-helpers": "1.4.0-alpha.190", |
|
60 | 60 | "@patternfly/react-styles": "^6.0.0", |
61 | 61 | "@patternfly/react-table": "^6.0.0", |
62 | 62 | "@patternfly/react-tokens": "^6.0.0", |
63 | | - "@types/react": "^18.3.12", |
| 63 | + "@types/react": "^18.3.23", |
64 | 64 | "@types/react-dom": "^18.3.7", |
65 | | - "astro": "^5.9.3", |
| 65 | + "astro": "5.13.3", |
66 | 66 | "change-case": "5.4.4", |
67 | 67 | "commander": "^13.1.0", |
68 | 68 | "glob": "^11.0.3", |
|
0 commit comments