Skip to content

Commit

Permalink
v19.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eglove committed Oct 7, 2024
1 parent a4979b2 commit e6230db
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 63 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethang/eslint-config",
"version": "19.11.0",
"version": "19.11.1",
"repository": {
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
},
Expand All @@ -23,7 +23,7 @@
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@tanstack/eslint-plugin-query": "^5.59.1",
"@tanstack/eslint-plugin-router": "^1.62.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-barrel-files": "^2.1.0",
Expand All @@ -39,17 +39,17 @@
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-unicorn": "^56.0.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0"
"typescript-eslint": "^8.8.1"
},
"devDependencies": {
"@ethang/markdown-generator": "^1.1.1",
"@ethang/project-builder": "^3.0.0",
"@ethang/project-builder": "^3.0.1",
"@tsconfig/node-lts": "^20.1.3",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"prettier": "^3.3.3"
},
"peerDependencies": {
Expand All @@ -63,7 +63,7 @@
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@tanstack/eslint-plugin-query": "^5.59.1",
"@tanstack/eslint-plugin-router": "^1.62.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-barrel-files": "^2.1.0",
Expand All @@ -79,7 +79,7 @@
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-unicorn": "^56.0.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0"
"typescript-eslint": "^8.8.1"
},
"engines": {
"node": ">=20"
Expand Down
Loading

0 comments on commit e6230db

Please sign in to comment.