Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apps/ensapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@hono/zod-openapi": "^1.4.0",
"@namehash/ens-referrals": "workspace:*",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^2.7.1",
"@opentelemetry/core": "^2.8.0",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
"@opentelemetry/exporter-metrics-otlp-proto": "^0.217.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.217.0",
"@opentelemetry/resources": "^2.7.1",
"@opentelemetry/sdk-metrics": "^2.7.1",
"@opentelemetry/resources": "^2.8.0",
"@opentelemetry/sdk-metrics": "^2.8.0",
"@opentelemetry/sdk-node": "^0.217.0",
"@opentelemetry/sdk-trace-base": "^2.7.1",
"@opentelemetry/sdk-trace-node": "^2.7.1",
"@opentelemetry/sdk-trace-base": "^2.8.0",
"@opentelemetry/sdk-trace-node": "^2.8.0",
"@opentelemetry/semantic-conventions": "^1.34.0",
"@ponder/client": "catalog:",
"@pothos/core": "^4.10.0",
Expand Down
4 changes: 3 additions & 1 deletion apps/ensrainbow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ RUN corepack enable
WORKDIR /app

# Copy package files for dependency installation
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml skills-npm.config.ts ./
Comment thread
vercel[bot] marked this conversation as resolved.
COPY .agents/ .agents/
Comment thread
tk-o marked this conversation as resolved.
Comment thread
tk-o marked this conversation as resolved.
COPY packages/ packages/
COPY patches/ patches/
COPY scripts/ scripts/
Comment thread
tk-o marked this conversation as resolved.
Comment thread
tk-o marked this conversation as resolved.
COPY apps/ensrainbow/package.json apps/ensrainbow/
Comment thread
tk-o marked this conversation as resolved.

# Install dependencies
Expand Down
33 changes: 21 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,29 @@
"pnpm": {
"overrides": {
"@adraffy/ens-normalize": "catalog:",
"esbuild@<=0.24.2": ">=0.25.0",
"tar@<=7.5.10": "^7.5.11",
"ajv@<8.18.0": ">=8.18.0",
"minimatch@<10.2.3": ">=10.2.3",
"@babel/core@>=7.0.0 <7.29.6": "^7.29.6",
"@grpc/grpc-js@>=1.0.0 <1.14.4": "^1.14.4",
"@opentelemetry/core@<2.8.0": "^2.8.0",
"esbuild@>=0.17.0 <0.28.1": "^0.28.1",
"form-data@>=4.0.0 <4.0.6": "^4.0.6",
"js-yaml@<4.2.0": "^4.2.0",
"markdown-it@>14.0.0 <14.2.0": "^14.2.0",
"tar@<7.5.16": "^7.5.16",
"ajv@<8.18.0": "^8.18.0",
"minimatch@<10.2.3": "^10.2.3",
"ponder>@hono/node-server@<1.19.13": "catalog:",
"yauzl@<3.2.1": "^3.2.1",
"fast-xml-parser@>=5.0.0 <5.7.0": ">=5.7.0",
"kysely@>=0.26.0 <0.28.17": "0.28.17",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
"ponder>vite": "^6.4.2",
"vite-node>vite": "^6.4.2",
"dompurify@<3.4.0": "^3.4.0",
"protobufjs@>=8.0.0 <8.3.0": "8.3.0",
"postcss@>=8.0.0 <8.5.12": "^8.5.12"
"fast-xml-parser@>=5.0.0 <5.7.0": "^5.7.0",
"kysely@>=0.26.0 <0.28.17": "^0.28.17",
"yaml@>=2.0.0 <2.8.3": "^2.8.3",
"ponder>vite": "^6.4.3",
"vite-node>vite": "^6.4.3",
"vite@>=7.0.0 <=7.3.4": "^7.3.5",
"dompurify@<3.4.9": "^3.4.9",
"protobufjs@>=7.0.0 <7.6.3": "^7.6.3",
"protobufjs@>=8.0.0 <8.6.0": "^8.6.0",
Comment thread
tk-o marked this conversation as resolved.
"postcss@>=8.0.0 <8.5.12": "^8.5.12",
"ws@>=8.0.0 <8.21.0": "^8.21.0"
Comment thread
tk-o marked this conversation as resolved.
},
Comment thread
tk-o marked this conversation as resolved.
"peerDependencyRules": {
"allowedVersions": {
Expand Down
Loading
Loading