minerva-juppiter-home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0e6739d8ca209b453b435361bc3db6464e918cde
parent dc16434804aa6dc15cea8d8d062ff3f923fd8b3f
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Tue,  8 Apr 2025 20:04:41 +0900

update dependences 20250408

Diffstat:
Mpackage.json | 23++++++++++++-----------
Msrc/AppRoutes.tsx | 5+++--
Asrc/assets/cumsom-bootstrap.scss | 7+++++++
3 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/package.json b/package.json @@ -10,24 +10,25 @@ "preview": "vite preview" }, "dependencies": { - "bootstrap": "5.3.3", - "react": "19.0.0", + "bootstrap": "5.3.5", + "react": "19.1.0", "react-bootstrap": "2.10.9", "react-device-detect": "2.2.3", - "react-dom": "19.0.0", - "react-router-dom": "7.4.0" + "react-dom": "19.1.0", + "react-router-dom": "7.5.0", + "sass": "1.86.3" }, "devDependencies": { - "@eslint/js": "9.23.0", - "@types/react": "19.0.12", - "@types/react-dom": "19.0.4", + "@eslint/js": "9.24.0", + "@types/react": "19.1.0", + "@types/react-dom": "19.1.1", "@vitejs/plugin-react-swc": "3.8.1", - "eslint": "9.23.0", + "eslint": "9.24.0", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-react-refresh": "0.4.19", "globals": "16.0.0", - "typescript": "5.8.2", - "typescript-eslint": "8.27.0", - "vite": "6.2.2" + "typescript": "5.8.3", + "typescript-eslint": "8.29.1", + "vite": "6.2.5" } } diff --git a/src/AppRoutes.tsx b/src/AppRoutes.tsx @@ -9,8 +9,9 @@ import Schedule from "./Schedule"; import Works from "./Works"; import Blog from "./Blog"; import Footer from "./Footer"; -import "./style.css"; - +import './assets/cumsom-bootstrap.scss'; + + const AppRoutes = () => { return ( <BrowserRouter> diff --git a/src/assets/cumsom-bootstrap.scss b/src/assets/cumsom-bootstrap.scss @@ -0,0 +1,6 @@ +@import "../../node_modules/bootstrap/scss/bootstrap.scss"; +@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Antique&display=swap"); + +$enable-rounded: false; +$brand-primary: #0f0a05; +$font: "Noto Sans JP";+ \ No newline at end of file