Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Nov 29, 2024
1 parent adc7c55 commit 39839f9
Show file tree
Hide file tree
Showing 3 changed files with 1,087 additions and 1,116 deletions.
22 changes: 11 additions & 11 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
},
"dependencies": {
"@polkadot-api/descriptors": "portal:.papi/descriptors",
"@polkadot/api": "^14.1.1",
"@polkadot/extension-dapp": "^0.54.1",
"polkadot-api": "^1.6.4"
"@polkadot/api": "^15.0.1",
"@polkadot/extension-dapp": "^0.56.2",
"polkadot-api": "^1.7.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"cypress": "^13.15.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"cypress": "^13.16.0",
"cypress-wait-until": "^3.0.2",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.9"
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"vite": "^6.0.1"
}
}
22 changes: 11 additions & 11 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@
"cypress": ">=10"
},
"dependencies": {
"@polkadot/extension-inject": "^0.54.1",
"@polkadot/keyring": "^13.2.1",
"@polkadot/types": "^14.1.1",
"@polkadot/util-crypto": "^13.2.1"
"@polkadot/extension-inject": "^0.56.2",
"@polkadot/keyring": "^13.2.3",
"@polkadot/types": "^15.0.1",
"@polkadot/util-crypto": "^13.2.3"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"cypress": "^13.15.0",
"eslint": "^9.13.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"cypress": "^13.16.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"semantic-release-yarn": "^3.0.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 39839f9

Please sign in to comment.