Skip to content

Commit 33eb63b

Browse files
Will CoryWill Cory
Will Cory
authored and
Will Cory
committed
chore(common-ts): Upgrade all npm dependencies
1 parent 94b710a commit 33eb63b

File tree

4 files changed

+228
-432
lines changed

4 files changed

+228
-432
lines changed

.changeset/tame-doors-invite.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@eth-optimism/common-ts': patch
3+
---
4+
5+
Updated npm dependencies of common-ts

packages/common-ts/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,31 @@
3434
"url": "https://github.com/ethereum-optimism/optimism.git"
3535
},
3636
"dependencies": {
37-
"@eth-optimism/core-utils": "0.12.3",
38-
"@sentry/node": "^6.3.1",
39-
"bcfg": "^0.1.7",
40-
"body-parser": "^1.20.0",
41-
"commander": "^9.0.0",
42-
"dotenv": "^16.0.0",
43-
"envalid": "^7.2.2",
44-
"ethers": "^5.7.0",
45-
"express": "^4.17.1",
46-
"express-prom-bundle": "^6.4.1",
37+
"@eth-optimism/core-utils": "workspace:*",
38+
"@sentry/node": "^7.64.0",
39+
"bcfg": "^0.2.1",
40+
"body-parser": "^1.20.2",
41+
"commander": "^11.0.0",
42+
"dotenv": "^16.3.1",
43+
"envalid": "^7.3.1",
44+
"ethers": "^5.7.2",
45+
"express": "^4.18.2",
46+
"express-prom-bundle": "^6.6.0",
4747
"lodash": "^4.17.21",
4848
"morgan": "^1.10.0",
4949
"pino": "^8.15.0",
50-
"pino-multi-stream": "^5.3.0",
50+
"pino-multi-stream": "^6.0.0",
5151
"pino-sentry": "^0.14.0",
52-
"prom-client": "^13.1.0"
52+
"prom-client": "^14.2.0"
5353
},
5454
"devDependencies": {
5555
"@ethersproject/abstract-provider": "^5.7.0",
5656
"@ethersproject/abstract-signer": "^5.7.0",
57-
"@types/express": "^4.17.13",
58-
"@types/morgan": "^1.9.3",
59-
"@types/pino": "^6.3.6",
60-
"@types/pino-multi-stream": "^5.1.1",
61-
"chai": "^4.3.4",
62-
"supertest": "^6.1.4"
57+
"@types/express": "^4.17.17",
58+
"@types/morgan": "^1.9.4",
59+
"@types/pino": "^7.0.5",
60+
"@types/pino-multi-stream": "^5.1.3",
61+
"chai": "^4.3.7",
62+
"supertest": "^6.3.3"
6363
}
6464
}

packages/common-ts/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"extends": "../../tsconfig.json",
3-
43
"compilerOptions": {
54
"rootDir": "./src",
6-
"outDir": "./dist"
5+
"outDir": "./dist",
6+
"skipLibCheck": true
77
},
88

99
"include": [

0 commit comments

Comments
 (0)