File tree 4 files changed +307
-3933
lines changed
4 files changed +307
-3933
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @eth-optimism/chain-mon ' : patch
3
+ ---
4
+
5
+ Upgraded npm dependencies to latest
Original file line number Diff line number Diff line change 38
38
"url" : " https://github.com/ethereum-optimism/optimism.git"
39
39
},
40
40
"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:* " ,
43
43
"@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:* " ,
46
46
"@types/dateformat" : " ^5.0.0" ,
47
47
"chai-as-promised" : " ^7.1.1" ,
48
48
"dateformat" : " ^4.5.1" ,
49
- "dotenv" : " ^16.1.4 " ,
50
- "ethers" : " ^5.7.0 "
49
+ "dotenv" : " ^16.3.1 " ,
50
+ "ethers" : " ^5.7.2 "
51
51
},
52
52
"devDependencies" : {
53
53
"@ethersproject/abstract-provider" : " ^5.7.0" ,
54
54
"@nomiclabs/hardhat-ethers" : " ^2.0.6" ,
55
- "@nomiclabs/hardhat-waffle" : " ^2.0.3 " ,
55
+ "@nomiclabs/hardhat-waffle" : " ^2.0.6 " ,
56
56
"hardhat" : " ^2.9.6" ,
57
57
"ts-node" : " ^10.9.1" ,
58
58
"tsx" : " ^3.12.7"
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : "../../tsconfig.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : "./dist"
4
+ "outDir" : "./dist" ,
5
+ "skipLibCheck" : true
5
6
} ,
6
7
"include" : [
7
8
"package.json" ,
You can’t perform that action at this time.
0 commit comments