Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jul 30, 2024
1 parent eee47f4 commit 6c70ab6
Show file tree
Hide file tree
Showing 4 changed files with 907 additions and 371 deletions.
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"preview": "vitepress preview"
},
"dependencies": {
"@reactive-dot/core": "0.2.0",
"@reactive-dot/core": "0.4.0",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.14.0",
"dot-connect": "workspace:^",
"polkadot-api": "^0.11.2",
"vue": "^3.4.33"
"polkadot-api": "^0.12.1",
"vue": "^3.4.34"
},
"devDependencies": {
"vitepress": "^1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@commitlint/config-conventional": "^19.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"husky": "^9.1.4",
"nx": "^19.5.1",
"nx": "^19.5.3",
"prettier": "^3.3.3"
}
}
12 changes: 6 additions & 6 deletions packages/dot-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"qrcode": "^1.5.3"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@reactive-dot/core": "0.2.0",
"@eslint/js": "^9.8.0",
"@reactive-dot/core": "0.4.0",
"@tsconfig/recommended": "^1.0.7",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint__js": "^8.42.3",
"@types/qrcode": "^1.5.5",
"eslint": "^9.7.0",
"polkadot-api": "^0.11.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1"
"eslint": "^9.8.0",
"polkadot-api": "^0.12.1",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0"
},
"peerDependencies": {
"@reactive-dot/core": "*"
Expand Down
Loading

0 comments on commit 6c70ab6

Please sign in to comment.