Skip to content

Commit 3230c5a

Browse files
committed
Update dependencies
1 parent 16acced commit 3230c5a

File tree

9 files changed

+636
-576
lines changed

9 files changed

+636
-576
lines changed

package.json

+18-19
Original file line numberDiff line numberDiff line change
@@ -8,45 +8,44 @@
88
"preview": "vite preview",
99
"lint": "eslint src",
1010
"lint:fix": "eslint src --fix",
11-
"autocorrect": "node src/tools/autocorrect src/**/*.md --verbose"
11+
"autocorrect": "node src/tools/autocorrect **/*.md --verbose"
1212
},
1313
"dependencies": {
1414
"@emotion/react": "^11.11.1",
1515
"@emotion/styled": "^11.11.0",
1616
"@fontsource/roboto": "^5.0.8",
1717
"@honkhonk/vite-plugin-svgr": "^1.1.0",
18-
"@mui/material": "^5.14.13",
19-
"@mui/styles": "^5.14.13",
20-
"@tanstack/react-query": "^4.36.1",
21-
"@tanstack/react-virtual": "^3.0.0-beta.65",
22-
"@types/markdown-it": "^13.0.2",
23-
"@types/react": "^18.2.28",
24-
"@types/react-dom": "^18.2.13",
25-
"@typescript-eslint/eslint-plugin": "^6.7.5",
26-
"@typescript-eslint/parser": "^6.7.5",
27-
"@vitejs/plugin-react-swc": "^3.4.0",
18+
"@mui/material": "^5.14.19",
19+
"@mui/styles": "^5.14.19",
20+
"@tanstack/react-query": "^5.12.2",
21+
"@tanstack/react-virtual": "^3.0.0",
22+
"@types/markdown-it": "^13.0.7",
23+
"@types/react": "^18.2.41",
24+
"@types/react-dom": "^18.2.17",
25+
"@typescript-eslint/eslint-plugin": "^6.13.1",
26+
"@typescript-eslint/parser": "^6.13.1",
27+
"@vitejs/plugin-react-swc": "^3.5.0",
2828
"autocorrect-node": "^2.8.4",
2929
"clsx": "^2.0.0",
30-
"eslint": "^8.51.0",
30+
"eslint": "^8.55.0",
3131
"eslint-plugin-react": "^7.33.2",
3232
"eslint-plugin-react-hooks": "^4.6.0",
3333
"glob": "^10.3.10",
34-
"lefthook": "^1.5.2",
34+
"lefthook": "^1.5.5",
3535
"markdown-it": "^13.0.2",
3636
"markdown-it-prism": "^2.3.0",
3737
"mdi-material-ui": "^7.7.0",
3838
"prismjs": "^1.29.0",
3939
"react": "^18.2.0",
4040
"react-dom": "^18.2.0",
41-
"react-router-dom": "^6.16.0",
42-
"terser": "^5.21.0",
41+
"react-router-dom": "^6.20.1",
42+
"terser": "^5.24.0",
4343
"timeago.js": "^4.0.2",
4444
"typeface-roboto": "^1.1.13",
45-
"typescript": "^5.2.2",
46-
"vite": "^4.4.11",
47-
"vite-plugin-compression2": "^0.10.5",
45+
"typescript": "^5.3.2",
46+
"vite": "^5.0.4",
47+
"vite-plugin-compression2": "^0.11.0",
4848
"vite-plugin-minify": "^1.5.2",
49-
"vite-plugin-progress": "^0.0.7",
5049
"vite-plugin-replace": "^0.1.1"
5150
}
5251
}

0 commit comments

Comments
 (0)