Skip to content

Commit

Permalink
Update all JS deps
Browse files Browse the repository at this point in the history
Except:

- @types/node, we run on node 14
- rxjs, Angular does not support 7 yet
- typescript, Angular does not support 4.3 yet
  • Loading branch information
PowerKiKi committed May 27, 2021
1 parent b0d6119 commit 22a4108
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 192 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"build-demo": "yarn build-lib && ng build demo --aot --base-href /fab-speed-dial/ && cp dist/demo/index.html dist/demo/404.html"
},
"dependencies": {
"@angular/animations": "~12.0.1",
"@angular/cdk": "~12.0.1",
"@angular/common": "~12.0.1",
"@angular/compiler": "~12.0.1",
"@angular/core": "~12.0.1",
"@angular/forms": "~12.0.1",
"@angular/material": "~12.0.1",
"@angular/platform-browser": "~12.0.1",
"@angular/platform-browser-dynamic": "~12.0.1",
"@angular/animations": "~12.0.2",
"@angular/cdk": "~12.0.2",
"@angular/common": "~12.0.2",
"@angular/compiler": "~12.0.2",
"@angular/core": "~12.0.2",
"@angular/forms": "~12.0.2",
"@angular/material": "~12.0.2",
"@angular/platform-browser": "~12.0.2",
"@angular/platform-browser-dynamic": "~12.0.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.0.1",
"@angular/cli": "~12.0.1",
"@angular/compiler-cli": "~12.0.1",
"@angular/language-service": "~12.0.1",
"@types/jasmine": "~3.7.4",
"@angular-devkit/build-angular": "~12.0.2",
"@angular/cli": "~12.0.2",
"@angular/compiler-cli": "~12.0.2",
"@angular/language-service": "~12.0.2",
"@types/jasmine": "~3.7.5",
"@types/jasminewd2": "~2.0.9",
"@types/node": "^14.14.7",
"codelyzer": "^6.0.2",
Expand All @@ -43,7 +43,7 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.6.0",
"ng-packagr": "^12.0.0",
"ng-packagr": "^12.0.2",
"prettier": "2.3.0",
"protractor": "~7.0.0",
"puppeteer": "^9.1.1",
Expand Down
Loading

0 comments on commit 22a4108

Please sign in to comment.