mirror of
https://github.com/usememos/memos.git
synced 2024-12-28 08:03:01 +08:00
chore: upgrade frontend dependencies
This commit is contained in:
parent
07667257d5
commit
6184375cbb
2 changed files with 646 additions and 709 deletions
|
@ -12,13 +12,13 @@
|
|||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@emotion/react": "^11.11.4",
|
||||
"@emotion/styled": "^11.11.5",
|
||||
"@github/relative-time-element": "^4.4.0",
|
||||
"@emotion/react": "^11.13.0",
|
||||
"@emotion/styled": "^11.13.0",
|
||||
"@github/relative-time-element": "^4.4.2",
|
||||
"@matejmazur/react-katex": "^3.1.3",
|
||||
"@mui/joy": "5.0.0-beta.48",
|
||||
"@radix-ui/react-popover": "^1.1.1",
|
||||
"@reduxjs/toolkit": "^2.2.6",
|
||||
"@reduxjs/toolkit": "^2.2.7",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
|
@ -26,53 +26,53 @@
|
|||
"dompurify": "^3.1.6",
|
||||
"fuse.js": "^7.0.0",
|
||||
"highlight.js": "^11.10.0",
|
||||
"i18next": "^23.11.5",
|
||||
"i18next": "^23.12.2",
|
||||
"katex": "^0.16.11",
|
||||
"lodash-es": "^4.17.21",
|
||||
"lucide-react": "^0.399.0",
|
||||
"mermaid": "^10.9.0",
|
||||
"mermaid": "^10.9.1",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
"react-i18next": "^14.1.1",
|
||||
"react-i18next": "^14.1.3",
|
||||
"react-redux": "^9.1.2",
|
||||
"react-router-dom": "^6.24.0",
|
||||
"react-use": "^17.5.0",
|
||||
"react-router-dom": "^6.25.1",
|
||||
"react-use": "^17.5.1",
|
||||
"tailwind-merge": "^2.4.0",
|
||||
"tailwindcss": "^3.4.5",
|
||||
"tailwindcss": "^3.4.7",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"textarea-caret": "^3.1.0",
|
||||
"uuid": "^10.0.0",
|
||||
"zustand": "^4.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bufbuild/buf": "^1.34.0",
|
||||
"@bufbuild/buf": "^1.35.1",
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
||||
"@types/d3": "^7.4.3",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@types/katex": "^0.16.7",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^20.14.11",
|
||||
"@types/node": "^20.14.13",
|
||||
"@types/qs": "^6.9.15",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/textarea-caret": "^3.0.3",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
||||
"@typescript-eslint/parser": "^7.16.1",
|
||||
"@vitejs/plugin-react": "^4.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-react": "^7.34.3",
|
||||
"eslint-plugin-react": "^7.35.0",
|
||||
"less": "^4.2.0",
|
||||
"long": "^5.2.3",
|
||||
"nice-grpc-web": "^3.3.3",
|
||||
"postcss": "^8.4.39",
|
||||
"nice-grpc-web": "^3.3.4",
|
||||
"postcss": "^8.4.40",
|
||||
"prettier": "^3.3.3",
|
||||
"protobufjs": "^7.3.2",
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^5.3.4"
|
||||
"typescript": "^5.5.4",
|
||||
"vite": "^5.3.5"
|
||||
}
|
||||
}
|
||||
|
|
1315
web/pnpm-lock.yaml
1315
web/pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue