Skip to content

Commit 1e9502f

Browse files
authored
chore(apps/web): update package.json (#633)
1. move `@types/node` to `devDependencies` 2. move `@types/react-highlight-words` to `devDependencies` 3. remove unused package `swr` 4. remove unused package `unique-names-generator` 5. remove unused package `uuid`
1 parent 8f47d4d commit 1e9502f

File tree

2 files changed

+26
-50
lines changed

2 files changed

+26
-50
lines changed

apps/web/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
"@supabase/supabase-auth-helpers": "^1.4.2",
3737
"@supabase/supabase-js": "^2.36.0",
3838
"@tailwindcss/typography": "0.5.9",
39-
"@types/node": "20.6.3",
40-
"@types/react-highlight-words": "^0.16.4",
4139
"@vercel/analytics": "^1.0.2",
4240
"acorn": "^8.8.1",
4341
"autoprefixer": "^10.4.7",
@@ -64,24 +62,23 @@
6462
"remark-mdx": "^2.3.0",
6563
"shiki": "^0.11.1",
6664
"simple-functional-loader": "^1.2.1",
67-
"swr": "^2.2.4",
6865
"tailwind-merge": "^1.14.0",
6966
"tailwindcss": "^3.3.3",
7067
"tailwindcss-animate": "^1.0.7",
7168
"typescript": "5.1.6",
72-
"unique-names-generator": "^4.7.1",
7369
"unist-util-filter": "^4.0.1",
7470
"unist-util-visit": "^4.1.1",
7571
"usehooks-ts": "^2.16.0",
76-
"uuid": "^9.0.1",
7772
"zustand": "^4.3.2"
7873
},
7974
"devDependencies": {
8075
"@nodelib/fs.walk": "^2.0.0",
8176
"@stylistic/eslint-plugin-ts": "^1.6.2",
8277
"@types/mdx": "^2.0.8",
78+
"@types/node": "20.6.3",
8379
"@types/react": "^18.3.11",
8480
"@types/react-dom": "^18.3.1",
81+
"@types/react-highlight-words": "^0.16.4",
8582
"eslint-config-next": "14.2.21",
8683
"knip": "^5.43.6",
8784
"sharp": "^0.32.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)