shubhjn commited on
Commit
4eb23ee
·
1 Parent(s): 5c97d4f

fix package mismatch

Browse files
Files changed (3) hide show
  1. .agent/memory/session.json +2 -2
  2. Dockerfile +1 -1
  3. package.json +1 -1
.agent/memory/session.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "version": "1.0.0",
3
- "session_id": "43345cc8",
4
- "started_at": "2026-04-06T20:30:58.618030+05:30",
5
  "workspace": "D:\\Code\\codeverse",
6
  "active_task_id": null,
7
  "active_agent": null,
 
1
  {
2
  "version": "1.0.0",
3
+ "session_id": "f3841306",
4
+ "started_at": "2026-04-06T20:52:39.247777+05:30",
5
  "workspace": "D:\\Code\\codeverse",
6
  "active_task_id": null,
7
  "active_agent": null,
Dockerfile CHANGED
@@ -37,7 +37,7 @@ ENV NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs/archive/master.tar.gz"
37
  USER root
38
  WORKDIR /app
39
  COPY package*.json ./
40
- RUN npm install -g npm@11.12.1 && npm install --no-audit --no-fund --quiet
41
 
42
  COPY . .
43
  RUN npm run build
 
37
  USER root
38
  WORKDIR /app
39
  COPY package*.json ./
40
+ RUN npm install -g npm@11.12.1 && npm install --no-audit --no-fund --quiet --legacy-peer-deps
41
 
42
  COPY . .
43
  RUN npm run build
package.json CHANGED
@@ -60,7 +60,7 @@
60
  "ws": "^8.19.0",
61
  "y-protocols": "^1.0.7",
62
  "yjs": "^13.6.29",
63
- "zod": "^4.3.6",
64
  "zustand": "^5.0.12"
65
  },
66
  "devDependencies": {
 
60
  "ws": "^8.19.0",
61
  "y-protocols": "^1.0.7",
62
  "yjs": "^13.6.29",
63
+ "zod": "4.3.6",
64
  "zustand": "^5.0.12"
65
  },
66
  "devDependencies": {