From fd40fe41c2b6cd9a5f0398ec3665f65fbfa989de Mon Sep 17 00:00:00 2001 From: Quazia Date: Thu, 12 Oct 2023 19:15:11 -0400 Subject: [PATCH] Chore(camelot): pin packages --- packages/camelot/package.json | 16 ++++++++-------- pnpm-lock.yaml | 13 +++++++------ 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/packages/camelot/package.json b/packages/camelot/package.json index 116fcfe06..10f74b0ff 100644 --- a/packages/camelot/package.json +++ b/packages/camelot/package.json @@ -34,17 +34,17 @@ "types": "./dist/types/index.d.ts", "typings": "./dist/types/index.d.ts", "devDependencies": { - "@types/node": "^20.4.5", - "@vitest/coverage-v8": "^0.33.0", - "rimraf": "^5.0.1", - "rome": "^12.1.3", - "ts-node": "^10.9.1", + "@types/node": "20.4.5", + "@vitest/coverage-v8": "0.33.0", + "rimraf": "5.0.1", + "rome": "12.1.3", + "ts-node": "10.9.1", "tsconfig": "workspace:*", - "typescript": "^5.1.6", - "vitest": "^0.33.0" + "typescript": "5.1.6", + "vitest": "0.33.0" }, "dependencies": { "@rabbitholegg/questdk": "1.1.0-alpha.13", - "viem": "^1.2.15" + "viem": "1.2.15" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b46a41276..a413b5257 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2255,7 +2255,7 @@ packages: resolution: {integrity: sha512-bcKpo1oj54hGholplGLpqPHRbIsnbixFtc06nwuNM5/dwSXOq/AAYoIBRsBmnZJSdfeNW5rnff7NTAz3ZCqR9Q==} dependencies: '@noble/curves': 1.0.0 - '@noble/hashes': 1.3.0 + '@noble/hashes': 1.3.2 '@scure/base': 1.1.3 dev: false @@ -2263,7 +2263,7 @@ packages: resolution: {integrity: sha512-osvveYtyzdEVbt3OfwwXFr4P2iVBL5u1Q3q4ONBfDY/UpOuXmOlbgwc1xECEboY8wIays8Yt6onaWMUdUbfl0A==} dependencies: '@noble/curves': 1.1.0 - '@noble/hashes': 1.3.1 + '@noble/hashes': 1.3.2 '@scure/base': 1.1.3 dev: false @@ -2285,7 +2285,7 @@ packages: /@scure/bip39/1.2.0: resolution: {integrity: sha512-SX/uKq52cuxm4YFXWFaVByaSHJh2w3BnokVSeUJVCv6K7WulT9u2BuNRBhuFl8vAuYnzx9bEu9WgpcNYTrYieg==} dependencies: - '@noble/hashes': 1.3.1 + '@noble/hashes': 1.3.2 '@scure/base': 1.1.3 dev: false @@ -2555,7 +2555,7 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.8.5 + '@types/node': 20.4.5 dev: true /@types/http-cache-semantics/4.0.2: @@ -2678,7 +2678,7 @@ packages: /@types/through/0.0.31: resolution: {integrity: sha512-LpKpmb7FGevYgXnBXYs6HWnmiFyVG07Pt1cnbgM1IhEacITTiUaBXXvOR3Y50ksaJWGSfhbEvQFivQEFGCC55w==} dependencies: - '@types/node': 20.8.5 + '@types/node': 20.4.5 dev: true /@types/tinycolor2/1.4.4: @@ -2989,7 +2989,7 @@ packages: zod: optional: true dependencies: - typescript: 5.1.6 + typescript: 5.2.2 dev: false /abitype/0.9.8_typescript@5.2.2: @@ -8358,6 +8358,7 @@ packages: hasBin: true dependencies: glob: 10.3.10 + dev: true /ripemd160/2.0.2: resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==}