File tree 6 files changed +4369
-6077
lines changed
6 files changed +4369
-6077
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @matheo/datasource" ,
3
- "version" : " 12.10 .0-beta.1 " ,
3
+ "version" : " 17.0 .0-beta.0 " ,
4
4
"description" : " Reactive Datasource for Angular" ,
5
5
"author" : {
6
6
"name" : " Mateo Tibaquira" ,
23
23
},
24
24
"scripts" : {},
25
25
"peerDependencies" : {
26
- "@angular/common" : " >=11 .0.0" ,
27
- "@angular/core" : " >=11 .0.0" ,
28
- "@angular/cdk" : " >=11 .0.0" ,
29
- "@angular/material" : " >=11 .0.0" ,
26
+ "@angular/common" : " >=17 .0.0" ,
27
+ "@angular/core" : " >=17 .0.0" ,
28
+ "@angular/cdk" : " >=17 .0.0" ,
29
+ "@angular/material" : " >=17 .0.0" ,
30
30
"rxjs" : " *"
31
31
},
32
32
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @matheo/datepicker" ,
3
- "version" : " 13 .0.0-beta.1 " ,
3
+ "version" : " 17 .0.0-beta.0 " ,
4
4
"description" : " Angular material date+time picker" ,
5
5
"keywords" : [
6
6
" angular" ,
18
18
},
19
19
"scripts" : {},
20
20
"peerDependencies" : {
21
- "@angular/animations" : " >=11 .0.0" ,
22
- "@angular/cdk" : " >=11 .0.0" ,
23
- "@angular/common" : " >=11 .0.0" ,
24
- "@angular/core" : " >=11 .0.0" ,
25
- "@angular/forms" : " >=11 .0.0" ,
26
- "@angular/material" : " >=11 .0.0" ,
27
- "date-fns" : " ^2.23 .0" ,
28
- "date-fns-tz" : " ^1.2.2 " ,
29
- "luxon" : " ^2.3.0 " ,
21
+ "@angular/animations" : " >=17 .0.0" ,
22
+ "@angular/cdk" : " >=17 .0.0" ,
23
+ "@angular/common" : " >=17 .0.0" ,
24
+ "@angular/core" : " >=17 .0.0" ,
25
+ "@angular/forms" : " >=17 .0.0" ,
26
+ "@angular/material" : " >=17 .0.0" ,
27
+ "date-fns" : " ^3.6 .0" ,
28
+ "date-fns-tz" : " ^2.0.1 " ,
29
+ "luxon" : " ^3.4.4 " ,
30
30
"rxjs" : " *"
31
31
},
32
32
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @matheo/schematics" ,
3
- "version" : " 12.10 .0-beta.0" ,
3
+ "version" : " 17.0 .0-beta.0" ,
4
4
"peerDependencies" : {
5
- "@angular/common" : " >=11 .0.0" ,
6
- "@angular/core" : " ^>=11 .0.0"
5
+ "@angular/common" : " >=17 .0.0" ,
6
+ "@angular/core" : " ^>=17 .0.0"
7
7
},
8
8
"dependencies" : {
9
9
"tslib" : " ^2.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/nx/schemas/nx-schema.json" ,
3
+ "defaultBase" : " master" ,
4
+ "defaultProject" : " website" ,
5
+ "nxCloudAccessToken" : " YzliYTY2ZmItMzI5Zi00ZmY2LWJjOGQtZTgxZTJiMDg3Y2QwfHJlYWQtd3JpdGU=" ,
6
+ "useInferencePlugins" : false ,
3
7
"cli" : {
4
8
"warnings" : {
5
9
"versionMismatch" : false
6
10
}
7
11
},
8
- "defaultProject" : " website" ,
9
12
"tasksRunnerOptions" : {
10
13
"default" : {
11
14
"runner" : " @nx/workspace/tasks-runners/default" ,
12
15
"options" : {}
13
16
}
14
17
},
15
- "affected" : {
16
- "defaultBase" : " master"
17
- },
18
18
"targetDependencies" : {
19
19
"build" : [
20
20
{
You can’t perform that action at this time.
0 commit comments