Skip to content

Commit a0d3463

Browse files
Update bootstrap and sass pins to have more up-to-date versions without deprecation warnings (#359)
1 parent 3d5fb2c commit a0d3463

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

canopeum_frontend/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

canopeum_frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@emotion/styled": "^11.11.0",
1919
"@mui/material": "^5.15.14",
2020
"@mui/x-charts": "^7.18.0",
21-
"bootstrap": "^5.3.3",
21+
"bootstrap": "^5.3.4",
2222
"browser-image-compression": "^2.0.2",
2323
"i18next": "^23.10.1",
2424
"i18next-browser-languagedetector": "^8.0.0",
@@ -36,7 +36,7 @@
3636
"use-debounce": "^10.0.0",
3737
"zustand": "^4.5.2"
3838
},
39-
"// sass": "Tons of deprecation warnings since 1.77.7 with bootstrap",
39+
"// sass <1.79.x": "https://github.com/orgs/twbs/discussions/41370",
4040
"// typescript": "Follow versions supported by @typescript-eslint/typescript-estree",
4141
"devDependencies": {
4242
"@types/node": "^20.11.30",
@@ -52,7 +52,7 @@
5252
"eslint-plugin-react-prefer-function-component": "^3.3.0",
5353
"eslint-plugin-react-refresh": "^0.4.5",
5454
"nswag": "^14.1.0",
55-
"sass": "1.77.6",
55+
"sass": "~1.78",
5656
"typescript": "~5.7",
5757
"vite": "^5.4.6"
5858
}

0 commit comments

Comments
 (0)