Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxuanjun committed Feb 19, 2025
1 parent 2e95641 commit 3782e2c
Show file tree
Hide file tree
Showing 6 changed files with 1,725 additions and 2,226 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
55 changes: 28 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,39 +13,40 @@
"metadata": "node src/tools/metadata -i src/contents/news/*.md -o src/assets/metadata/news.json"
},
"dependencies": {
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.11.1",
"@fontsource/roboto": "^5.1.0",
"@mui/material": "6.1.2",
"@mui/styles": "^6.1.2",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-virtual": "^3.10.8",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@eslint/compat": "1.2.6",
"@eslint/js": "^9.20.0",
"@fontsource/roboto": "^5.1.1",
"@mui/material": "^6.4.5",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-virtual": "^3.13.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react-swc": "^3.7.1",
"autocorrect-node": "^2.11.1",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"glob": "^11.0.0",
"lefthook": "^1.7.18",
"@types/node": "^22.13.4",
"@types/react": "^18.2.8",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"autocorrect-node": "^2.13.0",
"eslint": "^9.20.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"glob": "^11.0.1",
"lefthook": "^1.10.10",
"markdown-it": "^14.1.0",
"markdown-it-meta": "^0.0.1",
"markdown-it-prism": "^2.3.0",
"mdi-material-ui": "^7.9.2",
"mdi-material-ui": "^7.9.3",
"prismjs": "^1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.26.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.4",
"timeago.js": "^4.0.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.1.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-minify": "^2.0.0",
"vite-plugin-svgr": "^4.2.0"
"vite-plugin-minify": "^2.1.0",
"vite-plugin-svgr": "^4.3.0"
}
}
Loading

0 comments on commit 3782e2c

Please sign in to comment.