fix(scripts): accessing tsComment

This commit is contained in:
iCrawl
2023-03-25 14:02:40 +01:00
parent abd6ae9fc8
commit d8d5f31d39
22 changed files with 225 additions and 172 deletions

View File

@@ -59,7 +59,7 @@
"bright": "^0.7.0",
"cmdk": "^0.2.0",
"meilisearch": "^0.31.1",
"next": "^13.2.5-canary.15",
"next": "^13.2.5-canary.16",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
@@ -70,15 +70,15 @@
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.3",
"sharp": "^0.32.0",
"swr": "^2.1.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.2.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "18.15.6",
"@types/react": "^18.0.28",
"@types/node": "18.15.9",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@unocss/cli": "^0.50.6",
"@unocss/reset": "^0.50.6",
@@ -92,7 +92,7 @@
"eslint-formatter-pretty": "^5.0.0",
"happy-dom": "^8.9.0",
"lighthouse": "^10.1.0",
"prettier": "^2.8.6",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.5",
"typescript": "^5.0.2",
"unocss": "^0.50.6",