mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
bump markdown node library, and overal libs for test
This commit is contained in:
parent
18f42be574
commit
b35de37ec1
1614
package-lock.json
generated
1614
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -40,20 +40,20 @@
|
||||
"grunt-simple-mocha": "^0.4.1",
|
||||
"imap": "^0.8.19",
|
||||
"mailparser": "^2.7.1",
|
||||
"markdown-it": "^9.0.0",
|
||||
"mocha": "^6.1.4",
|
||||
"markdown-it": "^10.0.0",
|
||||
"mocha": "~6.2.1",
|
||||
"msgpack-lite": "^0.1.26",
|
||||
"multilang-sentiment": "^1.2.0",
|
||||
"ngeohash": "^0.6.3",
|
||||
"node-red": "~0.20.7",
|
||||
"node-red": "~1.0.0",
|
||||
"node-red-node-test-helper": "~0.2.3",
|
||||
"nodemailer": "^6.2.1",
|
||||
"nodemailer": "~6.3.0",
|
||||
"poplib": "^0.1.7",
|
||||
"proxyquire": "^2.1.0",
|
||||
"proxyquire": "~2.1.3",
|
||||
"pushbullet": "^2.4.0",
|
||||
"sentiment": "^2.1.0",
|
||||
"should": "^13.2.3",
|
||||
"sinon": "^7.2.7",
|
||||
"sinon": "~7.5.0",
|
||||
"supertest": "^4.0.2",
|
||||
"when": "^3.7.8"
|
||||
},
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "node-red-node-markdown",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "A Node-RED node to convert a markdown string to html.",
|
||||
"dependencies": {
|
||||
"markdown-it": "^9.0.0"
|
||||
"markdown-it": "^10.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user