Skip to content

Commit

Permalink
Upgrade frontend dependencies
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 committed Nov 10, 2023
1 parent 25487f4 commit 56c5d66
Show file tree
Hide file tree
Showing 4 changed files with 1,685 additions and 1,615 deletions.
36 changes: 18 additions & 18 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dependencies": {
"@analytics/google-analytics-v3": "^0.6.1",
"analytics": "^0.8.9",
"apexcharts": "^3.43.0",
"apexcharts": "^3.44.0",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"codemirror": "^5.65.15",
"codemirror-rego": "^1.2.2",
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"diff": "^5.0.0",
"emoji-js": "^3.7.0",
"json-schema-merge-allof": "^0.8.1",
Expand All @@ -26,7 +26,7 @@
"react-icons": "^4.11.0",
"react-image-crop": "^10.1.8",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.16.0",
"react-router-dom": "^6.18.0",
"react-syntax-highlighter": "^15.5.0",
"regexify-string": "^1.0.17",
"remark-gfm": "^3.0.1",
Expand All @@ -35,36 +35,36 @@
"remark-unlink": "^4.0.1",
"semver": "^7.5.4",
"tinycolor2": "^1.6.0",
"ua-parser-js": "^1.0.36",
"ua-parser-js": "^1.0.37",
"unified": "^10.1.2",
"yaml": "^2.3.3"
"yaml": "^2.3.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/bootstrap": "^5.2.7",
"@types/crypto-js": "^4.1.2",
"@types/jest": "^29.5.5",
"@types/json-schema": "^7.0.13",
"@types/json-schema-merge-allof": "^0.6.2",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-color": "^3.0.7",
"@types/react-dom": "^18.2.13",
"@types/react-syntax-highlighter": "^15.5.8",
"@types/semver": "^7.5.3",
"@types/bootstrap": "^5.2.8",
"@types/crypto-js": "^4.1.3",
"@types/jest": "^29.5.7",
"@types/json-schema": "^7.0.14",
"@types/json-schema-merge-allof": "^0.6.3",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.10",
"@types/react": "^18.2.35",
"@types/react-color": "^3.0.9",
"@types/react-dom": "^18.2.14",
"@types/react-syntax-highlighter": "^15.5.9",
"@types/semver": "^7.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^29.7.0",
"prettier": "^3.0.3",
"react-scripts": "^5.0.1",
"sass": "^1.69.3",
"sass": "^1.69.5",
"shx": "^0.3.4",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit 56c5d66

Please sign in to comment.