trim some unnecessary dependencies

This commit is contained in:
2025-04-07 12:11:04 -04:00
parent 80793c7330
commit 53d6f57699
19 changed files with 256 additions and 300 deletions
+7 -10
View File
@@ -23,13 +23,12 @@
"@giscus/react": "^3.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "15.3.0-canary.39",
"@next/mdx": "15.3.0-canary.39",
"@next/bundle-analyzer": "15.3.0-canary.41",
"@next/mdx": "15.3.0-canary.41",
"@octokit/graphql": "^8.2.1",
"@octokit/graphql-schema": "^15.26.0",
"@upstash/redis": "^1.34.6",
"@upstash/redis": "^1.34.7",
"clsx": "^2.1.1",
"comma-number": "^2.1.0",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^4.1.0",
"fast-glob": "^3.3.3",
@@ -38,7 +37,7 @@
"html-entities": "^2.6.0",
"lucide-react": "0.487.0",
"modern-normalize": "^3.0.1",
"next": "15.3.0-canary.39",
"next": "15.3.0-canary.41",
"polished": "^4.3.1",
"prop-types": "^15.8.1",
"react": "19.1.0",
@@ -64,7 +63,6 @@
"remark-smartypants": "^3.0.2",
"resend": "^4.2.0",
"shiki": "^3.2.1",
"to-vfile": "^8.0.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"valibot": "^1.0.0"
@@ -73,17 +71,16 @@
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.24.0",
"@jakejarvis/eslint-config": "^4.0.7",
"@types/comma-number": "^2.1.2",
"@types/mdx": "^2.0.13",
"@types/node": "^22.14.0",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@types/react-is": "^19.0.0",
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
"cross-env": "^7.0.3",
"eslint": "^9.24.0",
"eslint-config-next": "15.3.0-canary.39",
"eslint-config-next": "15.3.0-canary.41",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.31.0",
@@ -91,7 +88,7 @@
"eslint-plugin-mdx": "^3.4.0",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
"eslint-plugin-react-hooks": "^5.2.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",