Skip to content

Commit

Permalink
feat(deps): update axios
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Feb 5, 2023
1 parent 878b88d commit 6962674
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 37 deletions.
20 changes: 20 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,24 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: 'Pokenode-ts',
description: 'Just playing around.',
locales: {
root: {
label: 'English',
lang: 'en'
},
},
themeConfig: {
sidebar: [
{
text: 'Clients',
collapsed: true,
items: [
{
text: 'Berry Client',
link: '/clients/berry-client'
}
]
}
]
}
});
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"test:ui": "vitest --ui --api 9527"
},
"dependencies": {
"axios": "^1.3.1",
"axios": "^1.3.2",
"axios-cache-interceptor": "^1.0.1",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1"
Expand All @@ -65,7 +65,7 @@
"@semantic-release/release-notes-generator": "^10.0.3",
"@swc/core": "^1.3.32",
"@types/is-ci": "^3.0.0",
"@types/node": "^18.11.18",
"@types/node": "^18.11.19",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitest/coverage-c8": "^0.28.4",
Expand All @@ -90,7 +90,7 @@
"prettier": "^2.8.3",
"rimraf": "^4.1.2",
"semantic-release": "^20.1.0",
"sort-package-json": "^2.4.0",
"sort-package-json": "^2.4.1",
"tsup": "^6.5.0",
"typescript": "^4.9.5",
"vitepress": "1.0.0-alpha.45",
Expand Down
68 changes: 34 additions & 34 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 6962674

Please sign in to comment.