bump version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Image from "next/image";
|
||||
import bgImage from "../public/SprbScan021.png";
|
||||
import bgImage from "../public/SprbScan021.png.webp";
|
||||
|
||||
export default function Background() {
|
||||
return (
|
||||
|
||||
9798
package-lock.json
generated
9798
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@@ -9,24 +9,24 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.8.2",
|
||||
"@emotion/styled": "^11.8.1",
|
||||
"@mdx-js/loader": "^2.1.1",
|
||||
"@mdx-js/react": "^2.1.1",
|
||||
"@mui/icons-material": "^5.5.1",
|
||||
"@mui/lab": "^5.0.0-alpha.75",
|
||||
"@mui/material": "^5.5.3",
|
||||
"@next/mdx": "^12.1.4",
|
||||
"chart.js": "^3.7.1",
|
||||
"next": "12.1.2",
|
||||
"react": "17.0.2",
|
||||
"react-chartjs-2": "^4.0.1",
|
||||
"react-dom": "17.0.2",
|
||||
"remark": "^14.0.2",
|
||||
"remark-mdx": "^2.1.1"
|
||||
"@emotion/react": "^11.11.4",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mdx-js/loader": "^3.0.1",
|
||||
"@mdx-js/react": "^3.0.1",
|
||||
"@mui/icons-material": "^5.15.13",
|
||||
"@mui/lab": "^5.0.0-alpha.168",
|
||||
"@mui/material": "^5.15.13",
|
||||
"@next/mdx": "^14.1.3",
|
||||
"chart.js": "^4.4.2",
|
||||
"next": "14.1.3",
|
||||
"react": "18.2.0",
|
||||
"react-chartjs-2": "^5.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"remark": "^15.0.1",
|
||||
"remark-mdx": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "8.12.0",
|
||||
"eslint-config-next": "12.1.2"
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-next": "14.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user