Skip to content

Commit 417db0b

Browse files
authored
Merge pull request #45 from hypercerts-org/chore/dependency_updates_20251105
Chore/dependency updates 20251105
2 parents a2379cb + e03585f commit 417db0b

File tree

4 files changed

+1321
-821
lines changed

4 files changed

+1321
-821
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,51 +23,51 @@
2323
"dependencies": {
2424
"@graphql-typed-document-node/core": "^3.2.0",
2525
"@hypercerts-org/contracts": "2.0.0-alpha.12",
26-
"@openzeppelin/merkle-tree": "^1.0.7",
27-
"@swc/core": "^1.10.9",
26+
"@openzeppelin/merkle-tree": "^1.0.8",
27+
"@swc/core": "^1.15.0",
2828
"ajv": "^8.11.2",
29-
"axios": "^1.7.9",
30-
"dotenv": "^16.4.7",
29+
"axios": "^1.13.2",
30+
"dotenv": "^16.6.1",
3131
"rollup-plugin-swc3": "^0.11.2",
32-
"viem": "^2.22.11",
33-
"zod": "^3.24.1"
32+
"viem": "^2.38.6",
33+
"zod": "^3.25.76"
3434
},
3535
"devDependencies": {
36-
"@commitlint/cli": "^19.6.1",
37-
"@commitlint/config-conventional": "^19.6.0",
38-
"@eslint/js": "^9.18.0",
36+
"@commitlint/cli": "^19.8.1",
37+
"@commitlint/config-conventional": "^19.8.1",
38+
"@eslint/js": "^9.39.1",
3939
"@faker-js/faker": "^8.3.1",
4040
"@rollup/plugin-commonjs": "^24.0.1",
4141
"@rollup/plugin-json": "^6.0.0",
4242
"@rollup/plugin-node-resolve": "^15.3.1",
4343
"@types/chai": "^4.3.20",
44-
"@types/chai-subset": "^1.3.5",
45-
"@types/node": "^20.17.14",
46-
"@types/sinon": "^17.0.2",
44+
"@types/chai-subset": "^1.3.6",
45+
"@types/node": "^20.19.24",
46+
"@types/sinon": "^17.0.4",
4747
"@viem/anvil": "^0.0.6",
48-
"@vitest/coverage-v8": "^3.0.3",
48+
"@vitest/coverage-v8": "^3.2.4",
4949
"chai": "^4.3.7",
5050
"chai-assertions-count": "^1.0.2",
5151
"chai-subset": "^1.6.0",
5252
"esbuild": "^0.19.8",
53-
"eslint": "^9.18.0",
54-
"eslint-config-prettier": "^9.1.0",
55-
"eslint-plugin-chai-friendly": "^1.0.1",
56-
"globals": "^15.14.0",
53+
"eslint": "^9.39.1",
54+
"eslint-config-prettier": "^9.1.2",
55+
"eslint-plugin-chai-friendly": "^1.1.0",
56+
"globals": "^15.15.0",
5757
"husky": "^9.1.7",
5858
"json-schema-to-typescript": "^13.1.1",
59-
"lint-staged": "^15.4.1",
59+
"lint-staged": "^15.5.2",
6060
"orval": "^6.30.2",
6161
"prettier": "3.3.3",
6262
"rollup": "^3.29.5",
6363
"rollup-plugin-auto-external": "^2.0.0",
64-
"rollup-plugin-dts": "^6.1.1",
65-
"rollup-plugin-esbuild": "^6.1.0",
64+
"rollup-plugin-dts": "^6.2.3",
65+
"rollup-plugin-esbuild": "^6.2.1",
6666
"rollup-plugin-node-polyfills": "^0.2.1",
6767
"sinon": "^17.0.1",
6868
"typescript": "5.4.5",
69-
"typescript-eslint": "^8.21.0",
70-
"vitest": "^3.0.3"
69+
"typescript-eslint": "^8.46.3",
70+
"vitest": "^3.2.4"
7171
},
7272
"peerDependencies": {
7373
"@safe-global/api-kit": "^2.5.7",
@@ -77,7 +77,7 @@
7777
},
7878
"scripts": {
7979
"build": "pnpm types:json && pnpm codegen:api && rollup -c",
80-
"codegen:api": "npx orval --input https://api.hypercerts.org/swagger.json --output ./src/__generated__/api.ts",
80+
"codegen:api": "npx orval --input https://api-v2.hypercerts.org/swagger.json --output ./src/__generated__/api.ts",
8181
"clean": "rm -rf ./dist",
8282
"prebuild": "pnpm clean",
8383
"prepack": "pnpm build",

0 commit comments

Comments
 (0)