Skip to content

Commit

Permalink
Dependabot updates (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSkibinskiGC authored Sep 12, 2023
1 parent cc72a42 commit 3212624
Show file tree
Hide file tree
Showing 4 changed files with 893 additions and 364 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
repos:
- repo: https://github.com/miki725/pre-commit-sync
rev: 0.1.0.a1
rev: 0.1.0.a3
hooks:
- id: pre-commit-sync
22 changes: 11 additions & 11 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
- file
files: \.(js|ts)$
additional_dependencies:
- '@typescript-eslint/eslint-plugin@5.20.0' # sync:yarn.lock
- '@typescript-eslint/parser@5.20.0' # sync:yarn.lock
- 'eslint@8.13.0' # sync:yarn.lock
- 'eslint-config-prettier@8.5.0' # sync:yarn.lock
- 'eslint-plugin-import@2.26.0' # sync:yarn.lock
- '@typescript-eslint/eslint-plugin@6.7.0' # sync:yarn.lock
- '@typescript-eslint/parser@6.7.0' # sync:yarn.lock
- 'eslint@8.49.0' # sync:yarn.lock
- 'eslint-config-prettier@9.0.0' # sync:yarn.lock
- 'eslint-plugin-import@2.28.1' # sync:yarn.lock
- '[email protected]' # sync:yarn.lock
- 'eslint-plugin-no-only-tests@2.6.0' # sync:yarn.lock
- 'eslint-plugin-prettier@4.0.0' # sync:yarn.lock
- 'eslint-plugin-simple-import-sort@7.0.0' # sync:yarn.lock
- 'import-modules@3.1.0' # sync:yarn.lock
- 'prettier@2.6.2' # sync:yarn.lock
- 'typescript@4.6.3' # sync:yarn.lock
- 'eslint-plugin-no-only-tests@3.1.0' # sync:yarn.lock
- 'eslint-plugin-prettier@5.0.0' # sync:yarn.lock
- 'eslint-plugin-simple-import-sort@10.0.0' # sync:yarn.lock
- 'import-modules@3.2.0' # sync:yarn.lock
- 'prettier@3.0.3' # sync:yarn.lock
- 'typescript@5.2.2' # sync:yarn.lock
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gamechanger/eslint-plugin",
"version": "0.0.9",
"version": "0.0.10",
"description": "GC Lint Rules for TS Projects",
"author": "GameChanger",
"license": "MIT",
Expand All @@ -14,17 +14,17 @@
},
"main": "./index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-no-only-tests": "3.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"import-modules": "3.1.0",
"prettier": "2.7.1",
"typescript": "4.8.2"
"eslint-plugin-import": "2.28.1",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"import-modules": "3.2.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 3212624

Please sign in to comment.