Skip to content

Commit

Permalink
Ensure patch and minor are both updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Dec 4, 2024
1 parent 2ae4add commit b3b6131
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.11",
"@angular-eslint/builder": "~17.5.3",
"@angular-eslint/eslint-plugin": "~17.5.3",
"@angular-eslint/eslint-plugin-template": "~17.5.3",
"@angular-eslint/schematics": "~17.5.3",
"@angular-eslint/template-parser": "~17.5.3",
"@angular-eslint/utils": "~17.5.3",
"@angular-eslint/builder": "^17.5.3",
"@angular-eslint/eslint-plugin": "^17.5.3",
"@angular-eslint/eslint-plugin-template": "^17.5.3",
"@angular-eslint/schematics": "^17.5.3",
"@angular-eslint/template-parser": "^17.5.3",
"@angular-eslint/utils": "^17.5.3",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "^17.3.12",
"@types/jasmine": "~5.1.4",
"@types/jasmine": "^5.1.4",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
Expand All @@ -55,14 +55,14 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^8.0.0",
"jasmine-core": "~5.4.0",
"jasmine-core": "^5.4.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "~3.4.1",
"pretty-quick": "~4.0.0",
"karma-jasmine-html-reporter": "^2.1.0",
"prettier": "^3.4.1",
"pretty-quick": "^4.0.0",
"stream": "^0.0.3",
"typescript": "^5.4.5"
}
Expand Down

0 comments on commit b3b6131

Please sign in to comment.