Skip to content

Commit

Permalink
chore(deps): deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed Feb 10, 2024
1 parent 8437997 commit 0855487
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 218 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cached-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
- name: Cache dependencies
if: inputs.caching == 'true'
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: 🗜️ Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🗜️ Setup node version
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

- name: 🛠️ Use GPR
if: startsWith(github.ref, 'refs/tags/v') && contains(github.ref, 'beta') == false
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- name: 🗜️ Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🗜️ Setup node version
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@
"fix-vulnerabilities": "npx yarn-audit-fix && npx browserslist --update-db"
},
"dependencies": {
"@angular-devkit/architect": "^0.1700.8",
"@angular-devkit/core": "^17.0.8",
"@angular-devkit/architect": "^0.1701.3",
"@angular-devkit/core": "^17.1.3",
"fs-extra": "^11.2.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"auto-changelog": "^2.4.0",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tsc-watch": "^6.0.4",
"tsx": "^4.7.0",
"typescript": "5.2.2"
"tsx": "^4.7.1",
"typescript": "^5.3.3"
},
"homepage": "https://github.com/Celtian/ngx-devkit-builders#readme",
"repository": {
Expand Down
Loading

0 comments on commit 0855487

Please sign in to comment.