Skip to content

Commit

Permalink
Merge pull request #1947 from DSD-DBS/frontend-versions
Browse files Browse the repository at this point in the history
build: Bump frontend versions
  • Loading branch information
MoritzWeber0 authored Nov 1, 2024
2 parents a46a5cb + f50f725 commit b7fbb2b
Show file tree
Hide file tree
Showing 4 changed files with 2,358 additions and 3,433 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/storybook-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Find Storybook comment on PR
if: github.event_name == 'pull_request'
uses: peter-evans/find-comment@v3
Expand Down
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ repos:
hooks:
- id: eslint
additional_dependencies:
- 'eslint@^9.12.0'
- '@eslint/js@^9.12.0'
- 'angular-eslint@18.3.1'
- 'eslint@^9.13.0'
- '@eslint/js@^9.13.0'
- 'angular-eslint@18.4.0'
- 'eslint-config-prettier@^9.1.0'
- 'typescript-eslint@8.8.1'
- 'typescript-eslint@8.12.2'
- 'eslint-plugin-unused-imports@^4.1.4'
- 'eslint-plugin-tailwindcss@^3.17.5'
- '[email protected].0--canary.156.408aed4.0'
- 'tailwindcss@^3.4.10'
- '[email protected].1'
- 'tailwindcss@^3.4.14'
args:
[
'--config',
Expand Down
Loading

0 comments on commit b7fbb2b

Please sign in to comment.