@cima-foundation/schematics 20.0.1 → 21.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
- package/src/new-library/files/__name@dasherize__/angular.json +5 -5
- package/src/new-library/files/__name@dasherize__/package.json +19 -35
- package/src/new-library/files/__name@dasherize__/projects/__name@dasherize__-test-app/tsconfig.app.json +1 -1
- package/src/new-library/files/__name@dasherize__/projects/cima/__name@dasherize__/package.json +3 -3
- package/src/new-library/files/__name@dasherize__/projects/cima/__name@dasherize__/tsconfig.lib.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cima-foundation/schematics",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"description": "A blank schematics",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc -p tsconfig.json",
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"schematics": "./src/collection.json",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@angular-devkit/core": "^
|
|
18
|
-
"@angular-devkit/schematics": "^
|
|
19
|
-
"@schematics/angular": "^
|
|
20
|
-
"typescript": "~
|
|
17
|
+
"@angular-devkit/core": "^21.2.7",
|
|
18
|
+
"@angular-devkit/schematics": "^21.2.7",
|
|
19
|
+
"@schematics/angular": "^21.2.7",
|
|
20
|
+
"typescript": "~5.9.3"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@types/node": "^
|
|
24
|
-
"@types/jasmine": "~
|
|
25
|
-
"jasmine": "^
|
|
23
|
+
"@types/node": "^20.11.16",
|
|
24
|
+
"@types/jasmine": "~5.1.4",
|
|
25
|
+
"jasmine": "^5.1.0"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -78,15 +78,15 @@
|
|
|
78
78
|
"./node_modules/@cima/commons/src/styles/_app.scss",
|
|
79
79
|
"projects/<%= dasherize(name) %>-test-app/src/styles.scss",
|
|
80
80
|
"node_modules/@fortawesome/fontawesome-free/css/all.css",
|
|
81
|
-
"node_modules/bootstrap/
|
|
82
|
-
"node_modules/bootstrap/
|
|
81
|
+
"node_modules/bootstrap/dist/css/bootstrap-grid.css",
|
|
82
|
+
"node_modules/bootstrap/dist/css/bootstrap-utilities.css",
|
|
83
83
|
"node_modules/flag-icons/css/flag-icons.min.css"
|
|
84
84
|
],
|
|
85
85
|
"allowedCommonJsDependencies": ["ngx-masonry"],
|
|
86
86
|
"stylePreprocessorOptions": {
|
|
87
87
|
"includePaths": ["./node_modules/@cima/commons/src/styles"],
|
|
88
88
|
"sass": {
|
|
89
|
-
"silenceDeprecations": ["
|
|
89
|
+
"silenceDeprecations": ["color-functions", "global-builtin", "import"]
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"scripts": [],
|
|
@@ -183,8 +183,8 @@
|
|
|
183
183
|
"./node_modules/@cima/commons/src/styles/_app.scss",
|
|
184
184
|
"projects/<%= dasherize(name) %>-test-app/src/styles.scss",
|
|
185
185
|
"node_modules/@fortawesome/fontawesome-free/css/all.css",
|
|
186
|
-
"node_modules/bootstrap/
|
|
187
|
-
"node_modules/bootstrap/
|
|
186
|
+
"node_modules/bootstrap/dist/css/bootstrap-grid.css",
|
|
187
|
+
"node_modules/bootstrap/dist/css/bootstrap-utilities.css",
|
|
188
188
|
"node_modules/flag-icons/css/flag-icons.min.css"
|
|
189
189
|
],
|
|
190
190
|
"scripts": []
|
|
@@ -20,19 +20,18 @@
|
|
|
20
20
|
},
|
|
21
21
|
"private": true,
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"
|
|
24
|
-
"@angular/
|
|
25
|
-
"@angular/
|
|
26
|
-
"@angular/
|
|
27
|
-
"@angular/
|
|
28
|
-
"@angular/
|
|
29
|
-
"@angular/
|
|
30
|
-
"@angular/
|
|
31
|
-
"@angular/platform-browser": "^
|
|
32
|
-
"@angular/
|
|
33
|
-
"@angular/
|
|
34
|
-
"@
|
|
35
|
-
"@cima/commons": "git+https://github.com/CIMAFoundation/ngx-cima-commons.git#v20@latest",
|
|
23
|
+
"@angular/animations": "^21.2.9",
|
|
24
|
+
"@angular/cdk": "^21.2.6",
|
|
25
|
+
"@angular/common": "^21.2.9",
|
|
26
|
+
"@angular/compiler": "^21.2.9",
|
|
27
|
+
"@angular/core": "^21.2.9",
|
|
28
|
+
"@angular/forms": "^21.2.9",
|
|
29
|
+
"@angular/material": "^21.2.6",
|
|
30
|
+
"@angular/platform-browser": "^21.2.9",
|
|
31
|
+
"@angular/platform-browser-dynamic": "^21.2.9",
|
|
32
|
+
"@angular/router": "^21.2.9",
|
|
33
|
+
"@angular/service-worker": "^21.2.9",
|
|
34
|
+
"@cima/commons": "git+https://github.com/CIMAFoundation/ngx-cima-commons.git#v21@latest",
|
|
36
35
|
"@fortawesome/fontawesome-free": "^6.3.0",
|
|
37
36
|
"@kolkov/angular-editor": "3.0.0-beta.0",
|
|
38
37
|
"@ngneat/until-destroy": "^10.0.0",
|
|
@@ -43,41 +42,26 @@
|
|
|
43
42
|
"flag-icons": "^7.1.0",
|
|
44
43
|
"jwt-decode": "^4.0.0",
|
|
45
44
|
"leaflet": "1.9.4",
|
|
46
|
-
"masonry-layout": "^4.2.2",
|
|
47
45
|
"moment": "^2.29.1",
|
|
48
46
|
"ngx-color-picker": "^16.0.0",
|
|
49
47
|
"ngx-file-drop": "^16.0.0",
|
|
50
|
-
"ngx-masonry": "^14.0.1",
|
|
51
|
-
"ngx-order-pipe": "^2.2.0",
|
|
52
48
|
"rxjs": "^7.4.0",
|
|
53
|
-
"swiper": "^7.3.3",
|
|
54
49
|
"tslib": "^2.3.0",
|
|
55
50
|
"zone.js": "~0.15.1",
|
|
56
|
-
"bootstrap": "^5.3.3"
|
|
57
|
-
"angular-gridster2": "^20.2.2"
|
|
51
|
+
"bootstrap": "^5.3.3"
|
|
58
52
|
},
|
|
59
53
|
"devDependencies": {
|
|
60
|
-
"@angular/
|
|
61
|
-
"@angular/
|
|
54
|
+
"@angular/build": "^21.2.7",
|
|
55
|
+
"@angular/cli": "^21.2.7",
|
|
56
|
+
"@angular/compiler-cli": "^21.2.9",
|
|
57
|
+
"@angular/localize": "^21.2.9",
|
|
62
58
|
"@types/chance": "^1.1.3",
|
|
63
59
|
"@types/jasmine": "~5.1.4",
|
|
64
60
|
"@types/leaflet": "^1.7.10",
|
|
65
61
|
"@types/node": "^20.11.16",
|
|
66
|
-
"
|
|
67
|
-
"@typescript-eslint/parser": "8.15.0",
|
|
68
|
-
"ng-packagr": "^20.2.0",
|
|
69
|
-
"npm-run-all": "^4.1.5",
|
|
62
|
+
"ng-packagr": "^21.2.2",
|
|
70
63
|
"rimraf": "^6.0.1",
|
|
71
|
-
"typescript": "~5.9.
|
|
72
|
-
"wait-on": "^7.2.0",
|
|
73
|
-
"webpack-bundle-analyzer": "^4.5.0",
|
|
74
|
-
"@angular-eslint/builder": "20.2.0",
|
|
75
|
-
"@angular-eslint/eslint-plugin": "20.2.0",
|
|
76
|
-
"@angular-eslint/eslint-plugin-template": "20.2.0",
|
|
77
|
-
"@angular-eslint/schematics": "20.2.0",
|
|
78
|
-
"@angular-eslint/template-parser": "20.2.0",
|
|
79
|
-
"@angular/build": "^20.2.1",
|
|
80
|
-
"@angular/cli": "^20.2.1",
|
|
64
|
+
"typescript": "~5.9.3",
|
|
81
65
|
"eslint": "9.34.0"
|
|
82
66
|
}
|
|
83
67
|
}
|
package/src/new-library/files/__name@dasherize__/projects/cima/__name@dasherize__/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cima/<%= dasherize(name) %>",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^21.0.0",
|
|
6
|
+
"@angular/core": "^21.0.0"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.3.0"
|