Skip to content

Commit cd5c9b7

Browse files
committed
build: update dependencies to the latest
1 parent 7fbbb50 commit cd5c9b7

File tree

6 files changed

+4369
-6077
lines changed

6 files changed

+4369
-6077
lines changed

libs/datasource/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matheo/datasource",
3-
"version": "12.10.0-beta.1",
3+
"version": "17.0.0-beta.0",
44
"description": "Reactive Datasource for Angular",
55
"author": {
66
"name": "Mateo Tibaquira",
@@ -23,10 +23,10 @@
2323
},
2424
"scripts": {},
2525
"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",
3030
"rxjs": "*"
3131
},
3232
"dependencies": {

libs/datepicker/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matheo/datepicker",
3-
"version": "13.0.0-beta.1",
3+
"version": "17.0.0-beta.0",
44
"description": "Angular material date+time picker",
55
"keywords": [
66
"angular",
@@ -18,15 +18,15 @@
1818
},
1919
"scripts": {},
2020
"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",
3030
"rxjs": "*"
3131
},
3232
"devDependencies": {

libs/schematics/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@matheo/schematics",
3-
"version": "12.10.0-beta.0",
3+
"version": "17.0.0-beta.0",
44
"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"
77
},
88
"dependencies": {
99
"tslib": "^2.0.0"

nx.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"$schema": "node_modules/nx/schemas/nx-schema.json",
3+
"defaultBase": "master",
4+
"defaultProject": "website",
5+
"nxCloudAccessToken": "YzliYTY2ZmItMzI5Zi00ZmY2LWJjOGQtZTgxZTJiMDg3Y2QwfHJlYWQtd3JpdGU=",
6+
"useInferencePlugins": false,
37
"cli": {
48
"warnings": {
59
"versionMismatch": false
610
}
711
},
8-
"defaultProject": "website",
912
"tasksRunnerOptions": {
1013
"default": {
1114
"runner": "@nx/workspace/tasks-runners/default",
1215
"options": {}
1316
}
1417
},
15-
"affected": {
16-
"defaultBase": "master"
17-
},
1818
"targetDependencies": {
1919
"build": [
2020
{

0 commit comments

Comments
 (0)