Skip to content

Commit

Permalink
atualize packages
Browse files Browse the repository at this point in the history
  • Loading branch information
abalad committed Aug 10, 2020
1 parent 62fc250 commit c7995ee
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions package.json
Expand Up @@ -46,38 +46,38 @@
},
"private": false,
"dependencies": {
"@angular/animations": "~8.2.14",
"@angular/animations": "~9.1.12",
"@angular/cdk": "^8.2.3",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/common": "~9.1.12",
"@angular/compiler": "~9.1.12",
"@angular/core": "^9.1.12",
"@angular/forms": "^9.1.12",
"@angular/http": "^8.0.0-beta.10",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/platform-browser": "^9.1.12",
"@angular/platform-browser-dynamic": "^9.1.12",
"@angular/pwa": "^0.803.21",
"@angular/router": "^8.2.14",
"@angular/service-worker": "^8.2.14",
"@angular/router": "^9.1.12",
"@angular/service-worker": "^9.1.12",
"bootstrap": "^4.1.3",
"core-js": "^3.1.4",
"intl": "^1.2.5",
"jquery": "^3.3.1",
"ngx-highlight-js": "^2.1.1",
"object-path": "^0.11.4",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.5.2",
"rxjs": "^6.6.2",
"rxjs-compat": "^6.5.2",
"string-format": "^2.0.0",
"ts-md5": "^1.2.4",
"web-animations-js": "^2.3.2",
"zone.js": "~0.9.1"
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.21",
"@angular-devkit/build-ng-packagr": "~0.803.21",
"@angular/cli": "~8.3.21",
"@angular/compiler-cli": "^8.2.14",
"@angular/language-service": "^8.2.14",
"@angular-devkit/build-angular": "~0.901.12",
"@angular-devkit/build-ng-packagr": "~0.901.12",
"@angular/cli": "~9.1.12",
"@angular/compiler-cli": "^9.1.12",
"@angular/language-service": "^9.1.12",
"@babel/core": "^7.5.5",
"@compodoc/compodoc": "^1.1.11",
"@storybook/addon-actions": "^5.3.0-rc.12",
Expand All @@ -103,19 +103,18 @@
"jasmine-spec-reporter": "~4.2.1",
"jest": "^24.8.0",
"jest-preset-angular": "^7.1.1",
"ng-packagr": "^5.3.0",
"node-sass": "^4.10.0",
"ng-packagr": "^9.1.5",
"plop": "^2.1.0",
"pre-commit": "^1.2.2",
"protractor": "~5.4.1",
"rimraf": "^2.6.2",
"semantic-release": "^15.12.1",
"semver": "^5.6.0",
"ts-node": "^7.0.1",
"tsickle": "^0.34.0",
"tslib": "^1.9.3",
"tsickle": "^0.38.1",
"tslib": "^1.13.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3"
"typescript": "~3.8.3"
},
"pre-commit": [
"lint"
Expand Down

0 comments on commit c7995ee

Please sign in to comment.