Skip to content

Commit

Permalink
Upgrade frontend dependencies (#3346)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
  • Loading branch information
cynthia-sg authored Sep 13, 2023
1 parent b91ce44 commit 7aef350
Show file tree
Hide file tree
Showing 6 changed files with 1,429 additions and 1,212 deletions.
28 changes: 14 additions & 14 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dependencies": {
"@analytics/google-analytics-v3": "^0.6.1",
"analytics": "^0.8.9",
"apexcharts": "^3.41.1",
"apexcharts": "^3.42.0",
"bootstrap": "^5.3.1",
"classnames": "^2.3.2",
"codemirror": "^5.65.14",
"codemirror": "^5.65.15",
"codemirror-rego": "^1.2.2",
"crypto-js": "^4.1.1",
"diff": "^5.0.0",
Expand All @@ -23,8 +23,8 @@
"react-color": "^2.19.3",
"react-diff-view": "3.0.2",
"react-dom": "^18.1.0",
"react-icons": "^4.10.1",
"react-image-crop": "^10.1.5",
"react-icons": "^4.11.0",
"react-image-crop": "^10.1.8",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.15.0",
"react-syntax-highlighter": "^15.5.0",
Expand All @@ -35,38 +35,38 @@
"remark-unlink": "^4.0.1",
"semver": "^7.5.4",
"tinycolor2": "^1.6.0",
"ua-parser-js": "^1.0.35",
"ua-parser-js": "^1.0.36",
"unified": "^10.1.2",
"yaml": "^2.3.1"
"yaml": "^2.3.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.1.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/bootstrap": "^5.2.5",
"@types/crypto-js": "^4.1.1",
"@types/crypto-js": "^4.1.2",
"@types/jest": "^29.5.4",
"@types/json-schema": "^7.0.12",
"@types/json-schema-merge-allof": "^0.6.1",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.3",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/semver": "^7.5.0",
"@types/semver": "^7.5.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^29.6.3",
"prettier": "^3.0.2",
"jest-mock": "^29.7.0",
"prettier": "^3.0.3",
"react-scripts": "^5.0.1",
"sass": "^1.66.1",
"shx": "^0.3.4",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"proxy": "http://localhost:8000",
"scripts": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7aef350

Please sign in to comment.