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

Commit e34e60d

Browse files
chore(deps): update external-non-major (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8691db3 commit e34e60d

File tree

4 files changed

+238
-204
lines changed

4 files changed

+238
-204
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.6.3"
24+
"@biomejs/biome": "^1.6.4"
2525
},
2626
"peerDependencies": {
27-
"@biomejs/biome": "^1.6.3"
27+
"@biomejs/biome": "^1.6.4"
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
@@ -20,16 +20,16 @@
2020
"lib"
2121
],
2222
"dependencies": {
23-
"@typescript-eslint/eslint-plugin": "^7.4.0",
23+
"@typescript-eslint/eslint-plugin": "^7.6.0",
2424
"@typescript-eslint/eslint-plugin-tslint": "^7.0.2",
25-
"@typescript-eslint/parser": "^7.4.0",
25+
"@typescript-eslint/parser": "^7.6.0",
2626
"eslint": "^8.57.0",
2727
"eslint-plugin-eslint-comments": "^3.2.0",
2828
"eslint-plugin-import": "^2.29.1",
2929
"eslint-plugin-json-files": "^4.1.0",
3030
"eslint-plugin-prefer-arrow": "^1.2.3",
3131
"eslint-plugin-sort-keys-fix": "^1.1.2",
32-
"typescript": "^5.4.3"
32+
"typescript": "^5.4.4"
3333
},
3434
"publishConfig": {
3535
"access": "public",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"lib"
2121
],
2222
"dependencies": {
23-
"@typescript-eslint/eslint-plugin": "^7.4.0",
24-
"@typescript-eslint/parser": "^7.4.0",
23+
"@typescript-eslint/eslint-plugin": "^7.6.0",
24+
"@typescript-eslint/parser": "^7.6.0",
2525
"eslint-config-airbnb": "^19.0.4",
2626
"eslint-config-airbnb-typescript": "^18.0.0",
2727
"eslint-config-react-app": "^7.0.1",

0 commit comments

Comments
 (0)