Skip to content

Commit

Permalink
fix: type imports, bump dev deps
Browse files Browse the repository at this point in the history
switches imports to import type where necessary
  • Loading branch information
scttcper committed Dec 17, 2024
1 parent 1bb7292 commit c2342c6
Show file tree
Hide file tree
Showing 4 changed files with 654 additions and 685 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"test:ci": "vitest run --no-isolate --coverage --reporter=default --reporter=junit --outputFile=./junit.xml"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@ctrl/eslint-config-biome": "4.1.0",
"@eslint/compat": "1.1.1",
"@sindresorhus/tsconfig": "6.0.0",
"@types/node": "22.1.0",
"@vitest/coverage-v8": "2.0.5",
"eslint": "9.8.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
"@biomejs/biome": "1.9.4",
"@ctrl/eslint-config-biome": "4.2.17",
"@eslint/compat": "1.2.4",
"@sindresorhus/tsconfig": "7.0.0",
"@types/node": "22.10.2",
"@vitest/coverage-v8": "2.1.8",
"eslint": "9.17.0",
"typescript": "5.7.2",
"vitest": "2.1.8"
},
"workspaces": ["demo"],
"publishConfig": {
Expand Down
Loading

0 comments on commit c2342c6

Please sign in to comment.