Updated dependencies versions

This commit is contained in:
icyrockcom 2019-11-02 00:10:54 -04:00
parent 70e11f60f5
commit 370fa4b23e
3 changed files with 1375 additions and 1101 deletions

View File

@ -19,11 +19,11 @@
"tests"
],
"dependencies": {
"purescript-console": "^4.1.0",
"purescript-effect": "^2.0.0",
"purescript-console": "^4.2.0",
"purescript-effect": "^2.0.1",
"purescript-functions": "^4.0.0",
"purescript-prelude": "^4.1.0",
"purescript-test-unit": "^14.0.0"
"purescript-prelude": "^4.1.1",
"purescript-test-unit": "^15.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0"

2436
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "purescript-cheerio",
"version": "0.2.0",
"version": "0.2.1",
"description": "PureScript bindings for Cheerio",
"main": "index.js",
"directories": {
@ -20,8 +20,8 @@
},
"homepage": "https://github.com/icyrockcom/purescript-cheerio#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"lodash": "^4.17.5",
"npm": "^6.3.0"
"cheerio": "^1.0.0-rc.3",
"lodash": "^4.17.15",
"npm": "^6.12.1"
}
}