Skip to content

Commit

Permalink
Bump dependencies (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: @compulim <@compulim>
  • Loading branch information
compulim authored Jul 20, 2023
1 parent 61ad338 commit cb50367
Show file tree
Hide file tree
Showing 8 changed files with 3,556 additions and 2,678 deletions.
20 changes: 10 additions & 10 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ extends:
overrides:
- extends: .eslintrc.jest.yml
files:
- '__tests__/**'
- '*.spec.js'
- '*.spec.jsx'
- '*.spec.ts'
- '*.spec.tsx'
- '*.test.js'
- '*.test.jsx'
- '*.test.ts'
- '*.test.tsx'
- '__tests__/**'
- '*.spec.js'
- '*.spec.jsx'
- '*.spec.ts'
- '*.spec.tsx'
- '*.test.js'
- '*.test.jsx'
- '*.test.ts'
- '*.test.tsx'
parser: '@typescript-eslint/parser'
parserOptions:
ecmaVersion: latest
Expand All @@ -33,4 +33,4 @@ rules:
- allowEmptyCatch: true
settings:
react:
version: '16.8'
version: '17.0.2'
Loading

0 comments on commit cb50367

Please sign in to comment.