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 Aug 18, 2020
1 parent 06116e5 commit e230f7a
Show file tree
Hide file tree
Showing 9 changed files with 1,653 additions and 1,154 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"private": true,
"devDependencies": {
"@angular-builders/jest": "^9.0.1",
"@angular-devkit/build-angular": "~0.901.7",
"@angular-devkit/build-angular": "~0.1000.6",
"@angular/animations": "9.1.9",
"@angular/cli": "9.1.7",
"@angular/common": "9.1.9",
Expand All @@ -128,12 +128,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.4",
"@nguniversal/express-engine": "9.1.1",
"@types/express": "^4.17.6",
"@types/express": "^4.17.7",
"@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 @@ -142,25 +142,25 @@
"core-js": "^3.6.5",
"cpx": "^1.5.0",
"cross-env": "^5.2.1",
"cypress": "^4.7.0",
"dtslint": "^3.6.9",
"cypress": "^4.12.1",
"dtslint": "^3.6.14",
"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.0",
"jest-preset-angular": "^8.2.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.2",
"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.0"
}
}
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.2"
},
"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.2"
},
"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.2"
},
"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.2"
},
"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.2"
},
"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.2"
},
"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.2"
},
"ngPackage": {
"lib": {
Expand Down
Loading

0 comments on commit e230f7a

Please sign in to comment.