Browse Source

chore(deps): remove @types/axios

pull/6362/head
Wing-Kam Wong 1 year ago
parent
commit
9e33697c6e
  1. 1
      packages/nc-gui/package.json
  2. 12
      pnpm-lock.yaml

1
packages/nc-gui/package.json

@ -116,7 +116,6 @@
"@iconify-json/vscode-icons": "^1.1.28",
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@nuxt/image-edge": "^1.0.0-rc.1-28217290.de85e17",
"@types/axios": "^0.14.0",
"@types/d3-scale": "^4.0.3",
"@types/dagre": "^0.7.48",
"@types/file-saver": "^2.0.5",

12
pnpm-lock.yaml

@ -265,9 +265,6 @@ importers:
'@nuxt/image-edge':
specifier: ^1.0.0-rc.1-28217290.de85e17
version: 1.0.0-rc.1-28217290.de85e17
'@types/axios':
specifier: ^0.14.0
version: 0.14.0
'@types/d3-scale':
specifier: ^4.0.3
version: 4.0.3
@ -6642,15 +6639,6 @@ packages:
minimatch: 9.0.3
dev: true
/@types/axios@0.14.0:
resolution: {integrity: sha512-KqQnQbdYE54D7oa/UmYVMZKq7CO4l8DEENzOKc4aBRwxCXSlJXGz83flFx5L7AWrOQnmuN3kVsRdt+GZPPjiVQ==}
deprecated: This is a stub types definition for axios (https://github.com/mzabriskie/axios). axios provides its own type definitions, so you don't need @types/axios installed!
dependencies:
axios: 0.24.0
transitivePeerDependencies:
- debug
dev: true
/@types/babel__core@7.20.1:
resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==}
dependencies:

Loading…
Cancel
Save