Skip to content

Commit cb1800e

Browse files
justinwoogaryb
authored andcommitted
update packages for 0.12 (#11)
* changes for 0.12 * update packages * Update purescript dependency to temp SlamData branch
1 parent 1bce15e commit cb1800e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"package.json"
1919
],
2020
"dependencies": {
21-
"purescript-exists": "^3.0.0",
22-
"purescript-prelude": "^3.0.0",
23-
"purescript-newtype": "^2.0.0",
24-
"purescript-transformers": "^3.1.0"
21+
"purescript-exists": "^4.0.0",
22+
"purescript-prelude": "^4.0.0",
23+
"purescript-newtype": "^3.0.0",
24+
"purescript-transformers": "^4.0.0"
2525
}
2626
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"build": "pulp build -- --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"pulp": "^11.0.0",
9-
"purescript": "^0.11.0",
10-
"purescript-psa": "^0.5.0",
11-
"rimraf": "^2.5.4"
8+
"pulp": "^12.2.0",
9+
"purescript": "slamdata/node-purescript#0.12",
10+
"purescript-psa": "^0.6.0",
11+
"rimraf": "^2.6.2"
1212
}
1313
}

0 commit comments

Comments
 (0)