Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Apr 12, 2022
1 parent c68a183 commit d2a3d08
Show file tree
Hide file tree
Showing 3 changed files with 1,499 additions and 1,397 deletions.
1 change: 1 addition & 0 deletions packages/common-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Include AllocationExchange in NetworkContracts
- Upgrade dependencies

## [1.8.1] - 2021-12-22
### Changed
Expand Down
41 changes: 19 additions & 22 deletions packages/common-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,52 +16,49 @@
"test:watch": "jest --watch --passWithNoTests --detectOpenHandles --verbose"
},
"dependencies": {
"@graphprotocol/contracts": "1.9.0",
"@graphprotocol/contracts": "1.11.1",
"@graphprotocol/pino-sentry-simple": "0.7.1",
"@urql/core": "2.3.6",
"@urql/core": "2.4.4",
"@urql/exchange-execute": "1.2.2",
"body-parser": "1.19.1",
"bs58": "4.0.1",
"cors": "2.8.5",
"cross-fetch": "3.1.4",
"ethers": "5.5.2",
"express": "4.17.2",
"graphql": "16.2.0",
"cross-fetch": "3.1.5",
"ethers": "5.6.2",
"express": "4.17.3",
"graphql": "16.3.0",
"graphql-tag": "2.12.6",
"helmet": "4.6.0",
"helmet": "5.0.2",
"morgan": "1.10.0",
"ngeohash": "0.6.3",
"pg": "8.7.1",
"pg": "8.7.3",
"pg-hstore": "2.3.4",
"pino": "7.6.0",
"pino-multi-stream": "6.0.0",
"prom-client": "14.0.1",
"sequelize": "6.12.0"
"sequelize": "6.18.0"
},
"devDependencies": {
"@types/bs58": "4.0.1",
"@types/cors": "2.8.12",
"@types/express": "4.17.13",
"@types/jest": "27.0.3",
"@types/jest": "27.4.1",
"@types/lodash.isequal": "4.5.5",
"@types/morgan": "1.9.3",
"@types/ngeohash": "0.6.4",
"@types/node": "17.0.2",
"@types/node": "17.0.23",
"@types/pino": "7.0.5",
"@types/pino-multi-stream": "5.1.3",
"@types/supertest": "2.0.11",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.8.0",
"@typescript-eslint/parser": "5.8.0",
"eslint": "8.5.0",
"jest": "27.4.5",
"nock": "13.2.1",
"prettier": "2.5.1",
"supertest": "6.1.6",
"ts-jest": "27.1.2",
"@typescript-eslint/parser": "5.19.0",
"eslint": "8.13.0",
"jest": "27.5.1",
"nock": "13.2.4",
"prettier": "2.6.2",
"supertest": "6.2.2",
"ts-jest": "27.1.4",
"typescript": "4.1.6"
},
"resolutions": {
"scrypt": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz"
},
"gitHead": "8d9126f4c6c764ad6462c6ca2cc4523a268820fa"
}
Loading

0 comments on commit d2a3d08

Please sign in to comment.