[update] update some dependencies
This commit is contained in:
82
package.json
82
package.json
@@ -24,45 +24,45 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@giscus/react": "^3.0.0",
|
||||
"@mdx-js/loader": "^3.0.0",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"@next/mdx": "^14.0.1",
|
||||
"@node-rs/jieba": "^1.8.1",
|
||||
"@radix-ui/react-accordion": "^1.1.2",
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
"@radix-ui/react-separator": "^1.0.3",
|
||||
"@radix-ui/react-slot": "^1.0.2",
|
||||
"@radix-ui/react-switch": "^1.0.3",
|
||||
"@radix-ui/react-toast": "^1.1.5",
|
||||
"@vercel/analytics": "^1.1.1",
|
||||
"@vercel/speed-insights": "^1.0.2",
|
||||
"autoprefixer": "^10.4.18",
|
||||
"axios": "^1.6.4",
|
||||
"@mdx-js/loader": "^3.0.1",
|
||||
"@mdx-js/react": "^3.0.1",
|
||||
"@next/mdx": "^14.2.5",
|
||||
"@node-rs/jieba": "^1.10.3",
|
||||
"@radix-ui/react-accordion": "^1.2.0",
|
||||
"@radix-ui/react-dialog": "^1.1.1",
|
||||
"@radix-ui/react-separator": "^1.1.0",
|
||||
"@radix-ui/react-slot": "^1.1.0",
|
||||
"@radix-ui/react-switch": "^1.1.0",
|
||||
"@radix-ui/react-toast": "^1.2.1",
|
||||
"@vercel/analytics": "^1.3.1",
|
||||
"@vercel/speed-insights": "^1.0.12",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"axios": "^1.7.4",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.0.0",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.0.0",
|
||||
"colors": "^1.4.0",
|
||||
"highlight.js": "^11.9.0",
|
||||
"jsdom": "^24.0.0",
|
||||
"katex": "^0.16.9",
|
||||
"highlight.js": "^11.10.0",
|
||||
"jsdom": "^24.1.1",
|
||||
"katex": "^0.16.11",
|
||||
"lodash": "^4.17.21",
|
||||
"lucide-react": "^0.368.0",
|
||||
"minisearch": "^6.3.0",
|
||||
"nanoid": "^5.0.3",
|
||||
"next": "^14.1.3",
|
||||
"lucide-react": "^0.427.0",
|
||||
"minisearch": "^7.1.0",
|
||||
"nanoid": "^5.0.7",
|
||||
"next": "^14.2.5",
|
||||
"next-mdx-remote": "^4.4.1",
|
||||
"next-seo": "^6.4.0",
|
||||
"next-seo": "^6.5.0",
|
||||
"next-share": "^0.27.0",
|
||||
"next-themes": "^0.3.0",
|
||||
"object-sizeof": "^2.6.3",
|
||||
"postcss": "^8.4.38",
|
||||
"object-sizeof": "^2.6.5",
|
||||
"postcss": "^8.4.41",
|
||||
"prism": "^4.1.2",
|
||||
"prismjs": "^1.29.0",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"react": "18.2.0",
|
||||
"react-copy-to-clipboard": "^5.1.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-icons": "^5.0.1",
|
||||
"react-icons": "^5.3.0",
|
||||
"react-query": "^3.39.3",
|
||||
"react-swipeable": "^7.0.1",
|
||||
"react-syntax-highlighter": "^15.5.0",
|
||||
@@ -77,35 +77,35 @@
|
||||
"remark-gfm": "^3.0.1",
|
||||
"remark-math": "^5.1.1",
|
||||
"remark-prism": "^1.3.6",
|
||||
"tailwind-merge": "^2.0.0",
|
||||
"tailwindcss": "^3.4.0",
|
||||
"tailwind-merge": "^2.5.2",
|
||||
"tailwindcss": "^3.4.10",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"title-case": "^4.3.1",
|
||||
"typescript": "5.2.2",
|
||||
"url-join": "^5.0.0",
|
||||
"zustand": "^4.4.7"
|
||||
"zustand": "^4.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.8.3",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@tailwindcss/typography": "^0.5.14",
|
||||
"@types/archiver": "^6.0.2",
|
||||
"@types/inquirer": "^9.0.7",
|
||||
"@types/jsdom": "^21.1.5",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/mdx": "^2.0.10",
|
||||
"@types/node": "^20.9.2",
|
||||
"@types/react": "^18.2.37",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/lodash": "^4.17.7",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^20.14.15",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-copy-to-clipboard": "^5.0.7",
|
||||
"@types/react-dom": "^18.2.15",
|
||||
"@types/react-syntax-highlighter": "^15.5.11",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"@types/remark-prism": "^1.3.7",
|
||||
"@types/tar": "^6.1.11",
|
||||
"@types/tar": "^6.1.13",
|
||||
"archiver": "^7.0.1",
|
||||
"autocorrect-node": "^2.11.1",
|
||||
"bun": "^1.1.22",
|
||||
"bun": "^1.1.24",
|
||||
"feed": "^4.2.2",
|
||||
"inquirer": "^9.2.12",
|
||||
"tar": "^7.0.1",
|
||||
"inquirer": "^9.3.6",
|
||||
"tar": "^7.4.3",
|
||||
"turbo": "^2.0.12",
|
||||
"webpack-obfuscator": "^3.5.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user