Skip to content

Commit a63c6c6

Browse files
authored
Merge pull request #676 from open-rpc/fix/bump-versions
fix: bump versions of client and lock typings version to latest
2 parents aaa9c4b + a1645e9 commit a63c6c6

File tree

3 files changed

+50
-27
lines changed

3 files changed

+50
-27
lines changed

package-lock.json

+48-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"license": "Apache-2.0",
3232
"dependencies": {
3333
"@iarna/toml": "^2.2.5",
34-
"@open-rpc/typings": "1.12.0",
34+
"@open-rpc/typings": "1.12.1",
3535
"commander": "^7.2.0",
3636
"fs-extra": "^10.0.0",
3737
"inquirer": "^8.0.0",

templates/client/typescript/_package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"@open-rpc/client-js": "1.7.0",
16+
"@open-rpc/client-js": "1.7.1",
1717
"@open-rpc/meta-schema": "1.14.2",
1818
"@open-rpc/schema-utils-js": "1.15.0",
1919
"@types/json-schema": "7.0.3",

0 commit comments

Comments
 (0)