Skip to content

Commit

Permalink
fix: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Jan 20, 2025
1 parent f92ec1b commit 3eb340f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,36 +26,36 @@
],
"private": true,
"dependencies": {
"@angular/animations": "19.0.6",
"@angular/common": "19.0.6",
"@angular/compiler": "19.0.6",
"@angular/core": "19.0.6",
"@angular/forms": "19.0.6",
"@angular/localize": "19.0.6",
"@angular/platform-browser": "19.0.6",
"@angular/platform-browser-dynamic": "19.0.6",
"@angular/router": "19.0.6",
"@angular/animations": "19.1.1",
"@angular/common": "19.1.1",
"@angular/compiler": "19.1.1",
"@angular/core": "19.1.1",
"@angular/forms": "19.1.1",
"@angular/localize": "19.1.1",
"@angular/platform-browser": "19.1.1",
"@angular/platform-browser-dynamic": "19.1.1",
"@angular/router": "19.1.1",
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
"rxjs": "^7.4.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^19.0.0",
"@angular-devkit/architect": "^0.1900.7",
"@angular-devkit/build-angular": "19.0.7",
"@angular-devkit/architect": "^0.1901.2",
"@angular-devkit/build-angular": "19.1.2",
"@angular-eslint/builder": "19.0.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/schematics": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "19.0.7",
"@angular/compiler-cli": "19.0.6",
"@angular/language-service": "19.0.6",
"@angular/cli": "19.1.2",
"@angular/compiler-cli": "19.1.1",
"@angular/language-service": "19.1.1",
"@types/jasmine": "^5.1.5",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@types/node": "^22.10.7",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"angular-ide": "^0.9.77",
"browser-sync": "^3.0.3",
"codelyzer": "^6.0.0",
Expand Down Expand Up @@ -83,10 +83,10 @@
"mini-css-extract-plugin": "^2.9.2",
"p-limit": "^6.2.0",
"prettier": "^2.8.8",
"sass": "^1.83.1",
"sass": "^1.83.4",
"sass-loader": "^16.0.4",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"webpack": "^5.97.1",
Expand Down

0 comments on commit 3eb340f

Please sign in to comment.