Skip to content

Commit

Permalink
feat(deps): expect-type@1
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Oct 3, 2024
1 parent bc705da commit 504d291
Show file tree
Hide file tree
Showing 6 changed files with 338 additions and 325 deletions.
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"extends": ["./cfg/biome.jsonc"]
}
2 changes: 1 addition & 1 deletion cfg/biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"files": {
"ignore": ["**/*.html", "**/tsconfig.json", "**/tsconfig.*.json", "**/__exclude", "**/try.ts", "*.compact.json"]
},
Expand Down
2 changes: 1 addition & 1 deletion cfg/init/biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"extends": ["node_modules/@naturalcycles/dev-lib/cfg/biome.jsonc"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-vue": "^9.0.0",
"expect-type": "^0.20.0",
"expect-type": "^1.0.0",
"globals": "^15.8.0",
"husky": "^9.0.2",
"jest-junit": "^16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/test/cfg/eslint.config.dump.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"0": ".vue",
"1": ".html"
},
"parser": "typescript-eslint/parser@8.5.0",
"parser": "typescript-eslint/parser@8.8.0",
"project": "tsconfig.json"
},
"sourceType": "module"
Expand All @@ -18,7 +18,7 @@
},
"plugins": [
"@",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.5.0",
"@typescript-eslint:@typescript-eslint/eslint-plugin@8.8.0",
"unicorn:[email protected]",
"vue:[email protected]",
"import-x",
Expand Down
Loading

0 comments on commit 504d291

Please sign in to comment.