Skip to content

Commit 7172e0e

Browse files
committed
build: update deps
1 parent 108401d commit 7172e0e

File tree

5 files changed

+296
-286
lines changed

5 files changed

+296
-286
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### 🐞 Fixes
44

5-
- Revert change `@typescript-eslint`' packages in `dependencies` to `"^7.16.1 || ^rc-v8"` as this format is not supported by all package managers.
5+
- Revert ~~change `@typescript-eslint`' packages in `dependencies` to `"^7.16.1 || ^rc-v8"`~~ as this format is not supported by all package managers.
66

77
## v1.5.29 (Mon 22 Jul 2024)
88

examples/vite-react-dom-ts-flat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^9.7.0",
2424
"eslint-plugin-react-hooks": "4.6.2",
2525
"eslint-plugin-react-refresh": "0.4.9",
26-
"typescript": "^5.5.3",
26+
"typescript": "^5.5.4",
2727
"typescript-eslint": "^7.17.0",
2828
"vite": "5.3.4"
2929
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"bun": "1.1.20",
6868
"bundle-require": "^5.0.0",
6969
"code-block-writer": "13.0.1",
70-
"cspell": "8.11.0",
70+
"cspell": "8.12.1",
7171
"dprint": "0.47.2",
7272
"effect": "3.5.6",
7373
"esbuild": "0.23.0",
@@ -77,15 +77,15 @@
7777
"eslint-plugin-eslint-comments": "3.2.0",
7878
"eslint-plugin-eslint-plugin": "6.2.0",
7979
"eslint-plugin-functional": "6.6.3",
80-
"eslint-plugin-import-x": "3.0.1",
80+
"eslint-plugin-import-x": "3.1.0",
8181
"eslint-plugin-jsdoc": "48.8.3",
8282
"eslint-plugin-perfectionist": "3.0.0",
8383
"eslint-plugin-simple-import-sort": "12.1.1",
8484
"eslint-plugin-unicorn": "54.0.0",
8585
"eslint-plugin-vitest": "0.5.4",
8686
"eslint-plugin-yml": "^1.14.0",
8787
"fast-equals": "5.0.1",
88-
"knip": "^5.26.0",
88+
"knip": "^5.27.0",
8989
"lefthook": "^1.7.5",
9090
"markdownlint": "0.34.0",
9191
"pathe": "1.1.2",
@@ -102,7 +102,7 @@
102102
"typedoc": "0.26.5",
103103
"typedoc-plugin-markdown": "4.2.2",
104104
"typedoc-plugin-rename-defaults": "0.7.1",
105-
"typescript": "^5.5.3",
105+
"typescript": "^5.5.4",
106106
"vitest": "2.0.4"
107107
},
108108
"packageManager": "[email protected]",
@@ -145,7 +145,7 @@
145145
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
146146
"ts-api-utils": "^1.3.0",
147147
"typedarray": "npm:@nolyfill/typedarray@^1",
148-
"typescript": "^5.5.3",
148+
"typescript": "^5.5.4",
149149
"typescript-eslint": "^7.16.1"
150150
},
151151
"overridesMeta": {

0 commit comments

Comments
 (0)