Skip to content

Commit

Permalink
chore: Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Dec 17, 2024
1 parent 15d52ea commit 821134b
Show file tree
Hide file tree
Showing 7 changed files with 4,791 additions and 5,079 deletions.
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageManager": "pnpm",
"install": "always",
"reject": ["eslint-plugin-unused-imports"],
"reject": ["eslint-plugin-unused-imports", "eslint"],
"cache": true,
"cacheExpiration": 30
}
59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,42 +23,43 @@
"dependencies": {
"@hayao/next-view-transitions": "0.2.1",
"clsx": "^2.1.1",
"framer-motion": "^11.3.6",
"framer-motion": "^11.15.0",
"gray-matter": "^4.0.3",
"jotai": "^2.9.0",
"next": "14.2.5",
"jotai": "^2.10.4",
"next": "14.2.20",
"next-mdx-remote": "5.0.0",
"nextjs-simple-typewriter": "^5.2.2",
"react": "18.3.1",
"react-daisyui": "^5.0.0",
"react-daisyui": "^5.0.5",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-icons": "^5.4.0",
"react-icons-ms": "npm:[email protected]",
"react-twitter-widgets": "^1.11.0",
"rehype-code-titles": "^1.2.0",
"rehype-pretty-code": "^0.13.2",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"sass": "^1.77.8",
"shiki": "^1.10.3",
"sass": "^1.83.0",
"shiki": "^1.24.2",
"tailwind-children": "^0.5.0",
"tocbot": "^4.28.2",
"typescript": "5.5.3",
"tocbot": "^4.32.2",
"typescript": "5.7.2",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@eslint/js": "^9.17.0",
"@next/eslint-plugin-next": "^14.2.5",
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/typography": "^0.5.15",
"@types/gtag.js": "^0.0.20",
"@types/mdx": "^2.0.13",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.10",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -70,18 +71,18 @@
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-unused-imports": "^3.2.0",
"npm-check-updates": "^16.14.20",
"postcss": "^8.4.39",
"postcss-nested": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.6",
"eslint-plugin-unused-imports": "^4.1.4",
"npm-check-updates": "^17.1.11",
"postcss": "^8.4.49",
"postcss-nested": "^7.0.2",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"tailwindcss-brand-colors": "^0.3.6",
"tailwindcss-textshadow": "^2.1.3",
"typescript-eslint": "8.0.0-alpha.30"
"typescript-eslint": "8.18.1"
},
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"packageManager": "pnpm@9.15.0",
"volta": {
"node": "20.10.0"
}
Expand Down
Loading

0 comments on commit 821134b

Please sign in to comment.