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 8, 2024
1 parent 82e1215 commit 0029627
Show file tree
Hide file tree
Showing 9 changed files with 2,538 additions and 1,171 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,65 +115,65 @@
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "18.0.7",
"@angular-devkit/core": "18.0.7",
"@angular-devkit/schematics": "18.0.7",
"@angular-devkit/schematics-cli": "18.0.7",
"@angular/animations": "18.0.6",
"@angular/cli": "18.0.7",
"@angular/common": "18.0.6",
"@angular/compiler": "18.0.6",
"@angular/compiler-cli": "18.0.6",
"@angular/core": "18.0.6",
"@angular/forms": "18.0.6",
"@angular/language-service": "18.0.6",
"@angular/platform-browser": "18.0.6",
"@angular/platform-browser-dynamic": "18.0.6",
"@angular/platform-server": "18.0.6",
"@angular/router": "18.0.6",
"@angular/ssr": "18.0.6",
"@angular-devkit/build-angular": "18.2.11",
"@angular-devkit/core": "18.2.11",
"@angular-devkit/schematics": "18.2.11",
"@angular-devkit/schematics-cli": "18.2.11",
"@angular/animations": "18.2.11",
"@angular/cli": "18.2.11",
"@angular/common": "18.2.11",
"@angular/compiler": "18.2.11",
"@angular/compiler-cli": "18.2.11",
"@angular/core": "18.2.11",
"@angular/forms": "18.2.11",
"@angular/language-service": "18.2.11",
"@angular/platform-browser": "18.2.11",
"@angular/platform-browser-dynamic": "18.2.11",
"@angular/platform-server": "18.2.11",
"@angular/router": "18.2.11",
"@angular/ssr": "18.2.11",
"@commitlint/cli": "^17.6.0",
"@commitlint/config-conventional": "^17.6.0",
"@nrwl/tao": "19.4.1",
"@nrwl/tao": "19.8.4",
"@nx/eslint": "19.4.1",
"@nx/jest": "19.4.1",
"@nx/js": "19.4.1",
"@nx/workspace": "19.4.1",
"@schematics/angular": "18.0.7",
"@schematics/angular": "18.2.11",
"@types/express": "^4.17.6",
"@types/jest": "29.4.4",
"@types/jest": "29.5.14",
"@types/node": "18.19.30",
"@types/semver": "^7.2.0",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"bundlemon": "1.4.0",
"core-js": "^3.6.5",
"core-js": "^3.39.0",
"cpx": "^1.5.0",
"cross-env": "^5.2.1",
"cypress": "^13.1.0",
"cypress": "^13.15.2",
"eslint": "8.57.0",
"eslint-plugin-expect-type": "0.3.0",
"express": "^4.17.1",
"eslint-plugin-expect-type": "0.4.3",
"express": "^4.21.1",
"husky": "^8.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.1",
"jest-preset-angular": "14.2.4",
"lint-staged": "^13.0.0",
"mock-socket": "^8.1.0",
"ng-packagr": "18.0.0",
"ng-packagr": "18.2.1",
"npm-run-all": "^4.1.5",
"nx": "19.4.1",
"prettier": "3.2.5",
"rollup": "^4",
"rollup-plugin-dts": "^6.1.0",
"rxjs": "^7.4.0",
"serve": "^14.2.0",
"prettier": "3.3.3",
"rollup": "^4.24.4",
"rollup-plugin-dts": "^6.1.1",
"rxjs": "^7.8.1",
"serve": "^14.2.4",
"start-server-and-test": "^1.11.0",
"ts-jest": "29.1.1",
"ts-jest": "29.2.5",
"ts-morph": "^21.0.1",
"ts-node": "^8.10.2",
"tslib": "^2.3.0",
"tslib": "^2.8.1",
"typescript": "5.4.4",
"zone.js": "0.14.0"
"zone.js": "0.15.0"
}
}
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": ">=16.0.0 <19.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": ">=16.0.0 <19.0.0",
"@angular/forms": ">=16.0.0 <19.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": ">=16.0.0 <19.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": ">=16.0.0 <19.0.0",
"@angular/router": ">=16.0.0 <19.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=7.8.1"
}
}
4 changes: 2 additions & 2 deletions packages/storage-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=16.0.0 <19.0.0",
"rxjs": ">=6.5.5",
"ts-morph": "21.0.1"
"rxjs": ">=7.8.1",
"ts-morph": "24.0.0"
},
"schematics": "./schematics/collection.json"
}
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": ">=16.0.0 <19.0.0",
"rxjs": ">=7.0.0"
"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": ">=16.0.0 <19.0.0",
"rxjs": ">=6.5.5"
"rxjs": ">=7.8.1"
}
}
Loading

0 comments on commit 0029627

Please sign in to comment.