Skip to content

Commit

Permalink
chore(deps): bump angular from v17.1.2 to v17.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
k3nsei committed Feb 16, 2024
1 parent 24b227d commit 7a2f4e3
Show file tree
Hide file tree
Showing 21 changed files with 1,465 additions and 1,541 deletions.
2,287 changes: 1,364 additions & 923 deletions package-lock.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,54 +31,54 @@
"watch:lib": "ng build ng-in-viewport --watch --configuration=development"
},
"dependencies": {
"@angular/animations": "~17.1.2",
"@angular/cdk": "~17.1.2",
"@angular/common": "~17.1.2",
"@angular/compiler": "~17.1.2",
"@angular/core": "~17.1.2",
"@angular/forms": "~17.1.2",
"@angular/material": "~17.1.2",
"@angular/platform-browser": "~17.1.2",
"@angular/platform-browser-dynamic": "~17.1.2",
"@angular/router": "~17.1.2",
"@angular/animations": "~17.2.1",
"@angular/cdk": "~17.2.0",
"@angular/common": "~17.2.1",
"@angular/compiler": "~17.2.1",
"@angular/core": "~17.2.1",
"@angular/forms": "~17.2.1",
"@angular/material": "~17.2.0",
"@angular/platform-browser": "~17.2.1",
"@angular/platform-browser-dynamic": "~17.2.1",
"@angular/router": "~17.2.1",
"lodash-es": "^4.17.21",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.3"
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.1.2",
"@angular-devkit/build-angular": "~17.2.0",
"@angular-eslint/builder": "~17.2.1",
"@angular-eslint/eslint-plugin": "~17.2.1",
"@angular-eslint/eslint-plugin-template": "~17.2.1",
"@angular-eslint/schematics": "~17.2.1",
"@angular-eslint/template-parser": "~17.2.1",
"@angular/cli": "~17.1.2",
"@angular/compiler-cli": "~17.1.2",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@angular/cli": "~17.2.0",
"@angular/compiler-cli": "~17.2.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@ngneat/spectator": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"all-contributors-cli": "^6.26.1",
"cypress": "^13.6.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.10",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "^14.0.0",
"lint-staged": "^15.2.1",
"jest-preset-angular": "^14.0.3",
"lint-staged": "^15.2.2",
"ng-mocks": "^14.12.1",
"ng-packagr": "^17.1.2",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "^2.4.10",
"ng-packagr": "^17.2.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "^2.4.11",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
Expand All @@ -88,7 +88,7 @@
"npm": ">=10.0.0"
},
"volta": {
"node": "20.11.0",
"node": "20.11.1",
"npm": "10.4.0"
}
}
4 changes: 2 additions & 2 deletions projects/demo-e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": "./",
"target": "ES5",
"lib": ["ES2022", "DOM"],
"types": ["cypress", "node"],
"types": ["cypress", "node"]
},
"include": ["**/*.ts"],
"include": ["**/*.ts"]
}
Loading

0 comments on commit 7a2f4e3

Please sign in to comment.