Skip to content

Commit 1e38753

Browse files
committed
package修正等
1 parent e4b5576 commit 1e38753

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

compose.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32

43
app:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "project",
2+
"name": "jpycv2",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.js",
@@ -11,14 +11,14 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"@openzeppelin/contracts": "^5.0.2",
14-
"@openzeppelin/test-helpers": "^0.5.16",
1514
"chai": "^5.1.1",
1615
"dotenv": "^16.4.5",
1716
"hardhat-contract-sizer": "^2.10.0",
1817
"solidity-coverage": "^0.8.13",
1918
"viem": "^2.21.6"
2019
},
2120
"devDependencies": {
21+
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
2222
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
2323
"@nomicfoundation/hardhat-viem": "^2.0.4",
2424
"@nomiclabs/hardhat-truffle5": "^2.0.7",

0 commit comments

Comments
 (0)