Skip to content
Open
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
1,036 changes: 363 additions & 673 deletions packages/membrain/clients/typescript/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/membrain/clients/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"@types/node": "^20.17.19",
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
"vitest": "^3.2.6"
}
}
2 changes: 1 addition & 1 deletion plugin.delivery/templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"antd": "^5",
"antd-style": "^3",
"dayjs": "^1",
"next": "13.4.7",
"next": "15.5.21",
"react": "^18",
"react-dom": "^18",
"react-layout-kit": "^1"
Expand Down
2 changes: 1 addition & 1 deletion plugin.delivery/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@openclawd/plugin-sdk": "^1.0.0",
"@openclawd/chat-plugins-gateway": "^1.0.0",
"antd": "^5.0.0",
"next": "^14.0.0",
"next": "^16.3.4",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugin.delivery/templates/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@openclawd/plugin-sdk": "^1.0.0",
"@openclawd/ui": "^1.0.0",
"antd": "^5.0.0",
"next": "^14.0.0",
"next": "^16.3.4",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion zk-primitives/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.5.0",
"vitest": "^2.0.0"
"vitest": "^3.2.6"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion zk-primitives/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/bn.js": "^5.1.5",
"@types/node": "^22.0.0",
"typescript": "^5.5.0",
"vitest": "^2.0.0"
"vitest": "^3.2.6"
},
"engines": {
"node": ">=20"
Expand Down
764 changes: 445 additions & 319 deletions zk-primitives/pnpm-lock.yaml

Large diffs are not rendered by default.