Skip to content

Commit

Permalink
⬆️ chore: upgrade bun version (lobehub#1133)
Browse files Browse the repository at this point in the history
* ⬆️ chore: upgrade bun version

* ➕ chore: add ajv-keywords
  • Loading branch information
arvinxx authored Jan 23, 2024
1 parent e4f6f1c commit df1e635
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@
"release": "semantic-release",
"start": "next start",
"stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"test": "npm run test-temp-fixture-ci && vitest",
"test-a-local": "vitest",
"test-temp-fixture-ci": "echo 'please remove this script after new [email protected] released' && rm -rf node_modules && npx [email protected] install",
"test:coverage": "npm run test-temp-fixture-ci && vitest run --coverage",
"test:coverage-local": "vitest run --coverage",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:update": "vitest -u",
"type-check": "tsc --noEmit",
"workflow:docs": "tsx scripts/docsWorkflow/index.ts",
Expand Down Expand Up @@ -161,6 +158,7 @@
"@types/uuid": "^9",
"@umijs/lint": "^4",
"@vitest/coverage-v8": "^1",
"ajv-keywords": "^5.1.0",
"commitlint": "^18",
"consola": "^3",
"dpdm": "^3",
Expand Down

0 comments on commit df1e635

Please sign in to comment.