Skip to content

Commit

Permalink
Merge pull request #261 from yeecord/upgrade
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kane50613 authored Jun 9, 2024
2 parents 780979c + 947be96 commit a348153
Show file tree
Hide file tree
Showing 9 changed files with 6,646 additions and 3,706 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"lint": "next lint",
"format": "prettier . -w -l"
},
"packageManager": "[email protected]",
"dependencies": {
"@resvg/resvg-js": "^2.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.2.6",
"fumadocs-core": "^11.2.1",
"fumadocs-mdx": "^8.2.23",
"fumadocs-ui": "^11.2.1",
"lucide-react": "^0.379.0",
"framer-motion": "^11.2.10",
"fumadocs-core": "^12.0.1",
"fumadocs-mdx": "^8.2.29",
"fumadocs-ui": "^12.0.1",
"lucide-react": "^0.390.0",
"next": "^14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -30,24 +31,24 @@
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.2",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.2",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3",
"tsx": "^4.11.0",
"tailwindcss": "^3.4.4",
"tsx": "^4.15.1",
"typescript": "5.4.5"
}
}
Loading

0 comments on commit a348153

Please sign in to comment.