We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7224057 commit d389cd3Copy full SHA for d389cd3
package.json
@@ -33,7 +33,11 @@
33
"ionicframework"
34
],
35
"dependencies": {
36
- "@schematics/angular": "^12.1.1",
+ "@angular-devkit/architect": ">=0.120.0 <0.130.0",
37
+ "@angular-devkit/build-angular": "^12.0.0",
38
+ "@angular-devkit/core": "^12.1.1",
39
+ "@angular-devkit/schematics": "^12.0.0",
40
+ "@schematics/angular": "^12.0.0",
41
"cheerio": "1.0.0-rc.10",
42
"colorette": "1.1.0",
43
"copy-webpack-plugin": "^9.0.1",
@@ -80,10 +84,6 @@
80
84
"typescript": "4.2.4",
81
85
"typescript-eslint-language-service": "^4.1.3"
82
86
},
83
- "peerDependencies": {
- "@angular-devkit/build-angular": "^12.0.0",
- "@angular-devkit/schematics": "^12.0.0"
- },
87
"builders": "./builders.json",
88
"schematics": "./collection.json",
89
"husky": {
0 commit comments