File tree 4 files changed +1304
-37
lines changed
4 files changed +1304
-37
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
32
10
}
Original file line number Diff line number Diff line change 14
14
},
15
15
"homepage" : " https://github.com/lumihq/purescript-react-basic-dom#readme" ,
16
16
"dependencies" : {
17
- "react" : " ^18 .0.0" ,
18
- "react-dom" : " ^18 .0.0"
17
+ "react" : " ^19 .0.0" ,
18
+ "react-dom" : " ^19 .0.0"
19
19
},
20
20
"devDependencies" : {
21
- "bower" : " ^1.8.12 " ,
21
+ "bower" : " ^1.8.14 " ,
22
22
"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
+
26
26
},
27
27
"scripts" : {
28
28
"deps" : " run-s deps:*" ,
32
32
"build:spago" : " spago build" ,
33
33
"build:pulp" : " pulp build -o output-pulp" ,
34
34
"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"
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments