Skip to content

Commit 4938fc9

Browse files
committed
feat: update to spago@next
1 parent 074fc77 commit 4938fc9

File tree

4 files changed

+619
-23
lines changed

4 files changed

+619
-23
lines changed

bower.json

+8-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
{
2-
"name": "purescript-react-basic",
3-
"license": [
4-
"Apache-2.0"
5-
],
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/lumihq/purescript-react-basic"
9-
},
10-
"ignore": [
11-
"**/.*",
12-
"node_modules",
13-
"bower_components",
14-
"output"
15-
],
16-
"dependencies": {
17-
"purescript-effect": "^v4.0.0",
18-
"purescript-prelude": "^v6.0.0",
19-
"purescript-record": "^v4.0.0"
20-
}
2+
"name": "purescript-react-basic",
3+
"license": [
4+
"Apache-2.0"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/lumihq/purescript-react-basic"
9+
}
2110
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"devDependencies": {
1717
"bower": "^1.8.14",
1818
"npm-run-all": "^4.1.5",
19-
"pulp": "^16.0.1",
20-
"purescript": "^0.15.0",
21-
"spago": "^0.20.9"
19+
"pulp": "^16.0.2",
20+
21+
2222
},
2323
"dependencies": {
24-
"react": "^18.1.0"
24+
"react": "^19.0.0"
2525
},
2626
"scripts": {
2727
"build": "spago build",

0 commit comments

Comments
 (0)