Skip to content

Commit

Permalink
feat(deps): bump deps to support angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Feb 24, 2020
1 parent 9f279e1 commit 5b80c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"ionicframework"
],
"dependencies": {
"@schematics/angular": "^8.0.0",
"@schematics/angular": ">=8.0.0",
"cheerio": "1.0.0-rc.3",
"colorette": "1.1.0",
"copy-webpack-plugin": "5.1.1",
"tslib": "^1.9.0",
"ws": "^7.0.1"
},
"devDependencies": {
"@angular-devkit/architect": ">=0.800.0",
"@angular-devkit/build-angular": ">=0.800.0",
"@angular-devkit/architect": ">=0.803.0",
"@angular-devkit/build-angular": ">=0.803.0",
"@angular-devkit/core": ">=8.0.0",
"@angular-devkit/schematics": ">=8.0.0",
"@semantic-release/changelog": "^3.0.0",
Expand Down

0 comments on commit 5b80c04

Please sign in to comment.