Skip to content

Commit

Permalink
👌 IMPROVE: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scomans committed Oct 3, 2024
1 parent 3d34029 commit 5492cee
Show file tree
Hide file tree
Showing 2 changed files with 1,099 additions and 933 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
}
},
"dependencies": {
"@angular/animations": "18.2.6",
"@angular/animations": "18.2.7",
"@angular/cdk": "18.2.6",
"@angular/common": "18.2.6",
"@angular/compiler": "18.2.6",
"@angular/core": "18.2.6",
"@angular/forms": "18.2.6",
"@angular/platform-browser": "18.2.6",
"@angular/platform-browser-dynamic": "18.2.6",
"@angular/router": "18.2.6",
"@angular/common": "18.2.7",
"@angular/compiler": "18.2.7",
"@angular/core": "18.2.7",
"@angular/forms": "18.2.7",
"@angular/platform-browser": "18.2.7",
"@angular/platform-browser-dynamic": "18.2.7",
"@angular/router": "18.2.7",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
Expand All @@ -38,11 +38,11 @@
"@ngneat/elf-persist-state": "^1.2.1",
"@ngneat/reactive-forms": "^5.0.2",
"@rx-angular/cdk": "18.0.0",
"@rx-angular/template": "18.0.1",
"@rx-angular/template": "18.0.0",
"@tauri-apps/api": "^1.6.0",
"ansi-to-html": "0.7.2",
"envfile": "^7.1.0",
"es-toolkit": "^1.22.0",
"es-toolkit": "^1.23.0",
"ng-antd-color-picker": "1.1.0",
"ng-zorro-antd": "18.1.1",
"rxjs": "7.8.1",
Expand All @@ -53,22 +53,22 @@
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.6",
"@angular-devkit/core": "18.2.6",
"@angular-devkit/schematics": "18.2.6",
"@angular-devkit/build-angular": "18.2.7",
"@angular-devkit/core": "18.2.7",
"@angular-devkit/schematics": "18.2.7",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "~18.2.6",
"@angular/compiler-cli": "18.2.6",
"@angular/language-service": "18.2.6",
"@angular/cli": "~18.2.7",
"@angular/compiler-cli": "18.2.7",
"@angular/language-service": "18.2.7",
"@ngneat/tailwind": "^7.0.3",
"@nx/angular": "19.8.2",
"@nx/eslint": "19.8.2",
"@nx/eslint-plugin": "19.8.2",
"@nx/workspace": "19.8.2",
"@nx/angular": "19.8.3",
"@nx/eslint": "19.8.3",
"@nx/eslint-plugin": "19.8.3",
"@nx/workspace": "19.8.3",
"@octokit/rest": "^21.0.2",
"@schematics/angular": "18.2.6",
"@schematics/angular": "18.2.7",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.26",
"@tauri-apps/cli": "^1.6.2",
Expand All @@ -79,7 +79,7 @@
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"nx": "19.8.2",
"nx": "19.8.3",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"semver": "^7.6.3",
Expand Down
Loading

0 comments on commit 5492cee

Please sign in to comment.