Skip to content

Commit 34f3565

Browse files
committed
feat: update to spago@next
1 parent a0ed953 commit 34f3565

File tree

4 files changed

+1304
-37
lines changed

4 files changed

+1304
-37
lines changed

bower.json

+8-30
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,10 @@
11
{
2-
"name": "purescript-react-basic-dom",
3-
"license": [
4-
"Apache-2.0"
5-
],
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/lumihq/purescript-react-basic-dom"
9-
},
10-
"ignore": [
11-
"**/.*",
12-
"node_modules",
13-
"bower_components",
14-
"output"
15-
],
16-
"dependencies": {
17-
"purescript-arrays": "^v7.0.0",
18-
"purescript-effect": "^v4.0.0",
19-
"purescript-foldable-traversable": "^v6.0.0",
20-
"purescript-foreign-object": "^v4.0.0",
21-
"purescript-maybe": "^v6.0.0",
22-
"purescript-nullable": "^v6.0.0",
23-
"purescript-prelude": "^v6.0.0",
24-
"purescript-react-basic": "^v17.0.0",
25-
"purescript-record": "^v4.0.0",
26-
"purescript-unsafe-coerce": "^v6.0.0",
27-
"purescript-web-dom": "^v6.0.0",
28-
"purescript-web-events": "^v4.0.0",
29-
"purescript-web-file": "^v4.0.0",
30-
"purescript-web-html": "^v4.0.0"
31-
}
2+
"name": "purescript-react-basic-dom",
3+
"license": [
4+
"Apache-2.0"
5+
],
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/lumihq/purescript-react-basic-dom"
9+
}
3210
}

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"homepage": "https://github.com/lumihq/purescript-react-basic-dom#readme",
1616
"dependencies": {
17-
"react": "^18.0.0",
18-
"react-dom": "^18.0.0"
17+
"react": "^19.0.0",
18+
"react-dom": "^19.0.0"
1919
},
2020
"devDependencies": {
21-
"bower": "^1.8.12",
21+
"bower": "^1.8.14",
2222
"npm-run-all": "^4.1.5",
23-
"pulp": "^16.0.1",
24-
"purescript": "^0.15.4",
25-
"spago": "^0.20.9"
23+
"pulp": "^16.0.2",
24+
25+
2626
},
2727
"scripts": {
2828
"deps": "run-s deps:*",
@@ -32,6 +32,6 @@
3232
"build:spago": "spago build",
3333
"build:pulp": "pulp build -o output-pulp",
3434
"clean": "rm -rf .spago bower_components output output-pulp node_modules .pulp-cache .psci_modules",
35-
"test": "spago -x test.dhall test"
35+
"test": "spago test"
3636
}
3737
}

0 commit comments

Comments
 (0)