Updated dependencies versions
This commit is contained in:
parent
70e11f60f5
commit
370fa4b23e
@ -19,11 +19,11 @@
|
|||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"purescript-console": "^4.1.0",
|
"purescript-console": "^4.2.0",
|
||||||
"purescript-effect": "^2.0.0",
|
"purescript-effect": "^2.0.1",
|
||||||
"purescript-functions": "^4.0.0",
|
"purescript-functions": "^4.0.0",
|
||||||
"purescript-prelude": "^4.1.0",
|
"purescript-prelude": "^4.1.1",
|
||||||
"purescript-test-unit": "^14.0.0"
|
"purescript-test-unit": "^15.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"purescript-psci-support": "^4.0.0"
|
"purescript-psci-support": "^4.0.0"
|
||||||
|
2460
package-lock.json
generated
2460
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "purescript-cheerio",
|
"name": "purescript-cheerio",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "PureScript bindings for Cheerio",
|
"description": "PureScript bindings for Cheerio",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
@ -20,8 +20,8 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/icyrockcom/purescript-cheerio#readme",
|
"homepage": "https://github.com/icyrockcom/purescript-cheerio#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cheerio": "^1.0.0-rc.2",
|
"cheerio": "^1.0.0-rc.3",
|
||||||
"lodash": "^4.17.5",
|
"lodash": "^4.17.15",
|
||||||
"npm": "^6.3.0"
|
"npm": "^6.12.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user