|
24 | 24 | "build": "npm run clean && npm run tsc && npm run typedoc && rocket build", |
25 | 25 | "clean": "shx rm -rf ./_site* ./docs/_merged_*", |
26 | 26 | "format": "prettier --write .", |
27 | | - "postinstall": "patch-package", |
28 | 27 | "lint": "eslint . --fix", |
29 | 28 | "prestart": "npm run typedoc", |
30 | 29 | "start": "rocket start", |
|
46 | 45 | "@rocket/launch": "^0.4.0", |
47 | 46 | "@rocket/search": "^0.3.2", |
48 | 47 | "@types/atom": "^1.40.11", |
49 | | - "@types/markdown-it": "^12.0.1", |
50 | | - "@types/prismjs": "^1.16.4", |
51 | | - "@types/react": "^17.0.3", |
| 48 | + "@types/markdown-it": "^12.2.3", |
| 49 | + "@types/prismjs": "^1.26.0", |
| 50 | + "@types/react": "^18.0.15", |
52 | 51 | "@web/dev-server-esbuild": "^0.2.11", |
53 | 52 | "eleventy-plugin-add-web-component-definitions": "^2.1.2", |
54 | 53 | "eleventy-plugin-helmet": "^0.2.2", |
55 | 54 | "eslint": "^8.20.0", |
56 | 55 | "eslint-config-atomic": "^1.18.1", |
57 | 56 | "markdown-it": "^12.0.4", |
58 | 57 | "markdown-it-prism": "^2.1.6", |
59 | | - "patch-package": "^6.4.7", |
60 | 58 | "plugins-manager": "^0.2.1", |
61 | 59 | "prettier-config-atomic": "^3.0.10", |
62 | 60 | "rollup-plugin-esbuild": "^3.0.2", |
|
0 commit comments