Skip to content

Commit

Permalink
build(deps): upadte axios and cache interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Nov 17, 2024
1 parent 24d9060 commit 4e2a456
Show file tree
Hide file tree
Showing 3 changed files with 1,497 additions and 1,105 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"sideEffects": false,
"type": "module",
"exports": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.cjs",
"types": "./lib/index.d.ts",
"default": "./lib/index.cjs"
},
"main": "lib/index.cjs",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"files": ["lib"],
"types": "lib/index.d.ts",
"scripts": {
"build": "tsup --config tsup.config.ts && size-limit",
"docs:build": "vitepress build docs",
Expand All @@ -45,42 +45,42 @@
"test:ui": "vitest --ui --api 9527"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.7",
"@semantic-release/github": "^11.0.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.7.22",
"@size-limit/preset-small-lib": "^11.1.6",
"@swc/core": "^1.9.2",
"@types/is-ci": "^3.0.4",
"@types/node": "^22.5.2",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.5",
"axios": "^1.7.7",
"axios-cache-interceptor": "^1.5.3",
"ci-info": "^4.0.0",
"axios-cache-interceptor": "^1.6.2",
"ci-info": "^4.1.0",
"http-status-codes": "^2.3.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"msw": "^2.4.1",
"semantic-release": "^24.1.0",
"size-limit": "^11.1.4",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-tsconfig-paths": "^5.0.1",
"vitepress": "1.3.4",
"vitest": "^2.0.5",
"vue": "^3.4.38"
"msw": "^2.6.5",
"semantic-release": "^24.2.0",
"size-limit": "^11.1.6",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2",
"vitepress": "1.5.0",
"vitest": "^2.1.5",
"vue": "^3.5.13"
},
"peerDependencies": {
"axios": "^1.7.7",
"axios-cache-interceptor": "^1.5.3"
"axios-cache-interceptor": "^1.6.2"
},
"engines": {
"node": ">=16"
Expand Down
Loading

0 comments on commit 4e2a456

Please sign in to comment.