Skip to content

Commit

Permalink
fix: bump versions of client and lock typings version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zcstarr committed Aug 20, 2021
1 parent aaa9c4b commit a1645e9
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 27 deletions.
73 changes: 48 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"license": "Apache-2.0",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@open-rpc/typings": "1.12.0",
"@open-rpc/typings": "1.12.1",
"commander": "^7.2.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/client/typescript/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@open-rpc/client-js": "1.7.0",
"@open-rpc/client-js": "1.7.1",
"@open-rpc/meta-schema": "1.14.2",
"@open-rpc/schema-utils-js": "1.15.0",
"@types/json-schema": "7.0.3",
Expand Down

0 comments on commit a1645e9

Please sign in to comment.