File tree 4 files changed +1207
-28
lines changed
4 files changed +1207
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " purescript-react-basic-classic" ,
3
- "license" : [
4
- " Apache-2.0"
5
- ],
6
- "repository" : {
7
- "type" : " git" ,
8
- "url" : " https://github.com/lumihq/purescript-react-basic-classic"
9
- },
10
- "ignore" : [
11
- " **/.*" ,
12
- " node_modules" ,
13
- " bower_components" ,
14
- " output"
15
- ],
16
- "dependencies" : {
17
- "purescript-aff" : " ^v7.0.0" ,
18
- "purescript-effect" : " ^v4.0.0" ,
19
- "purescript-functions" : " ^v6.0.0" ,
20
- "purescript-maybe" : " ^v6.0.0" ,
21
- "purescript-nullable" : " ^v6.0.0" ,
22
- "purescript-prelude" : " ^v6.0.0" ,
23
- "purescript-react-basic" : " ^v17.0.0"
24
- }
2
+ "name" : " purescript-react-basic-classic" ,
3
+ "license" : [
4
+ " Apache-2.0"
5
+ ],
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " https://github.com/lumihq/purescript-react-basic-classic"
9
+ }
25
10
}
Original file line number Diff line number Diff line change 15
15
"homepage" : " https://github.com/lumihq/purescript-react-basic-classic#readme" ,
16
16
"devDependencies" : {
17
17
"bower" : " ^1.8.14" ,
18
- "npm-check-updates" : " ^12.5.11 " ,
18
+ "npm-check-updates" : " ^17.1.16 " ,
19
19
"npm-run-all" : " ^4.1.5" ,
20
- "pulp" : " ^16.0.1 " ,
21
- "purescript" : " ^0.15.0 " ,
22
- "spago" : " ^0.20.9 "
20
+ "pulp" : " ^16.0.2 " ,
21
+
22
+
23
23
},
24
24
"dependencies" : {
25
- "react" : " ^18 .0.0"
25
+ "react" : " ^19 .0.0"
26
26
},
27
27
"scripts" : {
28
28
"deps" : " run-s deps:*" ,
You can’t perform that action at this time.
0 commit comments