Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 6, 2020
1 parent 7894a5c commit a630b72
Show file tree
Hide file tree
Showing 9 changed files with 2,053 additions and 1,350 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"private": true,
"devDependencies": {
"@angular-builders/jest": "^9.0.1",
"@angular-devkit/build-angular": "~0.901.7",
"@angular-devkit/build-angular": "~0.1001.0",
"@angular/animations": "9.1.9",
"@angular/cli": "9.1.7",
"@angular/common": "9.1.9",
Expand All @@ -129,12 +129,12 @@
"@angular/router": "9.1.9",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@cypress/webpack-preprocessor": "^5.4.1",
"@cypress/webpack-preprocessor": "^5.4.5",
"@nguniversal/express-engine": "9.1.1",
"@types/express": "^4.17.6",
"@types/express": "^4.17.8",
"@types/jest": "^25.2.3",
"@types/node": "^12.6.2",
"@types/semver": "^7.2.0",
"@types/semver": "^7.3.3",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"angular-http-server": "^1.9.0",
Expand All @@ -148,20 +148,20 @@
"eslint": "^6.8.0",
"express": "^4.17.1",
"husky": "^3.1.0",
"jest": "^26.0.1",
"jest-preset-angular": "^8.2.0",
"jest": "^26.4.2",
"jest-preset-angular": "^8.3.1",
"lint-staged": "^9.5.0",
"mock-socket": "^8.1.0",
"ng-packagr": "^9.1.5",
"prettier": "1.19.1",
"rxjs": "^6.5.5",
"start-server-and-test": "^1.11.0",
"rxjs": "^6.6.3",
"start-server-and-test": "^1.11.3",
"ts-loader": "^6.2.1",
"ts-node": "^8.10.2",
"tsickle": "^0.38.1",
"tsickle": "^0.39.1",
"tslib": "^1.11.1",
"tslint": "^5.20.1",
"typescript": "^3.9.7",
"zone.js": "~0.10.3"
"zone.js": "~0.11.1"
}
}
2 changes: 1 addition & 1 deletion packages/devtools-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=6.1.0 <11.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=6.6.3"
},
"ngPackage": {
"lib": {
Expand Down
2 changes: 1 addition & 1 deletion packages/form-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@ngxs/store": "^0.0.0",
"@angular/core": ">=6.1.0 <11.0.0",
"@angular/forms": ">=6.1.0 <11.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=6.6.3"
},
"ngPackage": {
"lib": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logger-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=6.1.0 <11.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=6.6.3"
},
"ngPackage": {
"lib": {
Expand Down
2 changes: 1 addition & 1 deletion packages/router-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@ngxs/store": "^0.0.0",
"@angular/core": ">=6.1.0 <11.0.0",
"@angular/router": ">=6.1.0 <11.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=6.6.3"
},
"ngPackage": {
"lib": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=6.1.0 <11.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=6.6.3"
},
"ngPackage": {
"lib": {
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sideEffects": true,
"peerDependencies": {
"@angular/core": ">=6.1.0 <11.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=6.6.3"
},
"ngPackage": {
"lib": {
Expand Down
2 changes: 1 addition & 1 deletion packages/websocket-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=6.1.0 <11.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=6.6.3"
},
"ngPackage": {
"lib": {
Expand Down
Loading

0 comments on commit a630b72

Please sign in to comment.