File tree 4 files changed +619
-23
lines changed
4 files changed +619
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
21
10
}
Original file line number Diff line number Diff line change 16
16
"devDependencies" : {
17
17
"bower" : " ^1.8.14" ,
18
18
"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
+
22
22
},
23
23
"dependencies" : {
24
- "react" : " ^18.1 .0"
24
+ "react" : " ^19.0 .0"
25
25
},
26
26
"scripts" : {
27
27
"build" : " spago build" ,
You can’t perform that action at this time.
0 commit comments