Skip to content

Commit

Permalink
fix: lock package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zcstarr committed Jun 1, 2021
1 parent 26f8e3b commit c3e655c
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 114 deletions.
188 changes: 77 additions & 111 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@open-rpc/schema-utils-js": "^1.15.0",
"@open-rpc/schema-utils-js": "1.15.0",
"body-parser": "^1.19.0",
"connect": "^3.7.0",
"cors": "^2.8.5",
Expand All @@ -34,8 +34,8 @@
"ws": "^7.3.1"
},
"devDependencies": {
"@open-rpc/examples": "^1.6.1",
"@open-rpc/meta-schema": "^1.14.2",
"@open-rpc/examples": "1.6.1",
"@open-rpc/meta-schema": "1.14.2",
"@types/body-parser": "^1.19.0",
"@types/connect": "^3.4.33",
"@types/cors": "^2.8.6",
Expand Down

0 comments on commit c3e655c

Please sign in to comment.