Skip to content

PureScript 0.15 updates #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 8, 2022
Prev Previous commit
Next Next commit
Bump bower deps
  • Loading branch information
pete-murphy committed Jun 14, 2022
commit a80933210cbb97cfbc82131f8f174babd687782a
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
/.psa*
/.vscode/
/.spago/
/output-pulp/
31 changes: 20 additions & 11 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,32 @@
{
"name": "purescript-react-dnd-basic",
"license": [
"Apache-2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/lumihq/purescript-react-dnd-basic"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/lumihq/purescript-react-dnd-basic.git"
},
"dependencies": {
"purescript-prelude": "^4.1.1",
"purescript-nullable": "^4.1.1",
"purescript-react-basic-dom": "^3.3.0",
"purescript-react-basic-hooks": "^6.0.0"
"purescript-console": "^v6.0.0",
"purescript-effect": "^v4.0.0",
"purescript-maybe": "^v6.0.0",
"purescript-nullable": "^v6.0.0",
"purescript-prelude": "^v6.0.0",
"purescript-react-basic-hooks": "^v8.0.0",
"purescript-web-dom": "^v6.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0"
"resolutions": {
"purescript-prelude": "^6.0.0",
"purescript-newtype": "^5.0.0",
"purescript-control": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0",
"purescript-safe-coerce": "^2.0.0"
}
}