Skip to content

Commit

Permalink
Revert "Fix ts version"
Browse files Browse the repository at this point in the history
This reverts commit 27a9edd.
  • Loading branch information
Corantin committed Jun 27, 2023
1 parent a5d8bd6 commit 0afca90
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 196 deletions.
2 changes: 1 addition & 1 deletion honey-quest.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"settings": {
"typescript.tsdk": "WebApp\\node_modules\\typescript\\lib",
"typescript.tsdk": "WebApp/node_modules/typescript/lib",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[solidity]": {
"editor.defaultFormatter": "NomicFoundation.hardhat-solidity"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"node-sass": "^7.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.8",
"react-dev-utils": "^11.0.4",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-focus-within": "^2.0.2",
"react-hot-loader": "^4.13.0",
"react-icons": "^4.2.0",
Expand All @@ -65,7 +65,7 @@
"s3-folder-upload": "^2.3.5",
"styled-components": "^5.2.1",
"tslib": "^2.3.1",
"typescript": "4.9.5",
"typescript": "^4.9.4",
"urql": "1.8.2",
"use-wallet": "npm:@1hive/[email protected]",
"web3": "^1.3.5",
Expand Down Expand Up @@ -165,4 +165,4 @@
"last 1 safari version"
]
}
}
}
Loading

0 comments on commit 0afca90

Please sign in to comment.