@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cima-foundation/schematics",
3
- "version": "20.0.1",
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": "^13.1.4",
18
- "@angular-devkit/schematics": "^13.1.4",
19
- "@schematics/angular": "^13.1.4",
20
- "typescript": "~4.5.2"
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": "^12.11.1",
24
- "@types/jasmine": "~3.10.0",
25
- "jasmine": "^3.5.0"
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/scss/bootstrap-grid.scss",
82
- "node_modules/bootstrap/scss/bootstrap-utilities.scss",
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": ["mixed-decls", "color-functions", "global-builtin", "import"]
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/scss/bootstrap-grid.scss",
187
- "node_modules/bootstrap/scss/bootstrap-utilities.scss",
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
- "copyfiles": "^2.4.1",
24
- "@angular/animations": "^20.2.4",
25
- "@angular/cdk": "^20.2.2",
26
- "@angular/common": "^20.2.4",
27
- "@angular/compiler": "^20.2.4",
28
- "@angular/core": "^20.2.4",
29
- "@angular/forms": "^20.2.4",
30
- "@angular/material": "^20.2.2",
31
- "@angular/platform-browser": "^20.2.4",
32
- "@angular/platform-browser-dynamic": "^20.2.4",
33
- "@angular/router": "^20.2.4",
34
- "@angular/service-worker": "^20.2.4",
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/compiler-cli": "^20.2.4",
61
- "@angular/localize": "^20.2.4",
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
- "@typescript-eslint/eslint-plugin": "8.15.0",
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.2",
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
  }
@@ -3,7 +3,7 @@
3
3
  "extends": "../../tsconfig.json",
4
4
  "compilerOptions": {
5
5
  "outDir": "../../out-tsc/app",
6
- "types": []
6
+ "types": ["node"]
7
7
  },
8
8
  "files": [
9
9
  "src/main.ts",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cima/<%= dasherize(name) %>",
3
- "version": "20.0.0",
3
+ "version": "21.0.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "^20.0.0",
6
- "@angular/core": "^20.0.0"
5
+ "@angular/common": "^21.0.0",
6
+ "@angular/core": "^21.0.0"
7
7
  },
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
@@ -6,7 +6,7 @@
6
6
  "declaration": true,
7
7
  "declarationMap": true,
8
8
  "inlineSources": true,
9
- "types": [],
9
+ "types": ["node"],
10
10
  "lib": ["dom", "es2018"]
11
11
  },
12
12
  "exclude": ["src/test.ts", "**/*.spec.ts"]