Skip to content

Commit 9a0db25

Browse files
committed
chore: remove patch package and update @types
1 parent 0b4ae3c commit 9a0db25

File tree

2 files changed

+3613
-2644
lines changed

2 files changed

+3613
-2644
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"build": "npm run clean && npm run tsc && npm run typedoc && rocket build",
2525
"clean": "shx rm -rf ./_site* ./docs/_merged_*",
2626
"format": "prettier --write .",
27-
"postinstall": "patch-package",
2827
"lint": "eslint . --fix",
2928
"prestart": "npm run typedoc",
3029
"start": "rocket start",
@@ -46,17 +45,16 @@
4645
"@rocket/launch": "^0.4.0",
4746
"@rocket/search": "^0.3.2",
4847
"@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",
5251
"@web/dev-server-esbuild": "^0.2.11",
5352
"eleventy-plugin-add-web-component-definitions": "^2.1.2",
5453
"eleventy-plugin-helmet": "^0.2.2",
5554
"eslint": "^8.20.0",
5655
"eslint-config-atomic": "^1.18.1",
5756
"markdown-it": "^12.0.4",
5857
"markdown-it-prism": "^2.1.6",
59-
"patch-package": "^6.4.7",
6058
"plugins-manager": "^0.2.1",
6159
"prettier-config-atomic": "^3.0.10",
6260
"rollup-plugin-esbuild": "^3.0.2",

0 commit comments

Comments
 (0)