Skip to content

Commit

Permalink
Upgrade frontend dependencies (#3581)
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 Jan 8, 2024
1 parent dadc793 commit c535f02
Show file tree
Hide file tree
Showing 7 changed files with 1,040 additions and 1,152 deletions.
34 changes: 17 additions & 17 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"dependencies": {
"@analytics/google-analytics-v3": "^0.6.1",
"analytics": "^0.8.9",
"apexcharts": "^3.44.0",
"apexcharts": "^3.45.1",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"classnames": "^2.5.1",
"codemirror": "^5.65.15",
"codemirror-rego": "^1.2.2",
"crypto-js": "^4.2.0",
"diff": "^5.0.0",
"emoji-js": "^3.8.0",
"json-schema-merge-allof": "^0.8.1",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"moment": "^2.30.1",
"nanoid": "^4.0.2",
"react": "^18.1.0",
"react-apexcharts": "^1.4.1",
Expand All @@ -26,7 +26,7 @@
"react-icons": "^4.12.0",
"react-image-crop": "^10.1.8",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.20.0",
"react-router-dom": "^6.21.1",
"react-syntax-highlighter": "^15.5.0",
"regexify-string": "^1.0.17",
"remark-gfm": "^3.0.1",
Expand All @@ -41,32 +41,32 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.5.1",
"@testing-library/user-event": "^14.5.2",
"@types/bootstrap": "^5.2.10",
"@types/crypto-js": "^4.1.3",
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.11",
"@types/json-schema": "^7.0.14",
"@types/json-schema-merge-allof": "^0.6.5",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/react-color": "^3.0.9",
"@types/react-dom": "^18.2.17",
"@types/react-syntax-highlighter": "^15.5.9",
"@types/node": "^20.10.7",
"@types/react": "^18.2.47",
"@types/react-color": "^3.0.11",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/semver": "^7.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^29.7.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"react-scripts": "^5.0.1",
"sass": "^1.69.5",
"sass": "^1.69.7",
"shx": "^0.3.4",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"proxy": "http://localhost:8000",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions web/src/layout/common/ButtonCopyToClipboard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
}

.tooltipArrow {
margin-top: 7px;
right: 10px;
}

Expand Down
4 changes: 4 additions & 0 deletions web/src/layout/common/ElementWithTooltip.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
top: 0;
}

.tooltipArrow {
margin-top: 7px;
}

.centerAligned {
left: 50%;
}
Expand Down
1 change: 1 addition & 0 deletions web/src/layout/controlPanel/ActionBtn.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
}

.tooltipArrow {
margin-top: 7px;
left: 10px;
}

Expand Down
1,097 changes: 519 additions & 578 deletions web/yarn.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"lodash": "^4.17.21",
"moment": "^2.29.3",
"moment": "^2.30.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-shadow": "^20.4.0",
Expand All @@ -13,25 +13,25 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.10",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/node": "^20.10.7",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/styled-components": "^5.1.27",
"babel-plugin-styled-components": "^2.1.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock": "^29.7.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"react-scripts": "^5.0.1",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"webpack-cli": "^5.1.4"
},
"scripts": {
Expand Down
Loading

0 comments on commit c535f02

Please sign in to comment.