Skip to content

Commit

Permalink
Merge pull request #76 from randlabs/update-deps
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
Martin Picco committed Sep 7, 2022
2 parents b439da6 + 52cc480 commit 95cd7d1
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 6 deletions.
107 changes: 103 additions & 4 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@randlabs/myalgo-connect",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"@randlabs/communication-bridge": "^1.0.0"
"@randlabs/communication-bridge": "1.0.1"
},
"devDependencies": {
"@types/node": "^14.17.3",
Expand All @@ -16,6 +16,7 @@
"process": "^0.11.10",
"typescript": "^4.3.2",
"webpack": "^5.40.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.7.2"
},
"scripts": {
Expand Down

0 comments on commit 95cd7d1

Please sign in to comment.