Update package versions

This commit is contained in:
Nick O'Leary 2018-07-30 15:25:10 +01:00
parent 5155770213
commit dfa077fd5f
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 3 additions and 2 deletions

View File

@ -59,6 +59,7 @@ Runtime
- Handle loading empty nodesDir - Handle loading empty nodesDir
- Add 'private' property to userDir generated package.json - Add 'private' property to userDir generated package.json
- Add RED.require to allow nodes to access other modules - Add RED.require to allow nodes to access other modules
- Ensure add/remove modules are run sequentially
#### 0.18.7: Maintenance Release #### 0.18.7: Maintenance Release

View File

@ -73,7 +73,7 @@
"request": "2.87.0", "request": "2.87.0",
"semver": "5.5.0", "semver": "5.5.0",
"sentiment": "2.1.0", "sentiment": "2.1.0",
"uglify-js": "3.4.5", "uglify-js": "3.4.6",
"when": "3.7.8", "when": "3.7.8",
"ws": "1.1.5", "ws": "1.1.5",
"xml2js": "0.4.19" "xml2js": "0.4.19"
@ -92,7 +92,7 @@
"grunt-contrib-concat": "~1.0.1", "grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0", "grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0", "grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~3.3.0", "grunt-contrib-uglify": "~3.4.0",
"grunt-contrib-watch": "~1.1.0", "grunt-contrib-watch": "~1.1.0",
"grunt-jsonlint": "~1.1.0", "grunt-jsonlint": "~1.1.0",
"grunt-mocha-istanbul": "5.0.2", "grunt-mocha-istanbul": "5.0.2",