Skip to content

Commit

Permalink
fix(deps): move peer deps to hard deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Nov 4, 2021
1 parent 7224057 commit d389cd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
"ionicframework"
],
"dependencies": {
"@schematics/angular": "^12.1.1",
"@angular-devkit/architect": ">=0.120.0 <0.130.0",
"@angular-devkit/build-angular": "^12.0.0",
"@angular-devkit/core": "^12.1.1",
"@angular-devkit/schematics": "^12.0.0",
"@schematics/angular": "^12.0.0",
"cheerio": "1.0.0-rc.10",
"colorette": "1.1.0",
"copy-webpack-plugin": "^9.0.1",
Expand Down Expand Up @@ -80,10 +84,6 @@
"typescript": "4.2.4",
"typescript-eslint-language-service": "^4.1.3"
},
"peerDependencies": {
"@angular-devkit/build-angular": "^12.0.0",
"@angular-devkit/schematics": "^12.0.0"
},
"builders": "./builders.json",
"schematics": "./collection.json",
"husky": {
Expand Down

0 comments on commit d389cd3

Please sign in to comment.