Skip to content

Commit

Permalink
chore: update release please manifest and dependencies (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield550 authored Jan 28, 2025
1 parent 407604f commit 1df3fe1
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 331 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/eslint-config": "0.0.3",
"packages/eslint-config": "0.0.4",
"packages/eslint-parser-plain": "0.0.3",
"packages/eslint-plugin-format": "0.0.1"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@types/lint-staged": "^13.3.0",
"@types/node": "^22.10.10",
"@types/node": "^22.12.0",
"@vitest/coverage-v8": "^3.0.4",
"dprint": "^0.48.0",
"eslint": "^9.19.0",
"eslint-typegen": "^1.0.0",
"happy-dom": "^16.7.2",
"happy-dom": "^16.7.3",
"husky": "^9.1.7",
"jiek": "^2.3.3",
"jiti": "^2.4.2",
"lint-staged": "^15.4.2",
"lint-staged": "^15.4.3",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vitest": "^3.0.4"
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@biscuittin/eslint-config",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"description": "A collection of ESLint configurations for Biscuit Tin projects.",
"author": "Biscuit Tin <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -51,14 +51,14 @@
},
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint-react/eslint-plugin": "^1.24.1",
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.13.1",
"@eslint-react/eslint-plugin": "^1.25.0",
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.13.2",
"@eslint/js": "^9.17.0",
"@eslint/json": "^0.10.0",
"@next/eslint-plugin-next": "^15.1.6",
"@package-json/types": "^0.0.11",
"@stylistic/eslint-plugin-jsx": "^3.0.0",
"eslint-config-flat-gitignore": "^1.0.0",
"eslint-config-flat-gitignore": "^2.0.0",
"eslint-flat-config-utils": "^2.0.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-antfu": "^3.0.0",
Expand All @@ -80,13 +80,13 @@
"globals": "^15.14.0",
"jsonc-eslint-parser": "^2.4.0",
"local-pkg": "^1.0.0",
"typescript-eslint": "^8.21.0"
"typescript-eslint": "^8.22.0"
},
"devDependencies": {
"@eslint/config-inspector": "^1.0.0",
"@types/eslint-plugin-react-refresh": "^0.4.0",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/parser": "^8.22.0",
"dprint": "^0.48.0",
"eslint": "^9.17.0"
}
Expand Down
Loading

0 comments on commit 1df3fe1

Please sign in to comment.