Skip to content

Commit a16d910

Browse files
committed
Remove unused dependencies and type declarations for React 19
1 parent 0fa9d6d commit a16d910

File tree

5 files changed

+32
-171
lines changed

5 files changed

+32
-171
lines changed

package.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -101,45 +101,28 @@
101101
"devDependencies": {
102102
"@babel/preset-typescript": "^7.15.0",
103103
"@codecov/nextjs-webpack-plugin": "^1.9.0",
104-
"@prisma/client": "^5.8.1",
105-
"@radix-ui/react-popover": "^1.1.14",
106-
"@radix-ui/react-select": "^2.2.5",
107-
"@sentry/browser": "^9.27.0",
108104
"@spotlightjs/spotlight": "^2.5.0",
109105
"@tailwindcss/forms": "^0.5.7",
110106
"@tailwindcss/typography": "^0.5.10",
111107
"@types/dompurify": "3.0.5",
112-
"@types/mdast": "^4.0.4",
113108
"@types/node": "^20",
114109
"@types/react": "18.3.12",
115110
"@types/react-dom": "18.3.1",
116-
"@types/unist": "^3.0.3",
117111
"@types/ws": "^8.5.10",
118-
"@typescript-eslint/eslint-plugin": "^6.19.0",
119-
"@typescript-eslint/parser": "^6.19.0",
120112
"autoprefixer": "^10.4.17",
121-
"classnames": "^2.5.1",
122113
"concurrently": "^9.1.0",
123114
"dotenv-cli": "^7.4.1",
124115
"eslint": "^8",
125116
"eslint-config-next": "15.0.3",
126117
"eslint-config-sentry-docs": "^2.10.0",
127-
"github-slugger": "^2.0.0",
128118
"jest": "^29.5.0",
129119
"jest-dom": "^4.0.0",
130120
"jest-environment-jsdom": "^29.5.0",
131-
"mdast-util-from-markdown": "^2.0.2",
132-
"mdast-util-to-markdown": "^2.1.2",
133-
"mdast-util-to-string": "^4.0.0",
134121
"postcss": "^8.4.33",
135122
"prettier": "^3.2.4",
136-
"refractor": "^5.0.0",
137-
"remark-rehype": "^11.1.2",
138123
"tailwindcss": "^3.4.1",
139124
"ts-node": "^10.9.1",
140125
"typescript": "^5",
141-
"unified": "^11.0.5",
142-
"unist-util-visit": "^5.0.0",
143126
"vite-tsconfig-paths": "^5.0.1",
144127
"vitest": "^3.0.7",
145128
"ws": "^8.17.1"

pnpm-lock.yaml

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

src/@types/react.d.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/@types/utils.d.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)