Updated dependencies versions
This commit is contained in:
parent
70e11f60f5
commit
370fa4b23e
@ -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"
|
||||
|
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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user