Skip to content

Commit

Permalink
purs 0.14 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
megamaddu committed Apr 1, 2021
1 parent f959f81 commit 31b44a5
Show file tree
Hide file tree
Showing 8 changed files with 1,805 additions and 1,457 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/bower_components/
/node_modules/
/.pulp-cache/
/.spago/
/output/
/output-pulp/
/generated-docs/
/.psc-package/
/.psc*
Expand Down
54 changes: 28 additions & 26 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
{
"name": "purescript-react-basic-emotion",
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"repository": {
"type": "git",
"url": "https://github.com/lumihq/purescript-react-basic-emotion.git"
},
"dependencies": {
"purescript-colors": "^6.0.0",
"purescript-foreign": "^6.0.0",
"purescript-numbers": "^8.0.0",
"purescript-prelude": "^5.0.0",
"purescript-react-basic": "^16.0.0",
"purescript-react-basic-dom": "https://github.com/lumihq/purescript-react-basic-dom.git#4.0.1",
"purescript-typelevel-prelude": "^6.0.0",
"purescript-unsafe-reference": "^4.0.0"
},
"devDependencies": {
"purescript-psci-support": "^5.0.0",
"purescript-react-basic-hooks": "^7.0.0"
}
"name": "purescript-react-basic-emotion",
"license": [
"Apache-2.0"
],
"repository": {
"type": "git",
"url": "https://github.com/lumihq/purescript-react-basic-emotion"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-colors": "^v6.0.0",
"purescript-console": "^v5.0.0",
"purescript-effect": "^v3.0.0",
"purescript-foreign": "^v6.0.0",
"purescript-foreign-object": "^v3.0.0",
"purescript-numbers": "^v8.0.0",
"purescript-prelude": "^v5.0.0",
"purescript-psci-support": "^v5.0.0",
"purescript-react-basic": "^v16.0.0",
"purescript-react-basic-hooks": "^v7.0.0",
"purescript-typelevel-prelude": "^v6.0.0",
"purescript-unsafe-reference": "^v4.0.0"
}
}
Loading

0 comments on commit 31b44a5

Please sign in to comment.