Skip to content

Commit

Permalink
Upgrade frontend dependencies (#4075)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sánchez García <cynthiasg@icloud.com>
  • Loading branch information
cynthia-sg authored Oct 7, 2024
1 parent fcbd9f2 commit 36823bf
Show file tree
Hide file tree
Showing 4 changed files with 1,950 additions and 1,868 deletions.
16 changes: 8 additions & 8 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.12.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
Expand All @@ -54,27 +54,27 @@
"@types/jest": "^29.5.13",
"@types/json-schema": "^7.0.14",
"@types/json-schema-merge-allof": "^0.6.5",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/semver": "^7.5.8",
"eslint": "^9.10.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.9.0",
"globals": "^15.10.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^29.7.0",
"prettier": "^3.3.3",
"react-scripts": "^5.0.1",
"sass": "^1.78.0",
"sass": "^1.79.4",
"shx": "^0.3.4",
"typescript": "^5.6.2",
"typescript-eslint": "^8.4.0"
"typescript-eslint": "^8.8.0"
},
"proxy": "http://localhost:8000",
"scripts": {
Expand Down
Loading

0 comments on commit 36823bf

Please sign in to comment.