Skip to content

Commit

Permalink
Added missing @typescript-eslint/eslint-plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils-Kolvenbach committed Jul 25, 2024
1 parent eb00217 commit 02fb25c
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 128 deletions.
255 changes: 128 additions & 127 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"electron": "31.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function ProjectCollectionCreate() {
singular: '',
plural: '',
},
valueDefinitions: [],
fieldDefinitions: [],
},
});

Expand Down

0 comments on commit 02fb25c

Please sign in to comment.