-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package: bump all module versions #204
Comments
Most of the vulnerabilities were solved, but there are still some. All of them (or almost all), are related to I had tried myself to upgrade it but |
It seems that diff --git a/reana-ui/package.json b/reana-ui/package.json
index 93321c2..0edece6 100644
--- a/reana-ui/package.json
+++ b/reana-ui/package.json
@@ -16,12 +16,12 @@
"react-minimal-pie-chart": "^8.0.1",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
- "react-scripts": "^4.0.0",
+ "react-scripts": "^5.0.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
- "semantic-ui-react": "^0.88.2"
+ "semantic-ui-react": "^2.0.0"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
@@ -44,7 +44,8 @@
},
"devDependencies": {
"@craco/craco": "^6.0.0",
- "@semantic-ui-react/craco-less": "^1.2.1",
+ "@semantic-ui-react/craco-less": "^2.0.0",
+ "babel-eslint": "^10.1.0",
"craco-alias": "^2.1.1",
"eslint-config-prettier": "^6.5.0",
"eslint-config-react-app": "^5.2.0",
Related issues: |
- upgrade semantic-ui deps to latest - install `@semantic-ui-react/css-patch` to fix `semantic-ui-css` issue (Semantic-Org/Semantic-UI-React#4287 (comment)) closes reanahub#204
Many vulnerabilities found: https://github.com/reanahub/reana-ui/security/dependabot
Two dependabot PRs
The text was updated successfully, but these errors were encountered: