Skip to content

Commit

Permalink
Merge pull request #9 from sj-distributor/7-add-new-rule
Browse files Browse the repository at this point in the history
ref: compatible dependency package version
  • Loading branch information
goodjun committed May 3, 2024
2 parents fb3fed7 + b50a5be commit 130057f
Show file tree
Hide file tree
Showing 2 changed files with 858 additions and 1,073 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"test": "mocha tests --recursive"
},
"dependencies": {
"requireindex": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-plugin": "^6.1.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -26,23 +27,22 @@
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unicorn": "^52.0.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0"
"requireindex": "^1.2.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.1.0",
"@release-it/conventional-changelog": "^5.1.1",
"eslint": "^9.1.1",
"prettier": "^2.6.2",
"typescript": "^4.8.4",
"eslint": "^8.56.0",
"mocha": "^10.0.0",
"release-it": "^15.5.0"
"prettier": "^3.1.1",
"release-it": "^15.5.0",
"typescript": "^4.8.4"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"peerDependencies": {
"eslint": ">=7"
"eslint": ">=8"
},
"license": "MIT",
"repository": "https://github.com/sj-distributor/eslint-plugin-react-native",
Expand Down
Loading

0 comments on commit 130057f

Please sign in to comment.