bump version

This commit is contained in:
2024-03-14 16:13:21 +08:00
parent 778cb388de
commit fe3ce412e5
4 changed files with 3758 additions and 9816 deletions

View File

@@ -1,5 +1,5 @@
import Image from "next/image"; import Image from "next/image";
import bgImage from "../public/SprbScan021.png"; import bgImage from "../public/SprbScan021.png.webp";
export default function Background() { export default function Background() {
return ( return (

9798
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,24 +9,24 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.8.2", "@emotion/react": "^11.11.4",
"@emotion/styled": "^11.8.1", "@emotion/styled": "^11.11.0",
"@mdx-js/loader": "^2.1.1", "@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^2.1.1", "@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^5.5.1", "@mui/icons-material": "^5.15.13",
"@mui/lab": "^5.0.0-alpha.75", "@mui/lab": "^5.0.0-alpha.168",
"@mui/material": "^5.5.3", "@mui/material": "^5.15.13",
"@next/mdx": "^12.1.4", "@next/mdx": "^14.1.3",
"chart.js": "^3.7.1", "chart.js": "^4.4.2",
"next": "12.1.2", "next": "14.1.3",
"react": "17.0.2", "react": "18.2.0",
"react-chartjs-2": "^4.0.1", "react-chartjs-2": "^5.2.0",
"react-dom": "17.0.2", "react-dom": "18.2.0",
"remark": "^14.0.2", "remark": "^15.0.1",
"remark-mdx": "^2.1.1" "remark-mdx": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "8.12.0", "eslint": "8.57.0",
"eslint-config-next": "12.1.2" "eslint-config-next": "14.1.3"
} }
} }

3740
yarn.lock Normal file

File diff suppressed because it is too large Load Diff