Skip to content

Commit 1df3fe1

Browse files
authored
chore: update release please manifest and dependencies (#40)
1 parent 407604f commit 1df3fe1

File tree

4 files changed

+330
-331
lines changed

4 files changed

+330
-331
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/eslint-config": "0.0.3",
2+
"packages/eslint-config": "0.0.4",
33
"packages/eslint-parser-plain": "0.0.3",
44
"packages/eslint-plugin-format": "0.0.1"
55
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"@commitlint/config-conventional": "^19.6.0",
3131
"@commitlint/types": "^19.5.0",
3232
"@types/lint-staged": "^13.3.0",
33-
"@types/node": "^22.10.10",
33+
"@types/node": "^22.12.0",
3434
"@vitest/coverage-v8": "^3.0.4",
3535
"dprint": "^0.48.0",
3636
"eslint": "^9.19.0",
3737
"eslint-typegen": "^1.0.0",
38-
"happy-dom": "^16.7.2",
38+
"happy-dom": "^16.7.3",
3939
"husky": "^9.1.7",
4040
"jiek": "^2.3.3",
4141
"jiti": "^2.4.2",
42-
"lint-staged": "^15.4.2",
42+
"lint-staged": "^15.4.3",
4343
"tsx": "^4.19.2",
4444
"typescript": "^5.7.3",
4545
"vitest": "^3.0.4"

packages/eslint-config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@biscuittin/eslint-config",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "A collection of ESLint configurations for Biscuit Tin projects.",
66
"author": "Biscuit Tin <[email protected]>",
77
"license": "MIT",
@@ -51,14 +51,14 @@
5151
},
5252
"dependencies": {
5353
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
54-
"@eslint-react/eslint-plugin": "^1.24.1",
55-
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.13.1",
54+
"@eslint-react/eslint-plugin": "^1.25.0",
55+
"@eslint-sukka/eslint-plugin-react-jsx-a11y": "^6.13.2",
5656
"@eslint/js": "^9.17.0",
5757
"@eslint/json": "^0.10.0",
5858
"@next/eslint-plugin-next": "^15.1.6",
5959
"@package-json/types": "^0.0.11",
6060
"@stylistic/eslint-plugin-jsx": "^3.0.0",
61-
"eslint-config-flat-gitignore": "^1.0.0",
61+
"eslint-config-flat-gitignore": "^2.0.0",
6262
"eslint-flat-config-utils": "^2.0.0",
6363
"eslint-import-resolver-typescript": "^3.7.0",
6464
"eslint-plugin-antfu": "^3.0.0",
@@ -80,13 +80,13 @@
8080
"globals": "^15.14.0",
8181
"jsonc-eslint-parser": "^2.4.0",
8282
"local-pkg": "^1.0.0",
83-
"typescript-eslint": "^8.21.0"
83+
"typescript-eslint": "^8.22.0"
8484
},
8585
"devDependencies": {
8686
"@eslint/config-inspector": "^1.0.0",
8787
"@types/eslint-plugin-react-refresh": "^0.4.0",
8888
"@types/eslint-plugin-tailwindcss": "^3.17.0",
89-
"@typescript-eslint/parser": "^8.21.0",
89+
"@typescript-eslint/parser": "^8.22.0",
9090
"dprint": "^0.48.0",
9191
"eslint": "^9.17.0"
9292
}

0 commit comments

Comments
 (0)