Skip to content

Commit 3349311

Browse files
committed
chore: update frontend dependencies
1 parent 775673d commit 3349311

File tree

2 files changed

+713
-714
lines changed

2 files changed

+713
-714
lines changed

web/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@matejmazur/react-katex": "^3.1.3",
1919
"@mui/joy": "5.0.0-beta.51",
2020
"@radix-ui/react-popover": "^1.1.6",
21-
"@usememos/mui": "0.0.1-alpha.26",
21+
"@usememos/mui": "0.1.0-20250312125611",
2222
"clsx": "^2.1.1",
2323
"copy-to-clipboard": "^3.3.3",
2424
"dayjs": "^1.11.13",
@@ -39,7 +39,7 @@
3939
"react-hot-toast": "^2.5.2",
4040
"react-i18next": "^15.4.1",
4141
"react-leaflet": "^4.2.1",
42-
"react-router-dom": "^7.2.0",
42+
"react-router-dom": "^7.3.0",
4343
"react-simple-pull-to-refresh": "^1.3.3",
4444
"react-use": "^17.6.0",
4545
"tailwind-merge": "^2.6.0",
@@ -50,14 +50,14 @@
5050
"zustand": "^5.0.3"
5151
},
5252
"devDependencies": {
53-
"@bufbuild/buf": "^1.50.0",
53+
"@bufbuild/buf": "^1.50.1",
5454
"@bufbuild/protobuf": "^2.2.3",
5555
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
5656
"@types/d3": "^7.4.3",
5757
"@types/katex": "^0.16.7",
5858
"@types/leaflet": "^1.9.16",
5959
"@types/lodash-es": "^4.17.12",
60-
"@types/node": "^22.13.8",
60+
"@types/node": "^22.13.10",
6161
"@types/qs": "^6.9.18",
6262
"@types/react": "^18.3.18",
6363
"@types/react-dom": "^18.3.5",
@@ -67,7 +67,7 @@
6767
"@typescript-eslint/parser": "^7.18.0",
6868
"@vitejs/plugin-legacy": "^6.0.2",
6969
"@vitejs/plugin-react": "^4.3.4",
70-
"autoprefixer": "^10.4.20",
70+
"autoprefixer": "^10.4.21",
7171
"code-inspector-plugin": "^0.18.3",
7272
"eslint": "^8.57.1",
7373
"eslint-config-prettier": "^9.1.0",
@@ -76,15 +76,16 @@
7676
"long": "^5.3.1",
7777
"nice-grpc-web": "^3.3.6",
7878
"postcss": "^8.5.3",
79-
"prettier": "^3.5.2",
79+
"prettier": "^3.5.3",
8080
"protobufjs": "^7.4.0",
8181
"terser": "^5.39.0",
8282
"typescript": "^5.8.2",
83-
"vite": "^6.2.0"
83+
"vite": "^6.2.1"
8484
},
8585
"pnpm": {
8686
"onlyBuiltDependencies": [
87-
"@bufbuild/buf"
87+
"@bufbuild/buf",
88+
"esbuild"
8889
]
8990
}
9091
}

0 commit comments

Comments
 (0)