Skip to content

Commit

Permalink
Fix type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Mar 13, 2020
1 parent d6be2d1 commit 0c50c77
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 210 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@types/mini-css-extract-plugin": "0.8.0",
"@types/mocha": "5.2.7",
"@types/node": "12.12.21",
"@types/ramda": "0.26.38",
"@types/ramda": "0.25.47",
"@types/react-dom": "16.9.4",
"@types/request-promise": "4.1.45",
"@types/sinon-chai": "3.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@babel/polyfill": "7.7.0",
"@cypress/icons": "0.7.0",
"@cypress/json-schemas": "5.34.0",
"@cypress/json-schemas": "5.34.1",
"@cypress/react-tooltip": "0.5.3",
"@fortawesome/fontawesome-free": "5.11.2",
"@packages/web-config": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"@babel/preset-react": "7.0.0",
"@babel/runtime": "7.4.4",
"@cypress/debugging-proxy": "2.0.1",
"@cypress/json-schemas": "5.34.0",
"@cypress/json-schemas": "5.34.1",
"@cypress/sinon-chai": "1.1.0",
"@packages/coffee": "*",
"@packages/desktop-gui": "*",
Expand Down

0 comments on commit 0c50c77

Please sign in to comment.