Skip to content

Commit

Permalink
fix: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Feb 23, 2024
1 parent 7994391 commit aa4074d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"license": "MIT",
"scripts": {
"benchmark": "npx tsm benchmark/index.ts",
"lint": "npm run lint:biome && npm run lint:eslint",
"lint": "pnpm run '/^(lint:biome|lint:eslint)$/'",
"lint:biome": "biome check .",
"lint:eslint": "eslint --ext .ts,.tsx .",
"lint:fix": "npm run lint:biome:fix && npm run lint:eslint:fix",
"lint:eslint:fix": "npm run lint:eslint -- --fix",
"lint:biome:fix": "npm run lint:biome -- --apply",
"lint:fix": "pnpm run '/^(lint:biome|lint:eslint):fix$/'",
"lint:eslint:fix": "eslint --ext .ts,.tsx . --fix",
"lint:biome:fix": "biome check . --apply",
"prepare": "npm run build",
"build": "tsc",
"build:docs": "typedoc",
Expand All @@ -33,7 +33,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@ctrl/eslint-config-biome": "2.0.6",
"@ctrl/eslint-config-biome": "2.0.7",
"@biomejs/biome": "1.5.3",
"@sindresorhus/tsconfig": "5.0.0",
"@types/benchmark": "2.1.5",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa4074d

Please sign in to comment.