Skip to content

Commit

Permalink
Updated deps to latest, typescript ^5, react ^18
Browse files Browse the repository at this point in the history
1249 => 929 packages
8 vulnerabilities (4 moderate, 3 high, 1 critical) => 0 vulnerabilities
  • Loading branch information
matux committed Feb 26, 2024
1 parent 2619d74 commit b237de1
Show file tree
Hide file tree
Showing 6 changed files with 10,876 additions and 9,818 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ plugins:
- react-hooks
- testing-library
overrides:
- files:
- '**/*.mjs'
parserOptions:
babelOptions:
parserOpts:
plugins: ['importAssertions']
- files:
- '**/__tests__/**/*.[jt]s?(x)'
- '**/?(*.)+(spec|test).[jt]s?(x)'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
prettier: true
eslint: true
eslint_args: '--max-warnings 0'
eslint_extensions: js,jsx,ts,tsx
eslint_extensions: js,jsx,mjs,cjs,ts,tsx

- name: Test
run: npm run test
1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

Loading

0 comments on commit b237de1

Please sign in to comment.