Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit cdbb659

Browse files
renovate[bot]ChiefORZ
authored andcommitted
chore(deps): update external-non-major
1 parent 80e1b38 commit cdbb659

File tree

5 files changed

+3380
-108
lines changed

5 files changed

+3380
-108
lines changed

packages/biome-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"lib"
2222
],
2323
"dependencies": {
24-
"@biomejs/biome": "^1.7.1"
24+
"@biomejs/biome": "^1.8.1"
2525
},
2626
"peerDependencies": {
27-
"@biomejs/biome": "^1.7.1"
27+
"@biomejs/biome": "^1.8.1"
2828
},
2929
"publishConfig": {
3030
"access": "public",

packages/eslint-config-tslint-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
},
1919
"files": ["lib"],
2020
"dependencies": {
21-
"@eslint/compat": "^1.0.3",
21+
"@eslint/compat": "^1.1.0",
2222
"@eslint/eslintrc": "^3.1.0",
2323
"@eslint/js": "^9.4.0",
24-
"@typescript-eslint/eslint-plugin": "^7.7.1",
24+
"@typescript-eslint/eslint-plugin": "^7.13.0",
2525
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
26-
"@typescript-eslint/parser": "^7.7.1",
26+
"@typescript-eslint/parser": "^7.13.0",
2727
"eslint": "^8.57.0",
2828
"eslint-plugin-eslint-comments": "^3.2.0",
2929
"eslint-plugin-import": "^2.29.1",

packages/eslint-config-tslint-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@
1818
},
1919
"files": ["lib"],
2020
"dependencies": {
21-
"@eslint/compat": "^1.0.3",
21+
"@eslint/compat": "^1.1.0",
2222
"@eslint/eslintrc": "^3.1.0",
2323
"@eslint/js": "^9.4.0",
24-
"@typescript-eslint/eslint-plugin": "^7.7.1",
25-
"@typescript-eslint/parser": "^7.7.1",
24+
"@typescript-eslint/eslint-plugin": "^7.13.0",
25+
"@typescript-eslint/parser": "^7.13.0",
2626
"eslint-config-airbnb": "^19.0.4",
2727
"eslint-config-airbnb-typescript": "^18.0.0",
2828
"eslint-import-resolver-typescript": "^3.6.1",
2929
"eslint-plugin-import": "^2.29.1",
3030
"eslint-plugin-json-files": "^4.2.0",
3131
"eslint-plugin-jsx-a11y": "^6.8.0",
32-
"eslint-plugin-react": "^7.34.1",
32+
"eslint-plugin-react": "^7.34.2",
3333
"eslint-plugin-react-hooks": "^4.6.2",
3434
"eslint-plugin-sort-keys-fix": "^1.1.2",
3535
"eslint-plugin-validate-jsx-nesting": "^0.1.1",

packages/prettier-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"lib"
2121
],
2222
"dependencies": {
23-
"prettier": "^3.2.5",
23+
"prettier": "^3.3.2",
2424
"prettier-plugin-packagejson": "^2.5.0",
25-
"prettier-plugin-tailwindcss": "^0.5.14"
25+
"prettier-plugin-tailwindcss": "^0.6.4"
2626
},
2727
"peerDependencies": {
28-
"prettier": "^3.2.5",
28+
"prettier": "^3.3.2",
2929
"prettier-plugin-packagejson": "^2.5.0",
30-
"prettier-plugin-tailwindcss": "^0.5.14"
30+
"prettier-plugin-tailwindcss": "^0.6.4"
3131
},
3232
"publishConfig": {
3333
"access": "public",

0 commit comments

Comments
 (0)