Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Nov 19, 2024
1 parent 789330a commit 18b8fab
Show file tree
Hide file tree
Showing 7 changed files with 2,019 additions and 1,956 deletions.
10 changes: 5 additions & 5 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"watch-transfer-events": "./dist/watch-transfer-events/main.cjs"
},
"dependencies": {
"@polkadot/rpc-provider": "^12.2.2",
"@polkadot/rpc-provider": "^14.3.1",
"@sodazone/ocelloids-sdk": "1.2.14-dev.0",
"@substrate/connect": "^1.1.0",
"graph-data-structure": "^3.5.0",
"@substrate/connect": "^2.0.1",
"graph-data-structure": "^4.2.0",
"hjson": "^3.2.2",
"rxjs": "^7.8.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"tsup": "^8.2.3",
"tsx": "^4.16.2"
"tsup": "^8.3.5",
"tsx": "^4.19.2"
},
"tsup": {
"shims": true
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@
"license:fix": "docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@biomejs/biome": "1.8.3",
"@swc/core": "^1.7.2",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"esbuild": "^0.23.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@biomejs/biome": "1.9.4",
"@swc/core": "^1.9.2",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"esbuild": "^0.24.0",
"jest": "^29.7.0",
"tsup": "^8.2.3",
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
"tsup": "^8.3.5",
"typedoc": "^0.26.11",
"typescript": "^5.6.3"
},
"overrides": {
"word-wrap": "1.2.4"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"url": "https://github.com/sodazone/ocelloids-sdk.git"
},
"dependencies": {
"@polkadot/api": "^12.2.2",
"@substrate/connect-known-chains": "^1.2.0",
"@polkadot/api": "^14.3.1",
"@substrate/connect-known-chains": "^1.7.0",
"mingo": "^6.4.15",
"rxjs": "^7.8.1",
"web-worker": "1.2.0"
"web-worker": "1.3.0"
},
"devDependencies": {
"@sodazone/ocelloids-sdk-test": "1.2.14-dev.0"
Expand All @@ -43,9 +43,9 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/browser/index.js",
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"browser": "./dist/browser/index.js"
"import": "./dist/index.js"
},
"./worker": {
"import": "./dist/worker/smoldot-worker.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/pallets/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "https://github.com/sodazone/ocelloids-sdk.git"
},
"dependencies": {
"@polkadot/api-contract": "^12.2.2",
"@polkadot/api-contract": "^14.3.1",
"@sodazone/ocelloids-sdk": "1.2.14-dev.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"url": "https://github.com/sodazone/ocelloids-sdk.git"
},
"devDependencies": {
"cbor-x": "^1.5.9",
"cbor-x": "^1.6.0",
"shx": "^0.3.4"
},
"dependencies": {
"@polkadot/api": "^12.2.2",
"@polkadot/util": "^13.0.2",
"@polkadot/api": "^14.3.1",
"@polkadot/util": "^13.2.3",
"rxjs": "^7.8.1"
},
"tsup": {
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@sodazone/ocelloids-sdk": "1.2.14-dev.0",
"@sodazone/ocelloids-sdk-test": "1.2.14-dev.0",
"cbor-x": "^1.5.9",
"cbor-x": "^1.6.0",
"citty": "^0.1.6"
},
"tsup": {
Expand Down
Loading

0 comments on commit 18b8fab

Please sign in to comment.