update the deps

This commit is contained in:
PrinOrange
2024-04-17 12:56:08 +08:00
parent f95e595db5
commit 6d5f95e7d4
3 changed files with 520 additions and 1108 deletions

View File

@@ -1,7 +1,6 @@
{ {
"printWidth": 120, "printWidth": 120,
"endOfLine": "auto", "endOfLine": "auto",
"jsxBracketSameLine": true,
"trailingComma": "all", "trailingComma": "all",
"plugins": ["prettier-plugin-tailwindcss", "prettier-plugin-organize-imports", "react"] "plugins": ["prettier-plugin-tailwindcss", "prettier-plugin-organize-imports", "react"]
} }

1617
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,7 +49,7 @@
"jsdom": "^24.0.0", "jsdom": "^24.0.0",
"katex": "^0.16.9", "katex": "^0.16.9",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lucide-react": "^0.292.0", "lucide-react": "^0.368.0",
"minisearch": "^6.3.0", "minisearch": "^6.3.0",
"nanoid": "^5.0.3", "nanoid": "^5.0.3",
"next": "^14.1.3", "next": "^14.1.3",
@@ -71,11 +71,11 @@
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^7.1.0", "rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0", "rehype-highlight": "^7.0.0",
"rehype-katex": "^6.0.3", "rehype-katex": "^7.0.0",
"rehype-mathjax": "^5.0.0", "rehype-mathjax": "^6.0.0",
"rehype-preset-minify": "^7.0.0", "rehype-preset-minify": "^7.0.0",
"rehype-raw": "^7.0.0", "rehype-raw": "^7.0.0",
"rehype-slug": "5.1", "rehype-slug": "^6.0.0",
"remark-external-links": "^9.0.1", "remark-external-links": "^9.0.1",
"remark-gfm": "^3.0.1", "remark-gfm": "^3.0.1",
"remark-math": "^5.1.1", "remark-math": "^5.1.1",
@@ -109,7 +109,7 @@
"prettier": "^3.0.3", "prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.4", "prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.7", "prettier-plugin-tailwindcss": "^0.5.7",
"tar": "^6.2.0", "tar": "^7.0.1",
"turbo": "^1.11.0", "turbo": "^1.11.0",
"webpack-obfuscator": "^3.5.1" "webpack-obfuscator": "^3.5.1"
} }