Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit 79c3fd4

Browse files
committed
Updates for PureScript 0.13
1 parent da50c9f commit 79c3fd4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"output"
1414
],
1515
"dependencies": {
16-
"purescript-quantities": "^8.3.1",
16+
"purescript-quantities": "^9.0.0",
1717
"purescript-parsing": "^5.0.0",
18-
"purescript-ordered-collections": "^1.0.0",
18+
"purescript-ordered-collections": "^1.6.0",
1919
"jquery.terminal": "=1.6.3",
2020
"keyboardevent-key-polyfill": "=1.1.0",
21-
"purescript-generics-rep": "^6.0.0"
21+
"purescript-generics-rep": "^6.1.0"
2222
},
2323
"devDependencies": {
2424
"purescript-psci-support": "^4.0.0",
25-
"purescript-test-unit": "^14.0.0"
25+
"purescript-test-unit": "^15.0.0"
2626
}
2727
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"fs-extra": "^7.0.1",
4141
"live-server": "^1.2.1",
4242
"npm-run-all": "^4.1.5",
43-
"pulp": "^12.4.2",
44-
"purescript": "^0.12.5"
43+
"pulp": "^13.0.0",
44+
"purescript": "^0.13.0"
4545
}
4646
}

0 commit comments

Comments
 (0)