Skip to content

Commit

Permalink
Bump deps (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Dec 4, 2024
1 parent adc7c55 commit 1144098
Show file tree
Hide file tree
Showing 4 changed files with 1,157 additions and 1,688 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.57.1",
"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.17.0",
"@typescript-eslint/parser": "^8.17.0",
"cypress": "13.16.0",
"cypress-wait-until": "^3.0.2",
"eslint": "^9.13.0",
"eslint": "^9.16.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.2",
"typescript": "^5.7.2",
"vite": "^6.0.2"
}
}
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.57.1",
"@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.17.0",
"@typescript-eslint/parser": "^8.17.0",
"cypress": "13.16.0",
"eslint": "^9.16.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.2",
"semantic-release-yarn": "^3.0.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/plugin/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

Loading

0 comments on commit 1144098

Please sign in to comment.