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] authored Aug 28, 2023
1 parent 66dd672 commit bc7c791
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 197 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,31 +121,31 @@
"@angular/platform-browser-dynamic": "15.2.4",
"@angular/platform-server": "15.2.4",
"@angular/router": "15.2.4",
"@commitlint/cli": "^17.6.0",
"@commitlint/config-conventional": "^17.6.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@nguniversal/express-engine": "15.2.0",
"@nrwl/cli": "~15.9.2",
"@nrwl/cli": "~15.9.3",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/nx-cloud": "~15.3.5",
"@nrwl/tao": "~15.9.2",
"@nrwl/workspace": "~15.9.2",
"@types/express": "^4.17.6",
"@types/express": "^4.17.17",
"@types/jest": "28.1.1",
"@types/node": "^16.11.7",
"@types/semver": "^7.2.0",
"@types/semver": "^7.5.1",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"bundlemon": "1.4.0",
"core-js": "^3.6.5",
"core-js": "^3.32.1",
"cpx": "^1.5.0",
"cross-env": "^5.2.1",
"cypress": "^12.12.0",
"cypress": "^12.17.4",
"dtslint": "^3.6.9",
"eslint": "8.15.0",
"express": "^4.17.1",
"husky": "^8.0.0",
"eslint": "8.48.0",
"express": "^4.18.2",
"husky": "^8.0.3",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.3",
Expand All @@ -155,12 +155,12 @@
"nx": "~15.9.2",
"prettier": "2.8.2",
"rxjs": "6.6.7",
"serve": "^14.2.0",
"serve": "^14.2.1",
"start-server-and-test": "^1.11.0",
"ts-jest": "^27.0.5",
"ts-node": "^8.10.2",
"tslib": "^2.0.0",
"tslib": "^2.6.2",
"typescript": "4.8.4",
"zone.js": "~0.11.4"
"zone.js": "~0.13.1"
}
}
2 changes: 1 addition & 1 deletion packages/devtools-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=12.0.0 <17.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=7.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/form-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@ngxs/store": "^0.0.0",
"@angular/core": ">=12.0.0 <17.0.0",
"@angular/forms": ">=12.0.0 <17.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=7.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/logger-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=12.0.0 <17.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=7.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/router-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@ngxs/store": "^0.0.0",
"@angular/core": ">=12.0.0 <17.0.0",
"@angular/router": ">=12.0.0 <17.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=7.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/storage-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=12.0.0 <17.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=7.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"sideEffects": false,
"peerDependencies": {
"@angular/core": ">=12.0.0 <17.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=7.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/websocket-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=12.0.0 <17.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=7.8.1"
}
}
Loading

0 comments on commit bc7c791

Please sign in to comment.