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 Jun 16, 2023
1 parent c86ef25 commit c2b62d1
Show file tree
Hide file tree
Showing 9 changed files with 377 additions and 220 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,46 +124,46 @@
"@angular/platform-browser-dynamic": "12.2.17",
"@angular/platform-server": "12.2.17",
"@angular/router": "12.2.17",
"@commitlint/cli": "^17.6.0",
"@commitlint/config-conventional": "^17.6.0",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@nguniversal/express-engine": "12.1.3",
"@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": "^27.0.0",
"@types/node": "16.11.7",
"@types/semver": "^7.2.0",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"bundlemon": "1.4.0",
"core-js": "^3.6.5",
"core-js": "^3.31.0",
"cpx": "^1.5.0",
"cross-env": "^5.2.1",
"cypress": "^12.12.0",
"cypress": "^12.14.0",
"dtslint": "^3.6.9",
"eslint": "8.15.0",
"express": "^4.17.1",
"husky": "^8.0.0",
"eslint": "8.43.0",
"express": "^4.18.2",
"husky": "^8.0.3",
"jest": "^27.2.3",
"jest-environment-jsdom": "^27.0.0",
"jest-preset-angular": "^10.0.1",
"lint-staged": "^13.0.0",
"lint-staged": "^13.2.2",
"mock-socket": "^8.1.0",
"ng-packagr": "^12.2.7",
"nx": "~15.9.2",
"prettier": "2.8.2",
"prettier": "2.8.8",
"rxjs": "6.6.7",
"serve": "^14.2.0",
"start-server-and-test": "^1.11.0",
"ts-jest": "^27.0.5",
"ts-node": "^8.10.2",
"tslib": "^2.0.0",
"tslib": "^2.5.3",
"typescript": "4.2.3",
"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 @@ -7,6 +7,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 @@ -8,6 +8,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 @@ -7,6 +7,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 @@ -8,6 +8,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 @@ -7,6 +7,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 @@ -6,6 +6,6 @@
"sideEffects": true,
"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 @@ -7,6 +7,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 c2b62d1

Please sign in to comment.