Skip to content

Commit

Permalink
Upgrade frontend dependencies (#3425)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg authored Oct 16, 2023
1 parent 30c2261 commit 8a4ede5
Show file tree
Hide file tree
Showing 4 changed files with 1,072 additions and 1,044 deletions.
40 changes: 20 additions & 20 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dependencies": {
"@analytics/google-analytics-v3": "^0.6.1",
"analytics": "^0.8.9",
"apexcharts": "^3.42.0",
"bootstrap": "^5.3.1",
"apexcharts": "^3.43.0",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"codemirror": "^5.65.15",
"codemirror-rego": "^1.2.2",
Expand All @@ -19,14 +19,14 @@
"nanoid": "^4.0.2",
"react": "^18.1.0",
"react-apexcharts": "^1.4.1",
"react-codemirror2": "^7.2.1",
"react-codemirror2": "^7.3.0",
"react-color": "^2.19.3",
"react-diff-view": "3.0.2",
"react-dom": "^18.1.0",
"react-icons": "^4.11.0",
"react-image-crop": "^10.1.8",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.15.0",
"react-router-dom": "^6.16.0",
"react-syntax-highlighter": "^15.5.0",
"regexify-string": "^1.0.17",
"remark-gfm": "^3.0.1",
Expand All @@ -37,34 +37,34 @@
"tinycolor2": "^1.6.0",
"ua-parser-js": "^1.0.36",
"unified": "^10.1.2",
"yaml": "^2.3.2"
"yaml": "^2.3.3"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.1.3",
"@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.4.3",
"@types/bootstrap": "^5.2.5",
"@testing-library/user-event": "^14.5.1",
"@types/bootstrap": "^5.2.7",
"@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.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.1",
"@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",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.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.66.1",
"sass": "^1.69.3",
"shx": "^0.3.4",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit 8a4ede5

Please sign in to comment.