Skip to content

Commit

Permalink
Update dashboard deps (#5291)
Browse files Browse the repository at this point in the history
* Update dashboard deps

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>

* Downgrade incompatible update

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
  • Loading branch information
antgamdia authored Sep 5, 2022
1 parent f2c4a41 commit dfd04c4
Show file tree
Hide file tree
Showing 2 changed files with 655 additions and 647 deletions.
18 changes: 9 additions & 9 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"dependencies": {
"@cds/city": "^1.1.0",
"@cds/core": "^6.1.0",
"@cds/react": "^6.1.0",
"@cds/core": "^6.1.3",
"@cds/react": "^6.1.3",
"@clr/ui": "^13.8.1",
"@improbable-eng/grpc-web": "^0.15.0",
"@paciolan/remote-component": "^2.12.1",
Expand Down Expand Up @@ -70,20 +70,20 @@
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"rxjs": "^7.5.6",
"swagger-ui-react": "^4.13.0",
"swagger-ui-react": "^4.14.0",
"typesafe-actions": "^5.1.0",
"yaml": "^2.1.1"
},
"devDependencies": {
"@craco/craco": "^6.4.5",
"@formatjs/cli": "^5.0.6",
"@formatjs/cli": "^5.1.0",
"@improbable-eng/grpc-web-fake-transport": "^0.15.0",
"@testing-library/react": "^12.1.5",
"@types/enzyme": "^3.10.12",
"@types/jest": "^29.0.0",
"@types/js-yaml": "^4.0.5",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "^4.14.182",
"@types/jsonwebtoken": "^8.5.9",
"@types/lodash": "^4.14.184",
"@types/moxios": "^0.4.15",
"@types/qs": "^6.9.7",
"@types/react-copy-to-clipboard": "^5.0.4",
Expand All @@ -107,7 +107,7 @@
"moxios": "^0.4.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss": "^8.4.16",
"postcss-scss": "^4.0.4",
"prettier": "^2.7.1",
"react-scripts": "^5.0.1",
Expand All @@ -119,9 +119,9 @@
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-scss": "^4.3.0",
"ts-jest": "^28.0.7",
"ts-jest": "^28.0.8",
"ts-proto": "^1.123.1",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
},
"resolutions": {
"@babel/parser": "^7.18.4",
Expand Down
Loading

0 comments on commit dfd04c4

Please sign in to comment.