Skip to content

Commit

Permalink
deps: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-cc committed Sep 11, 2023
1 parent 6e74baf commit 387f05b
Show file tree
Hide file tree
Showing 16 changed files with 3,428 additions and 3,453 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.187.0/containers/typescript-node/.devcontainer/base.Dockerfile

# [Choice] Node.js version: 14, 16, 18
ARG VARIANT="18-buster"
ARG VARIANT="20-buster"
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}

# [Optional] Uncomment this section to install additional OS packages.
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- run: ssh -T [email protected] || true
- run: git submodule update --init --recursive
- name: Install pnpm
uses: pnpm/[email protected]
uses: pnpm/action-setup@v2
with:
version: 8

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- run: ssh -T [email protected] || true
- run: git submodule update --init --recursive
- name: Install pnpm
uses: pnpm/[email protected]
uses: pnpm/action-setup@v2
with:
version: 8

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down Expand Up @@ -56,7 +58,9 @@ jobs:
- run: ssh -T [email protected] || true
- run: git submodule update --init --recursive
- name: Install pnpm
uses: pnpm/[email protected]
uses: pnpm/action-setup@v2
with:
version: 8

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"type": "module",
"homepage": "https://github.com/chain-web/trustack#readme",
"dependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.5.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-regexp": "^1.15.0",
"jest": "^29.6.2",
"jest": "^29.6.4",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@libp2p/peer-id-factory": "^3.0.3",
"@protobuf-ts/runtime": "^2.9.1",
"bls-eth-wasm": "^1.1.0",
"multiformats": "^12.0.1",
"multiformats": "^12.1.1",
"uint8arrays": "^4.0.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@protobuf-ts/runtime": "^2.9.1",
"@trustack/contract_builder": "workspace:^1.0.0",
"@trustack/vm": "workspace:^1.0.0",
"multiformats": "^12.0.1"
"multiformats": "^12.1.1"
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.9.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/contract_builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"license": "ISC",
"dependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/plugin-wasm": "^6.1.3",
"@swc/core": "^1.3.78",
"@swc/wasm-web": "^1.3.78",
"@swc/core": "^1.3.83",
"@swc/wasm-web": "^1.3.83",
"@trustack/vm": "workspace:^1.0.0",
"cac": "^6.7.14",
"chalk": "^5.3.0",
"multiformats": "^12.0.1",
"rollup": "^3.28.0",
"multiformats": "^12.1.1",
"rollup": "^3.29.0",
"rollup-plugin-typescript2": "^0.35.0",
"tslib": "^2.6.2",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
12 changes: 6 additions & 6 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"@algolia/client-search": "^4.19.1",
"@astrojs/partytown": "^1.2.3",
"@astrojs/preact": "^2.2.2",
"@astrojs/react": "^2.3.2",
"@astrojs/partytown": "^2.0.0",
"@astrojs/preact": "^3.0.0",
"@astrojs/react": "^3.0.1",
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^2.10.12",
"astro": "^3.0.10",
"preact": "^10.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
32 changes: 16 additions & 16 deletions packages/land_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"node": ">=16.0.0"
},
"dependencies": {
"@deck.gl/core": "^8.9.25",
"@deck.gl/extensions": "^8.9.25",
"@deck.gl/geo-layers": "^8.9.25",
"@deck.gl/layers": "^8.9.25",
"@deck.gl/mapbox": "^8.9.25",
"@deck.gl/mesh-layers": "^8.9.25",
"@deck.gl/core": "^8.9.27",
"@deck.gl/extensions": "^8.9.27",
"@deck.gl/geo-layers": "^8.9.27",
"@deck.gl/layers": "^8.9.27",
"@deck.gl/mapbox": "^8.9.27",
"@deck.gl/mesh-layers": "^8.9.27",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@loaders.gl/core": "^3.4.11",
"@loaders.gl/gltf": "^3.4.11",
"@loaders.gl/images": "^3.4.11",
"@loaders.gl/core": "^3.4.14",
"@loaders.gl/gltf": "^3.4.14",
"@loaders.gl/images": "^3.4.14",
"@luma.gl/constants": "^8.5.20",
"@luma.gl/core": "^8.5.20",
"@luma.gl/engine": "^8.5.20",
Expand All @@ -38,34 +38,34 @@
"@trustack/node-modules-polyfill": "^0.2.5",
"@trustack/rollup-plugin-node-polyfills": "^0.2.2",
"@xstate/react": "^3.2.2",
"antd": "^5.8.4",
"antd": "^5.8.6",
"buffer": "^6.0.3",
"esbuild": "^0.19.2",
"gl-matrix": "^3.4.3",
"h3-js": "^4.1.0",
"i18next": "^23.4.4",
"i18next": "^23.5.0",
"i18next-browser-languagedetector": "^7.1.0",
"mapbox-gl": "^2.15.0",
"mime-types": "^2.1.35",
"multiformats": "^12.0.1",
"multiformats": "^12.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.1.2",
"react-i18next": "^13.2.2",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"search-insights": "^2.7.0",
"search-insights": "^2.8.2",
"skchain": "workspace:^1.0.0",
"xstate": "^4.38.2"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@rollup/plugin-inject": "^5.0.3",
"@types/mapbox-gl": "^2.7.13",
"@types/react": "^18.2.20",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"sass": "^1.66.1",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}
22 changes: 11 additions & 11 deletions packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"author": "scc",
"license": "ISC",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^10.0.0",
"@chainsafe/libp2p-noise": "^13.0.0",
"@libp2p/bootstrap": "^9.0.4",
"@chainsafe/libp2p-gossipsub": "^10.1.0",
"@chainsafe/libp2p-noise": "^13.0.1",
"@libp2p/bootstrap": "^9.0.5",
"@libp2p/interface": "^0.1.2",
"@libp2p/kad-dht": "^10.0.4",
"@libp2p/mdns": "^9.0.4",
"@libp2p/mplex": "^9.0.4",
"@libp2p/tcp": "^8.0.4",
"@libp2p/webrtc": "^3.1.6",
"@libp2p/websockets": "^7.0.4",
"@libp2p/kad-dht": "^10.0.5",
"@libp2p/mdns": "^9.0.6",
"@libp2p/mplex": "^9.0.5",
"@libp2p/tcp": "^8.0.5",
"@libp2p/webrtc": "^3.1.9",
"@libp2p/websockets": "^7.0.5",
"@multiformats/multiaddr": "^12.1.7",
"interface-datastore": "^8.2.4",
"libp2p": "^0.46.6",
"interface-datastore": "^8.2.5",
"libp2p": "^0.46.9",
"uint8arrays": "^4.0.6"
}
}
18 changes: 9 additions & 9 deletions packages/skchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"node": ">=16.0.0"
},
"devDependencies": {
"@types/libsodium-wrappers-sumo": "^0.7.5",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.1"
"@types/libsodium-wrappers-sumo": "^0.7.6",
"@types/lodash": "^4.14.198",
"@types/node": "^20.5.9"
},
"dependencies": {
"@ethereumjs/trie": "^6.0.0",
Expand All @@ -33,19 +33,19 @@
"@trustack/network": "workspace:^1.0.0",
"abstract-level": "^1.0.3",
"bitset": "^5.1.1",
"blockstore-level": "^1.1.3",
"datastore-core": "^9.2.2",
"datastore-level": "^10.1.3",
"interface-datastore": "^8.2.4",
"blockstore-level": "^1.1.4",
"datastore-core": "^9.2.3",
"datastore-level": "^10.1.4",
"interface-datastore": "^8.2.5",
"ipfs-bitswap": "^19.0.0",
"level": "^8.0.0",
"libsodium-wrappers-sumo": "^0.7.11",
"lodash": "^4.17.21",
"memory-level": "^1.0.0",
"multiformats": "^12.0.1",
"multiformats": "^12.1.1",
"ts-node": "^10.9.1",
"tweetnacl": "^1.0.3",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"xstate": "^4.38.2"
}
}
6 changes: 3 additions & 3 deletions packages/sknode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"author": "",
"license": "ISC",
"dependencies": {
"@trpc/client": "^10.37.1",
"@trpc/server": "^10.37.1",
"@trpc/client": "^10.38.1",
"@trpc/server": "^10.38.1",
"@trustack/common": "workspace:^1.0.0",
"@trustack/contract": "workspace:^1.0.0",
"execa": "^8.0.1",
"kill-port": "^2.0.1",
"multiformats": "^12.0.1",
"multiformats": "^12.1.1",
"skchain": "workspace:^1.0.0",
"zod": "^3.22.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sknode/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"strictNullChecks": true,
"module": "ESNext",
"module": "NodeNext",
"target": "esnext",
"sourceMap": true,
"experimentalDecorators": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/skvm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
10 changes: 5 additions & 5 deletions packages/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@trustack/node-modules-polyfill": "^0.2.5",
"@trustack/rollup-plugin-node-polyfills": "^0.2.2",
"@xstate/react": "^3.2.2",
"antd": "^5.8.4",
"antd": "^5.8.6",
"buffer": "^6.0.3",
"esbuild": "^0.19.2",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"monaco-editor": "^0.41.0",
"multiformats": "^12.0.1",
"multiformats": "^12.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.15.0",
Expand All @@ -39,12 +39,12 @@
"devDependencies": {
"@playwright/test": "^1.37.1",
"@rollup/plugin-inject": "^5.0.3",
"@types/lodash": "^4.14.197",
"@types/react": "^18.2.20",
"@types/lodash": "^4.14.198",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"sass": "^1.66.1",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}
Loading

0 comments on commit 387f05b

Please sign in to comment.