-
- Downloads
Merge branch 'f-no-googlefonts' into 'dev'
MAINT: Prevent Sass deprecation warnings See merge request !10
No related branches found
No related tags found
... | @@ -23,8 +23,8 @@ | ... | @@ -23,8 +23,8 @@ |
"i18n": "i18next --config .i18next-parser.config.js \"src/**/*.{js,jsx}\"" | "i18n": "i18next --config .i18next-parser.config.js \"src/**/*.{js,jsx}\"" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@files-ui/react": "^1.0.8", | |||
"@indiscale/caosdb-webui-info-service": "^0.0.2", | "@indiscale/caosdb-webui-info-service": "^0.0.2", | ||
"@indiscale/files-ui-react": "^1.2.4", | |||
"i18next": "^23.4.9", | "i18next": "^23.4.9", | ||
"i18next-resources-to-backend": "^1.1.4", | "i18next-resources-to-backend": "^1.1.4", | ||
"prop-types": "^15.8.1", | "prop-types": "^15.8.1", | ||
... | @@ -63,7 +63,7 @@ | ... | @@ -63,7 +63,7 @@ |
"react": "^18.2.0", | "react": "^18.2.0", | ||
"react-bootstrap": "^2.7.2", | "react-bootstrap": "^2.7.2", | ||
"react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
"sass": "^1.58.3", | "sass": "^1.58.3 <1.77.7", | ||
"sass-loader": "^13.2.0", | "sass-loader": "^13.2.0", | ||
"style-loader": "^3.3.1", | "style-loader": "^3.3.1", | ||
"webpack": "^5.75.0", | "webpack": "^5.75.0", | ||
... | ... |
Please register or sign in to comment