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
16 changes: 8 additions & 8 deletions parachain/scripts/ts-utils/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions parachain/ts-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"license": "ISC",
"devDependencies": {
"@types/node": "^26.2.0",
"@vitest/ui": "^4.1.10",
"@vitest/ui": "^4.1.11",
"prettier": "^3.9.6",
"tsx": "^4.23.11",
"tsx": "^4.23.12",
"typescript": "^7.0.2",
"vite": "8.2.1",
"vitest": "^4.1.10"
"vite": "8.2.2",
"vitest": "^4.1.11"
},
"dependencies": {
"@polkadot/api": "^16.5.6",
Expand Down
338 changes: 179 additions & 159 deletions parachain/ts-tests/pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions tee-worker/omni-executor/client-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@polkadot/rpc-core": "^16.5.6",
"@polkadot/rpc-provider": "^16.5.6",
"@swc-node/register": "^1.12.1",
"@swc/core": "^1.15.47",
"@swc/core": "^1.16.1",
"@types/jest": "^30.0.0",
"@types/node": "26.2.0",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "~8.66.0",
"@typescript-eslint/parser": "~8.66.0",
"eslint": "^10.8.1",
"@typescript-eslint/eslint-plugin": "~8.67.0",
"@typescript-eslint/parser": "~8.67.0",
"eslint": "^10.9.0",
"eslint-config-prettier": "^10.1.8",
"jest": "^30.4.2",
"jest-environment-node": "^30.4.1",
Expand All @@ -41,7 +41,7 @@
"typedoc-plugin-markdown": "^4.12.0",
"typescript": "7.0.2",
"validate-npm-package-name": "^8.0.0",
"verdaccio": "^6.9.2"
"verdaccio": "^6.10.0"
},
"nx": {
"includedScripts": []
Expand Down
662 changes: 281 additions & 381 deletions tee-worker/omni-executor/client-sdk/pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions tee-worker/omni-executor/ts-tests/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"chai": "^6.2.2",
"colors": "^1.4.0",
"ecpair": "^3.0.1",
"globals": "^17.9.0",
"js-base64": "^3.9.2",
"globals": "^17.11.0",
"js-base64": "^3.9.3",
"micro-base58": "^0.5.1",
"mocha": "^11.8.0",
"mocha-steps": "^1.3.0",
Expand All @@ -54,11 +54,11 @@
"@types/mocha": "^10.0.10",
"@types/node": "^24.10.0",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.66.0",
"@typescript-eslint/parser": "^8.66.0",
"@typescript-eslint/eslint-plugin": "^8.67.0",
"@typescript-eslint/parser": "^8.67.0",
"cross-env": "^10.1.0",
"dotenv": "^17.4.2",
"eslint": "^10.8.1",
"eslint": "^10.9.0",
"ethers": "^6.17.0",
"prettier": "^3.6.2",
"ts-node": "^10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"@polkadot/util": "^14.0.2",
"@polkadot/util-crypto": "^14.0.2",
"chai": "^6.2.2",
"globals": "^17.9.0",
"globals": "^17.11.0",
"js-sha256": "^1.0.0",
"mocha": "^11.8.0",
"mocha-steps": "^1.3.0",
"viem": "^2.55.11"
"viem": "^2.55.19"
},
"devDependencies": {
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^8.66.0",
"@typescript-eslint/parser": "^8.66.0",
"eslint": "^10.8.1",
"@typescript-eslint/eslint-plugin": "^8.67.0",
"@typescript-eslint/parser": "^8.67.0",
"eslint": "^10.9.0",
"prettier": "^2.8.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.0"
Expand Down
Loading