Skip to content

Commit c8a94a5

Browse files
authored
Merge pull request #6796 from ethereum-optimism/08-15-chore_chain-mon_pnpm_up_--latest
chore(chain-mon): pnpm up --latest
2 parents 8b84149 + a196c63 commit c8a94a5

File tree

4 files changed

+307
-3933
lines changed

4 files changed

+307
-3933
lines changed

.changeset/tall-shirts-wonder.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@eth-optimism/chain-mon': patch
3+
---
4+
5+
Upgraded npm dependencies to latest

packages/chain-mon/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
"url": "https://github.com/ethereum-optimism/optimism.git"
3939
},
4040
"dependencies": {
41-
"@eth-optimism/common-ts": "0.8.3",
42-
"@eth-optimism/contracts-bedrock": "0.16.0",
41+
"@eth-optimism/common-ts": "workspace:*",
42+
"@eth-optimism/contracts-bedrock": "workspace:*",
4343
"@eth-optimism/contracts-periphery": "1.0.8",
44-
"@eth-optimism/core-utils": "0.12.2",
45-
"@eth-optimism/sdk": "3.1.0",
44+
"@eth-optimism/core-utils": "workspace:*",
45+
"@eth-optimism/sdk": "workspace:*",
4646
"@types/dateformat": "^5.0.0",
4747
"chai-as-promised": "^7.1.1",
4848
"dateformat": "^4.5.1",
49-
"dotenv": "^16.1.4",
50-
"ethers": "^5.7.0"
49+
"dotenv": "^16.3.1",
50+
"ethers": "^5.7.2"
5151
},
5252
"devDependencies": {
5353
"@ethersproject/abstract-provider": "^5.7.0",
5454
"@nomiclabs/hardhat-ethers": "^2.0.6",
55-
"@nomiclabs/hardhat-waffle": "^2.0.3",
55+
"@nomiclabs/hardhat-waffle": "^2.0.6",
5656
"hardhat": "^2.9.6",
5757
"ts-node": "^10.9.1",
5858
"tsx": "^3.12.7"

packages/chain-mon/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "./dist"
4+
"outDir": "./dist",
5+
"skipLibCheck": true
56
},
67
"include": [
78
"package.json",

0 commit comments

Comments
 (0)