Skip to content

Commit

Permalink
Upgrade frontend dependencies (#4040)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sánchez García <[email protected]>
  • Loading branch information
cynthia-sg committed Sep 16, 2024
1 parent 028513c commit 78e386e
Show file tree
Hide file tree
Showing 6 changed files with 1,112 additions and 1,106 deletions.
26 changes: 13 additions & 13 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"react-color": "^2.19.3",
"react-diff-view": "3.0.2",
"react-dom": "^18.3.1",
"react-icons": "^5.2.0",
"react-icons": "^5.3.0",
"react-image-crop": "^11.0.6",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.26.0",
"react-router-dom": "^6.26.1",
"react-syntax-highlighter": "^15.5.0",
"regexify-string": "^1.0.17",
"rehype-github-alerts": "^3.0.0",
Expand All @@ -39,29 +39,29 @@
"tinycolor2": "^1.6.0",
"ua-parser-js": "^1.0.38",
"unified": "^10.1.2",
"yaml": "^2.4.5"
"yaml": "^2.5.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.10.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/bootstrap": "^5.2.10",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@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.1.0",
"@types/react": "^18.3.3",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@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.8.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
Expand All @@ -71,10 +71,10 @@
"jest-mock": "^29.7.0",
"prettier": "^3.3.3",
"react-scripts": "^5.0.1",
"sass": "^1.77.8",
"sass": "^1.78.0",
"shx": "^0.3.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
"typescript": "^5.6.2",
"typescript-eslint": "^8.4.0"
},
"proxy": "http://localhost:8000",
"scripts": {
Expand Down
Loading

0 comments on commit 78e386e

Please sign in to comment.