Skip to content

Commit

Permalink
build(deps): update axios-cache-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Apr 23, 2024
1 parent 9079c33 commit c3481fb
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 195 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.7.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.7.1/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
1 change: 0 additions & 1 deletion commitlint.config.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
extends: ["@commitlint/config-conventional"],
};
8 changes: 5 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ import {
VPTeamMembers
} from 'vitepress/theme';


const members = [
{
avatar: 'https://github.com/Gabb-c.png',
name: 'Gabriel (Gabb-c)',
title: 'Creator',
links: [
{ icon: 'github', link: 'https://github.com/Gabb-c' },

{ icon: 'linkedin', link: 'https://www.linkedin.com/in/gabriel-da-cunha/' }
]
},
{
Expand All @@ -52,6 +51,8 @@ const members = [
title: 'Creator',
links: [
{ icon: 'github', link: 'https://github.com/moyzlevi' },
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/moyses-p-73b88b1a5/' },
{ icon: 'x', link: 'https://twitter.com/moyzlevi1' }
]
},
]
Expand All @@ -63,7 +64,8 @@ const members = [
Our Team
</template>
<template #lead>
Composed of a diverse group of people from all over the world through our open source community.
The development of this project is guided by an international
team, some of whom have chosen to be featured below.
</template>
</VPTeamPageTitle>
<VPTeamMembers
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"test:ui": "vitest --ui --api 9527"
},
"devDependencies": {
"@biomejs/biome": "^1.7.0",
"@commitlint/cli": "^19.2.2",
"@biomejs/biome": "^1.7.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
Expand All @@ -55,13 +55,13 @@
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@size-limit/preset-small-lib": "^11.1.2",
"@swc/core": "^1.4.16",
"@swc/core": "^1.4.17",
"@types/is-ci": "^3.0.4",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"axios": "^1.6.8",
"axios-cache-interceptor": "^1.5.1",
"axios-cache-interceptor": "^1.5.2",
"ci-info": "^4.0.0",
"http-status-codes": "^2.3.0",
"husky": "^9.0.11",
Expand All @@ -76,7 +76,7 @@
"vite-tsconfig-paths": "^4.3.2",
"vitepress": "1.1.3",
"vitest": "^1.5.0",
"vue": "^3.4.23"
"vue": "^3.4.24"
},
"peerDependencies": {
"axios": "^1.6.8",
Expand Down
Loading

0 comments on commit c3481fb

Please sign in to comment.