Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jul 22, 2024
1 parent e2aa37c commit 1ccfff1
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 291 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"docs:preview": "vitepress preview docs",
"format": "biome format ./src",
"lint:ci": "biome ci src",
"prepare": "is-ci || husky install",
"prepare": "is-ci || husky",
"prepublishOnly": "pnpm build",
"test": "vitest",
"test:types": "vitest --typecheck.only",
Expand All @@ -51,32 +51,32 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.0",
"@semantic-release/github": "^10.1.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@size-limit/preset-small-lib": "^11.1.4",
"@swc/core": "^1.6.13",
"@swc/core": "^1.7.0",
"@types/is-ci": "^3.0.4",
"@types/node": "^20.14.11",
"@vitest/coverage-v8": "^2.0.3",
"@vitest/ui": "^2.0.3",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"axios": "^1.7.2",
"axios-cache-interceptor": "^1.5.3",
"ci-info": "^4.0.0",
"http-status-codes": "^2.3.0",
"husky": "^9.0.11",
"husky": "^9.1.1",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.7",
"msw": "^2.3.1",
"msw": "^2.3.2",
"semantic-release": "^24.0.0",
"size-limit": "^11.1.4",
"tsup": "^8.1.1",
"tsup": "^8.2.2",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-tsconfig-paths": "^4.3.2",
"vitepress": "1.3.1",
"vitest": "^2.0.3",
"vue": "^3.4.32"
"vitest": "^2.0.4",
"vue": "^3.4.33"
},
"peerDependencies": {
"axios": "^1.7.2",
Expand Down
Loading

0 comments on commit 1ccfff1

Please sign in to comment.