Skip to content

Commit a809332

Browse files
committed
Bump bower deps
1 parent 3a9f39b commit a809332

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
/.psa*
1010
/.vscode/
1111
/.spago/
12+
/output-pulp/

Diff for: bower.json

+20-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
{
22
"name": "purescript-react-dnd-basic",
3+
"license": [
4+
"Apache-2.0"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/lumihq/purescript-react-dnd-basic"
9+
},
310
"ignore": [
411
"**/.*",
512
"node_modules",
613
"bower_components",
714
"output"
815
],
9-
"license": "Apache-2.0",
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/lumihq/purescript-react-dnd-basic.git"
13-
},
1416
"dependencies": {
15-
"purescript-prelude": "^4.1.1",
16-
"purescript-nullable": "^4.1.1",
17-
"purescript-react-basic-dom": "^3.3.0",
18-
"purescript-react-basic-hooks": "^6.0.0"
17+
"purescript-console": "^v6.0.0",
18+
"purescript-effect": "^v4.0.0",
19+
"purescript-maybe": "^v6.0.0",
20+
"purescript-nullable": "^v6.0.0",
21+
"purescript-prelude": "^v6.0.0",
22+
"purescript-react-basic-hooks": "^v8.0.0",
23+
"purescript-web-dom": "^v6.0.0"
1924
},
20-
"devDependencies": {
21-
"purescript-psci-support": "^4.0.0"
25+
"resolutions": {
26+
"purescript-prelude": "^6.0.0",
27+
"purescript-newtype": "^5.0.0",
28+
"purescript-control": "^6.0.0",
29+
"purescript-unsafe-coerce": "^6.0.0",
30+
"purescript-safe-coerce": "^2.0.0"
2231
}
2332
}

0 commit comments

Comments
 (0)