mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
update pnpm deps
This commit is contained in:
parent
84986900a6
commit
7e2181e540
@ -21,13 +21,13 @@
|
||||
"dependencies": {
|
||||
"@headlessui/vue": "^1.5.0",
|
||||
"@nuxt/devalue": "^2.0.0",
|
||||
"@vueuse/core": "^8.0.1",
|
||||
"@vueuse/core": "^8.2.0",
|
||||
"@vueuse/head": "^0.7.5",
|
||||
"@vueuse/integrations": "^8.0.1",
|
||||
"@vueuse/integrations": "^8.2.0",
|
||||
"axios": "^0.26.1",
|
||||
"chartist": "^0.11.4",
|
||||
"chartist-plugin-legend": "^0.6.2",
|
||||
"debug": "^4.3.3",
|
||||
"debug": "^4.3.4",
|
||||
"diff-match-patch": "^1.0.5",
|
||||
"jwt-decode": "^3.1.2",
|
||||
"lodash-es": "^4.17.21",
|
||||
@ -35,7 +35,7 @@
|
||||
"pinia": "^2.0.12",
|
||||
"prism-theme-vars": "^0.2.2",
|
||||
"qs": "^6.10.3",
|
||||
"swagger-ui-dist": "^4.6.2",
|
||||
"swagger-ui-dist": "^4.9.1",
|
||||
"universal-cookie": "^4.0.4",
|
||||
"vite-ssr": "^0.15.0",
|
||||
"vue": "^3.2.31",
|
||||
@ -43,7 +43,7 @@
|
||||
"vue-router": "^4.0.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "^2.1.16",
|
||||
"@iconify/json": "^2.1.20",
|
||||
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
|
||||
"@types/chartist": "^0.11.1",
|
||||
"@types/debug": "^4.1.7",
|
||||
@ -64,23 +64,23 @@
|
||||
"eslint-import-resolver-alias": "^1.1.2",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"eslint-plugin-unicorn": "^41.0.0",
|
||||
"eslint-plugin-unicorn": "^41.0.1",
|
||||
"eslint-plugin-vue": "^8.5.0",
|
||||
"husky": "^7.0.4",
|
||||
"lint-staged": "^12.3.6",
|
||||
"lint-staged": "^12.3.7",
|
||||
"markdown-it-link-attributes": "^4.0.0",
|
||||
"markdown-it-prism": "^2.2.3",
|
||||
"node-fetch": "^3.2.3",
|
||||
"pnpm": "^6.32.3",
|
||||
"prettier": "2.6.0",
|
||||
"prettier": "^2.6.1",
|
||||
"sass": "^1.49.9",
|
||||
"typescript": "^4.6.2",
|
||||
"typescript": "^4.6.3",
|
||||
"unplugin-auto-import": "^0.6.6",
|
||||
"unplugin-icons": "^0.13.4",
|
||||
"unplugin-vue-components": "^0.18.0",
|
||||
"unplugin-icons": "^0.14.1",
|
||||
"unplugin-vue-components": "^0.18.4",
|
||||
"vite": "2.7.13",
|
||||
"vite-plugin-eslint": "^1.3.0",
|
||||
"vite-plugin-md": "^0.11.9",
|
||||
"vite-plugin-md": "^0.12.3",
|
||||
"vite-plugin-pages": "^0.22.0",
|
||||
"vite-plugin-pwa": "^0.11.13",
|
||||
"vite-plugin-vue-layouts": "^0.6.0",
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@
|
||||
"devDependencies": {
|
||||
"@types/compression": "^1.7.2",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/node": "^17.0.21",
|
||||
"typescript": "^4.6.2"
|
||||
"@types/node": "^17.0.23",
|
||||
"typescript": "^4.6.3"
|
||||
}
|
||||
}
|
||||
|
@ -3,11 +3,11 @@ lockfileVersion: 5.3
|
||||
specifiers:
|
||||
'@types/compression': ^1.7.2
|
||||
'@types/express': ^4.17.13
|
||||
'@types/node': ^17.0.21
|
||||
'@types/node': ^17.0.23
|
||||
compression: ^1.7.4
|
||||
express: ^4.17.3
|
||||
http-proxy-middleware: ^2.0.4
|
||||
typescript: ^4.6.2
|
||||
typescript: ^4.6.3
|
||||
|
||||
dependencies:
|
||||
compression: 1.7.4
|
||||
@ -17,8 +17,8 @@ dependencies:
|
||||
devDependencies:
|
||||
'@types/compression': 1.7.2
|
||||
'@types/express': 4.17.13
|
||||
'@types/node': 17.0.21
|
||||
typescript: 4.6.2
|
||||
'@types/node': 17.0.23
|
||||
typescript: 4.6.3
|
||||
|
||||
packages:
|
||||
|
||||
@ -26,7 +26,7 @@ packages:
|
||||
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
|
||||
dependencies:
|
||||
'@types/connect': 3.4.35
|
||||
'@types/node': 17.0.21
|
||||
'@types/node': 17.0.23
|
||||
dev: true
|
||||
|
||||
/@types/compression/1.7.2:
|
||||
@ -38,13 +38,13 @@ packages:
|
||||
/@types/connect/3.4.35:
|
||||
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
|
||||
dependencies:
|
||||
'@types/node': 17.0.21
|
||||
'@types/node': 17.0.23
|
||||
dev: true
|
||||
|
||||
/@types/express-serve-static-core/4.17.28:
|
||||
resolution: {integrity: sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==}
|
||||
dependencies:
|
||||
'@types/node': 17.0.21
|
||||
'@types/node': 17.0.23
|
||||
'@types/qs': 6.9.7
|
||||
'@types/range-parser': 1.2.4
|
||||
dev: true
|
||||
@ -61,15 +61,15 @@ packages:
|
||||
/@types/http-proxy/1.17.8:
|
||||
resolution: {integrity: sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==}
|
||||
dependencies:
|
||||
'@types/node': 17.0.21
|
||||
'@types/node': 17.0.23
|
||||
dev: false
|
||||
|
||||
/@types/mime/1.3.2:
|
||||
resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==}
|
||||
dev: true
|
||||
|
||||
/@types/node/17.0.21:
|
||||
resolution: {integrity: sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==}
|
||||
/@types/node/17.0.23:
|
||||
resolution: {integrity: sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==}
|
||||
|
||||
/@types/qs/6.9.7:
|
||||
resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==}
|
||||
@ -83,7 +83,7 @@ packages:
|
||||
resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==}
|
||||
dependencies:
|
||||
'@types/mime': 1.3.2
|
||||
'@types/node': 17.0.21
|
||||
'@types/node': 17.0.23
|
||||
dev: true
|
||||
|
||||
/accepts/1.3.8:
|
||||
@ -545,8 +545,8 @@ packages:
|
||||
mime-types: 2.1.34
|
||||
dev: false
|
||||
|
||||
/typescript/4.6.2:
|
||||
resolution: {integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==}
|
||||
/typescript/4.6.3:
|
||||
resolution: {integrity: sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==}
|
||||
engines: {node: '>=4.2.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
Loading…
Reference in New Issue
Block a user