Skip to content

Commit

Permalink
build(deps): pin dependencies (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 23, 2023
1 parent 3be0050 commit 2d75d4f
Show file tree
Hide file tree
Showing 3 changed files with 2,027 additions and 5,621 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
cache: 'pnpm'
node-version-file: '.node-version'
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.2",
"@angular-devkit/build-angular": "17.0.3",
"@angular-eslint/builder": "17.1.0",
"@angular-eslint/eslint-plugin": "17.1.0",
"@angular-eslint/eslint-plugin-template": "17.1.0",
"@angular-eslint/schematics": "17.1.0",
"@angular-eslint/template-parser": "17.1.0",
"@angular/cli": "^17.0.2",
"@angular/compiler-cli": "^17.0.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/jasmine": "~5.1.0",
"@angular/cli": "17.0.3",
"@angular/compiler-cli": "17.0.4",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@types/jasmine": "5.1.4",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "^15.1.0",
"ng-mocks": "^14.12.1",
"ng-packagr": "^17.0.0",
"prettier": "^3.1.0",
"typescript": "~5.2.2"
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"husky": "8.0.3",
"jasmine-core": "5.1.1",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"lint-staged": "15.1.0",
"ng-mocks": "14.12.1",
"ng-packagr": "17.0.2",
"prettier": "3.1.0",
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 2d75d4f

Please sign in to comment.