Skip to content

Commit

Permalink
test: move dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Sep 20, 2024
1 parent 05d2ec7 commit ae3cb1d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@
"/dist"
],
"dependencies": {
"@graphql-eslint/eslint-plugin": "^3.20.1"
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/rule-tester": "^7.8.0",
"@typescript-eslint/utils": "^7.8.0",
"typescript-eslint": "^7.8.0"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
Expand All @@ -73,10 +78,6 @@
"@types/eslint": "^8.56.10",
"@types/estree": "^1.0.5",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/rule-tester": "^7.8.0",
"@typescript-eslint/utils": "^7.8.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^8.57.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
Expand All @@ -92,8 +93,7 @@
"semantic-release": "^24.0.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^7.8.0"
"typescript": "^5.5.4"
},
"peerDependencies": {
"eslint": ">=7"
Expand Down

0 comments on commit ae3cb1d

Please sign in to comment.