Skip to content

Commit

Permalink
build(deps): upgrade react to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchristiansen committed Jan 24, 2025
1 parent b7483b2 commit 3cbfc32
Show file tree
Hide file tree
Showing 3 changed files with 1,593 additions and 1,584 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sfm-designer",
"private": true,
"version": "0.1.0",
"homepage": "https://blueskyspectroscopy.github.io/sfm-designer/",
"homepage": "/sfm-designer",
"license": "MPL-2.0",
"type": "module",
"scripts": {
Expand All @@ -16,18 +16,18 @@
"@mdx-js/react": "^3.1.0",
"bootstrap": "^5.3.3",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react": "^19.0.0",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1",
"react-router-dom": "^7.1.3",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@mdx-js/rollup": "^3.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.9.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
Expand All @@ -36,7 +36,7 @@
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"sass-embedded": "^1.77.8",
"vite": "^5.4.12",
"vite": "^6.0.11",
"vite-plugin-svgr": "^4.2.0"
}
}
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

// Anything that was defined above is overridden in the generated Bootstrap
// styles. The Bootstrap SCSS variables will be available after this.
@import 'node_modules/bootstrap/scss/bootstrap';
@import "../node_modules/bootstrap/scss/bootstrap";
Loading

0 comments on commit 3cbfc32

Please sign in to comment.