Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 20e13f5 commit 0e18507
Show file tree
Hide file tree
Showing 3 changed files with 1,795 additions and 1,623 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,53 +27,53 @@
"@angular/platform-browser": "14.3.0",
"@angular/platform-browser-dynamic": "14.3.0",
"@angular/router": "14.3.0",
"@fortawesome/angular-fontawesome": "0.12.1",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"rxjs": "7.8.0",
"tslib": "2.5.0",
"zone.js": "0.13.0"
"@fortawesome/angular-fontawesome": "0.15.0",
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.11",
"@angular-devkit/build-angular": "14.2.13",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "14.2.11",
"@angular/cli": "14.2.13",
"@angular/compiler-cli": "14.3.0",
"@angular/language-service": "14.3.0",
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@commitlint/config-nx-scopes": "17.4.3",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@commitlint/config-nx-scopes": "17.8.1",
"@jscutlery/semver": "2.30.1",
"@nrwl/angular": "15.9.1",
"@nrwl/cli": "15.9.1",
"@nrwl/eslint-plugin-nx": "15.9.1",
"@nrwl/jest": "15.9.1",
"@nrwl/linter": "15.9.1",
"@nrwl/workspace": "15.9.1",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"autoprefixer": "10.4.14",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"@nrwl/angular": "15.9.7",
"@nrwl/cli": "15.9.3",
"@nrwl/eslint-plugin-nx": "15.9.7",
"@nrwl/jest": "15.9.7",
"@nrwl/linter": "15.9.7",
"@nrwl/workspace": "15.9.7",
"@types/jest": "29.5.14",
"@types/node": "18.19.70",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"husky": "8.0.3",
"jest": "29.5.0",
"jest": "29.7.0",
"jest-preset-angular": "12.2.6",
"lint-staged": "13.2.0",
"lint-staged": "13.3.0",
"ng-packagr": "14.2.2",
"ngx-deploy-npm": "4.3.11",
"nx": "15.9.1",
"postcss": "8.4.21",
"nx": "15.9.7",
"postcss": "8.4.49",
"postcss-import": "15.1.0",
"postcss-preset-env": "7.8.3",
"postcss-url": "10.1.3",
"prettier": "2.8.7",
"tailwindcss": "3.3.1",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"prettier": "2.8.8",
"tailwindcss": "3.4.17",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "4.9.5"
},
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/ngx-yubinbango/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@angular/core": "^14.1.0"
},
"dependencies": {
"tslib": "2.5.0"
"tslib": "2.8.1"
},
"devDependencies": {
"@testing-library/angular": "12.3.0",
"@testing-library/user-event": "14.4.3"
"@testing-library/user-event": "14.5.2"
}
}
Loading

0 comments on commit 0e18507

Please sign in to comment.