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 Nov 23, 2023
1 parent 783234c commit 1a56688
Show file tree
Hide file tree
Showing 9 changed files with 126 additions and 101 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,29 +128,29 @@
"@commitlint/cli": "^17.6.0",
"@commitlint/config-conventional": "^17.6.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.21",
"@types/jest": "28.1.1",
"@types/node": "^16.11.7",
"@types/semver": "^7.2.0",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@schematics/angular": "15.2.4",
"bundlemon": "1.4.0",
"core-js": "^3.6.5",
"core-js": "^3.33.3",
"cpx": "^1.5.0",
"cross-env": "^5.2.1",
"cypress": "^13.1.0",
"cypress": "^13.6.0",
"dtslint": "^3.6.9",
"eslint": "8.15.0",
"express": "^4.17.1",
"husky": "^8.0.0",
"eslint": "8.54.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 @@ -160,12 +160,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.14.2"
}
}
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 <18.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 <18.0.0",
"@angular/forms": ">=12.0.0 <18.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 <18.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 <18.0.0",
"@angular/router": ">=12.0.0 <18.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 <18.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,7 +5,7 @@
"sideEffects": false,
"peerDependencies": {
"@angular/core": ">=12.0.0 <18.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=7.8.1"
},
"schematics": "./schematics/collection.json"
}
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 <18.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=7.8.1"
}
}
Loading

0 comments on commit 1a56688

Please sign in to comment.