Skip to content

Commit

Permalink
Release 1.0.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan committed Jul 3, 2018
1 parent 00856ed commit b5c10dc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
package-lock.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### version 1.0.1

- Upgraded dependency versions

### version 1.0.0

- Stable Release
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mean-expert/loopback-component-realtime",
"version": "1.0.0",
"version": "1.0.1",
"description": "The LoopBack Component that turns this great framework into a powerful real-time platform",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,19 +34,19 @@
"url": "https://github.com/mean-expert-official/loopback-component-realtime"
},
"dependencies": {
"async": "^2.0.1",
"chalk": "^1.1.3",
"async": "^2.6.1",
"chalk": "^2.4.1",
"loopback-context": "^1.0.0",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"underscore": "^1.8.3"
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"underscore": "^1.9.1"
},
"devDependencies": {
"@types/async": "^2.0.32",
"@types/chalk": "^0.4.29",
"@types/socket.io": "^1.4.27",
"@types/socket.io-client": "^1.4.27",
"@types/underscore": "^1.8.1",
"@types/async": "^2.0.49",
"@types/chalk": "^2.2.0",
"@types/socket.io": "^1.4.36",
"@types/socket.io-client": "^1.4.32",
"@types/underscore": "^1.8.8",
"typescript": "^2.0.2"
}
}

0 comments on commit b5c10dc

Please sign in to comment.