Skip to content

Commit

Permalink
Merge pull request #1 from x-spacy/feat/add-jest-rules
Browse files Browse the repository at this point in the history
feat: upgrade to support jest rules
  • Loading branch information
gutyerrez authored Aug 13, 2024
2 parents d5919a6 + 7c2e37d commit fb18d6f
Show file tree
Hide file tree
Showing 3 changed files with 1,258 additions and 970 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
"build": "sh scripts/build.sh"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/utils": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/utils": "^7.18.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-unused-imports": "^4.0.0"
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-unused-imports": "^4.1.3"
},
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/plugin-transform-typescript": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"eslint": "^9.3.0",
"typescript": "^5.4.5"
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"eslint": "^9.9.0",
"typescript": "^5.5.4"
},
"peerDependencies": {
"eslint": "^8.57.0",
Expand Down
Loading

0 comments on commit fb18d6f

Please sign in to comment.