Skip to content

Commit

Permalink
Bump prolink-connect for mixstatus fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Oct 16, 2020
1 parent f8e6274 commit c189c74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
"output": "release"
},
"publish": null,
"files": [
"dist/",
"node_modules/better-sqlite3/**/*",
"package.json"
],
"files": ["dist/", "node_modules/better-sqlite3/**/*", "package.json"],
"linux": {
"target": "tar.gz"
},
Expand Down Expand Up @@ -115,7 +111,7 @@
"module-alias": "^2.2.2",
"node-static": "^0.7.11",
"noop2": "^2.0.0",
"prolink-connect": "0.2.0-prerelease.8",
"prolink-connect": "0.2.0-prerelease.10",
"public-ip": "^4.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9564,10 +9564,10 @@ progress@^2.0.1, progress@^2.0.3:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

prolink-connect@0.2.0-prerelease.8:
version "0.2.0-prerelease.8"
resolved "https://registry.yarnpkg.com/prolink-connect/-/prolink-connect-0.2.0-prerelease.8.tgz#d419d5236c1a8704f895784d5c0a039ac6b5968b"
integrity sha512-LwWXf0iYf/Cn4hYcUsZbWdCVGHhF+WlkZO09ADp348xaFFkq9/pB2S2Cxg2+x0mQrL6IUV3RBpPyOL5O0dP4hw==
prolink-connect@0.2.0-prerelease.10:
version "0.2.0-prerelease.10"
resolved "https://registry.yarnpkg.com/prolink-connect/-/prolink-connect-0.2.0-prerelease.10.tgz#30f952b742bd3f0e905650cb98adca9c914fe882"
integrity sha512-MGCZIWBNjfUcgCSo3tHU6HYLxemBnQNwnJgZLIAMnC3HqrR8RldqmJ0c3iF5pKBrmHdaNdr8+vhVv40vogY1kQ==
dependencies:
"@sentry/node" "^5.16.1"
"@sentry/tracing" "^5.25.0"
Expand Down

0 comments on commit c189c74

Please sign in to comment.