Skip to content

Commit

Permalink
Merge pull request #28 from ashutoshvarma/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
fix(deps): pin dependencies
  • Loading branch information
ashutoshvarma committed Feb 2, 2022
2 parents 134e9a3 + 0af25e4 commit 670a613
Show file tree
Hide file tree
Showing 7 changed files with 487 additions and 487 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"packages/*"
],
"devDependencies": {
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
"@types/node": "16.11.21",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.5.1",
"ts-node": "10.4.0",
"typescript": "4.5.5"
},
"resolutions": {
"react-error-overlay": "6.0.9"
Expand Down
18 changes: 9 additions & 9 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"lint": "eslint ."
},
"devDependencies": {
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
"@types/node": "16.11.21",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.5.1",
"ts-node": "10.4.0",
"typescript": "4.5.5"
}
}
80 changes: 40 additions & 40 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,52 +20,52 @@
"collectibles"
],
"devDependencies": {
"@celo/contractkit": "^1.2.5",
"@ethersproject/address": "^5.5.0",
"@ethersproject/bignumber": "^5.5.0",
"@celo/contractkit": "1.5.1",
"@ethersproject/address": "5.5.0",
"@ethersproject/bignumber": "5.5.0",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.11",
"@openzeppelin/contracts": "4.3.2",
"@openzeppelin/contracts-upgradeable": "4.3.2",
"@openzeppelin/hardhat-upgrades": "1.10.0",
"@sway/common": "^0.1.0",
"@sway/events": "^0.1.0",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.0.2",
"@types/chai": "^4.2.18",
"@types/mocha": "^8.0.2",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@ubeswap/hardhat-celo": "^0.9.0",
"chai": "^4.2.0",
"chai-ethers": "^0.0.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"cross-env": "^7.0.2",
"dotenv": "^10.0.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"ethers": "^5.3.1",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"hardhat": "^2.3.3",
"hardhat-contract-sizer": "^2.1.1",
"hardhat-deploy": "^0.9.24",
"hardhat-gas-reporter": "^1.0.4",
"hardhat-tracer": "^1.0.0-alpha.6",
"keccak256": "^1.0.3",
"merkletreejs": "^0.2.24",
"mocha": "^9.0.0",
"prettier": "^2.3.1",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"reflect-metadata": "^0.1.13",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.15",
"ts-generator": "^0.1.1",
"ts-node": "^10.0.0",
"typechain": "^5.0.0",
"typescript": "^4.3.2"
"@typechain/ethers-v5": "7.2.0",
"@typechain/hardhat": "2.3.1",
"@types/chai": "4.3.0",
"@types/mocha": "8.2.3",
"@types/node": "15.14.9",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"@ubeswap/hardhat-celo": "0.9.0",
"chai": "4.3.6",
"chai-ethers": "0.0.1",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"cross-env": "7.0.3",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"ethers": "5.5.3",
"fs-extra": "10.0.0",
"glob": "7.2.0",
"hardhat": "2.8.3",
"hardhat-contract-sizer": "2.4.0",
"hardhat-deploy": "0.9.29",
"hardhat-gas-reporter": "1.0.7",
"hardhat-tracer": "1.0.0-alpha.6",
"keccak256": "1.0.6",
"merkletreejs": "0.2.27",
"mocha": "9.2.0",
"prettier": "2.5.1",
"prettier-plugin-solidity": "1.0.0-beta.19",
"reflect-metadata": "0.1.13",
"solhint": "3.3.6",
"solhint-plugin-prettier": "0.0.5",
"solidity-coverage": "0.7.18",
"ts-generator": "0.1.1",
"ts-node": "10.4.0",
"typechain": "5.2.0",
"typescript": "4.5.5"
},
"scripts": {
"prepare": "node ./.setup.js && hardhat typechain",
Expand Down
20 changes: 10 additions & 10 deletions packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"node-fetch": "2"
},
"devDependencies": {
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vercel/node": "^1.12.1",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
"@types/node": "16.11.21",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"@vercel/node": "1.12.1",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.5.1",
"ts-node": "10.4.0",
"typescript": "4.5.5"
}
}
70 changes: 35 additions & 35 deletions packages/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@celo-tools/use-contractkit": "^2.1.2",
"@ethersproject/address": "^5.5.0",
"@ethersproject/constants": "^5.5.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.0",
"@celo-tools/use-contractkit": "2.1.2",
"@ethersproject/address": "5.5.0",
"@ethersproject/constants": "5.5.0",
"@ethersproject/contracts": "5.5.0",
"@ethersproject/providers": "5.5.2",
"@sway/common": "^0.1.0",
"@sway/contracts": "^0.1.0",
"@sway/events": "^0.1.0",
"bootstrap": "^5.1.3",
"flexsearch": "^0.7.21",
"formik": "^2.2.9",
"graphql-request": "^3.7.0",
"history": "^5.1.0",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-accessible-accordion": "^4.0.0",
"react-bootstrap": "^2.0.2",
"react-dom": "^17.0.2",
"react-dropdown": "^1.9.2",
"react-dropdown-now": "^6.0.1",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.0.1",
"bootstrap": "5.1.3",
"flexsearch": "0.7.21",
"formik": "2.2.9",
"graphql-request": "3.7.0",
"history": "5.2.0",
"moment": "2.29.1",
"react": "17.0.2",
"react-accessible-accordion": "4.0.0",
"react-bootstrap": "2.1.1",
"react-dom": "17.0.2",
"react-dropdown": "1.9.2",
"react-dropdown-now": "6.0.1",
"react-helmet": "6.1.0",
"react-router-dom": "6.2.1",
"react-scripts": "4.0.3",
"react-toastify": "^8.1.0",
"typescript": "^4.4.4",
"web-vitals": "^1.1.2"
"react-toastify": "8.1.0",
"typescript": "4.5.5",
"web-vitals": "1.1.2"
},
"scripts": {
"start": "craco start",
Expand Down Expand Up @@ -56,19 +56,19 @@
]
},
"devDependencies": {
"@craco/craco": "^6.4.3",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/flexsearch": "^0.7.2",
"@craco/craco": "6.4.3",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "12.8.3",
"@types/flexsearch": "0.7.2",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.36",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6",
"cross-env": "^7.0.3",
"eslint-config-react-app": "^6.0.0",
"gh-pages": "^3.2.3",
"ts-loader": "~8.2.0"
"@types/node": "12.20.42",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react-helmet": "6.1.5",
"cross-env": "7.0.3",
"eslint-config-react-app": "6.0.0",
"gh-pages": "3.2.3",
"ts-loader": "8.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@graphprotocol/graph-ts": "0.24.1"
},
"devDependencies": {
"@types/mustache": "^4",
"mustache": "^4.2.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"@types/mustache": "4.1.2",
"mustache": "4.2.0",
"ts-node": "10.4.0",
"typescript": "4.5.5"
}
}

2 comments on commit 670a613

@vercel
Copy link

@vercel vercel bot commented on 670a613 Feb 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sway-static – ./packages/events/

sway-static-ashutoshvarma.vercel.app
sway-static.vercel.app
static.sway.community
sway-static-git-main-ashutoshvarma.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 670a613 Feb 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.