Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Sep 27, 2022
1 parent 9653ffc commit a24b486
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 158 deletions.
1 change: 1 addition & 0 deletions .solhintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
contracts/libraries/Strings.sol
2 changes: 1 addition & 1 deletion contracts/SCPostStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;
pragma solidity ^0.8.17;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/interfaces/ILedger.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;
pragma solidity ^0.8.17;

interface ILedger {
function getDerivative(string memory original)
Expand Down
2 changes: 1 addition & 1 deletion contracts/libraries/Strings.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* corresponding to the left and right parts of the string.
*/

pragma solidity ^0.8.16;
pragma solidity ^0.8.17;

library strings {
struct slice {
Expand Down
2 changes: 1 addition & 1 deletion contracts/models/Post.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.16;
pragma solidity ^0.8.17;

struct Post {
uint256 id;
Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const {

const config: HardhatUserConfig = {
solidity: {
version: '0.8.16',
version: '0.8.17',
settings: {
optimizer: {
enabled: true,
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prepublishOnly": "yarn build && yarn tsc"
},
"devDependencies": {
"@big-whale-labs/constants": "^0.1.30",
"@big-whale-labs/constants": "^0.1.33",
"@big-whale-labs/versioned-contract": "^1.0.2",
"@ethersproject/providers": "^5.7.1",
"@nomiclabs/hardhat-ethers": "^2.1.1",
Expand All @@ -43,18 +43,17 @@
"@typechain/hardhat": "^6.1.3",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.18",
"@types/node": "^18.7.23",
"@types/prompt": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"chai": "^4.3.6",
"dotenv": "^16.0.2",
"envalid": "^7.3.1",
"eslint": "^8.23.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
Expand Down
Loading

0 comments on commit a24b486

Please sign in to comment.