Skip to content

Commit

Permalink
chore: bump verison to support latest eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Nov 21, 2024
1 parent 22548ab commit 965ce7f
Show file tree
Hide file tree
Showing 3 changed files with 897 additions and 689 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-singers-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperse/eslint-config-hyperse": patch
---

bump version
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,47 +71,47 @@
"eslint-plugin-markdown": "5.1.0"
},
"dependencies": {
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.15.0",
"@next/eslint-plugin-next": "rc",
"@typescript-eslint/utils": "^8.11.0",
"@vitest/eslint-plugin": "^1.1.7",
"@typescript-eslint/utils": "^8.15.0",
"@vitest/eslint-plugin": "^1.1.10",
"app-root-path": "^3.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "beta",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-tailwindcss": "^3.17.5",
"get-tsconfig": "^4.8.1",
"globals": "^15.11.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript-eslint": "^8.11.0"
"tailwindcss": "^3.4.15",
"typescript-eslint": "^8.15.0"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@swc/core": "^1.7.39",
"@changesets/cli": "2.27.10",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@swc/core": "^1.9.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "22.7.9",
"@types/node": "22.9.1",
"@types/react": "^18.3.12",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.13.0",
"husky": "9.1.6",
"eslint": "^9.15.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"rimraf": "6.0.1",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "5.6.3",
"vitest": "2.1.3"
"vitest": "2.1.5"
},
"peerDependencies": {
"eslint": ">=9.3.0",
Expand Down
Loading

0 comments on commit 965ce7f

Please sign in to comment.