Skip to content

Commit

Permalink
fix: bump config deps
Browse files Browse the repository at this point in the history
  • Loading branch information
keindev committed Jul 21, 2023
1 parent d05fbd7 commit b5da85f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .sharedconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ dependencies:
- '@tagproject/vscode-shared-config': '2.x'
- '@types/jest'
- '@types/node'
- '@typescript-eslint/eslint-plugin': '5.x'
- '@typescript-eslint/parser': '5.x'
- '@typescript-eslint/eslint-plugin': '6.x'
- '@typescript-eslint/parser': '6.x'
- 'changelog-guru'
- 'eslint': '8.x'
- 'eslint-config-prettier': '8.x'
Expand All @@ -101,7 +101,7 @@ dependencies:
- 'jest': '29.x'
- 'rimraf'
- 'ts-jest': '29.x'
- 'typescript': '4.x'
- 'typescript': '5.x'

package:
exports: './lib/index.js'
Expand Down

0 comments on commit b5da85f

Please sign in to comment.