mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:13:08 +02:00
update deps
This commit is contained in:
parent
1dddc68709
commit
6459eadcf1
4 changed files with 551 additions and 304 deletions
|
@ -47,7 +47,7 @@
|
|||
"cssnano": "6.0.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"postcss": "8.4.30",
|
||||
"terser": "5.19.4",
|
||||
"terser": "5.20.0",
|
||||
"typescript": "5.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
"@bull-board/ui": "5.8.4",
|
||||
"@discordapp/twemoji": "14.1.2",
|
||||
"@fastify/accepts": "4.2.0",
|
||||
"@fastify/cookie": "9.0.4",
|
||||
"@fastify/cookie": "9.1.0",
|
||||
"@fastify/cors": "8.4.0",
|
||||
"@fastify/express": "2.3.0",
|
||||
"@fastify/http-proxy": "9.2.1",
|
||||
|
@ -86,7 +86,7 @@
|
|||
"bcryptjs": "2.4.3",
|
||||
"blurhash": "2.0.5",
|
||||
"body-parser": "1.20.2",
|
||||
"bullmq": "4.11.1",
|
||||
"bullmq": "4.11.2",
|
||||
"cacheable-lookup": "7.0.0",
|
||||
"cbor": "9.0.1",
|
||||
"chalk": "5.3.0",
|
||||
|
@ -158,7 +158,7 @@
|
|||
"systeminformation": "5.21.8",
|
||||
"tinycolor2": "1.6.0",
|
||||
"tmp": "0.2.1",
|
||||
"tsc-alias": "1.8.7",
|
||||
"tsc-alias": "1.8.8",
|
||||
"tsconfig-paths": "4.2.0",
|
||||
"twemoji-parser": "14.0.0",
|
||||
"typeorm": "0.3.17",
|
||||
|
|
|
@ -77,24 +77,24 @@
|
|||
"vuedraggable": "next"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-actions": "7.4.2",
|
||||
"@storybook/addon-essentials": "7.4.2",
|
||||
"@storybook/addon-interactions": "7.4.2",
|
||||
"@storybook/addon-links": "7.4.2",
|
||||
"@storybook/addon-storysource": "7.4.2",
|
||||
"@storybook/addons": "7.4.2",
|
||||
"@storybook/blocks": "7.4.2",
|
||||
"@storybook/core-events": "7.4.2",
|
||||
"@storybook/addon-actions": "7.4.3",
|
||||
"@storybook/addon-essentials": "7.4.3",
|
||||
"@storybook/addon-interactions": "7.4.3",
|
||||
"@storybook/addon-links": "7.4.3",
|
||||
"@storybook/addon-storysource": "7.4.3",
|
||||
"@storybook/addons": "7.4.3",
|
||||
"@storybook/blocks": "7.4.3",
|
||||
"@storybook/core-events": "7.4.3",
|
||||
"@storybook/jest": "0.2.2",
|
||||
"@storybook/manager-api": "7.4.2",
|
||||
"@storybook/preview-api": "7.4.2",
|
||||
"@storybook/react": "7.4.2",
|
||||
"@storybook/react-vite": "7.4.2",
|
||||
"@storybook/manager-api": "7.4.3",
|
||||
"@storybook/preview-api": "7.4.3",
|
||||
"@storybook/react": "7.4.3",
|
||||
"@storybook/react-vite": "7.4.3",
|
||||
"@storybook/testing-library": "0.2.1",
|
||||
"@storybook/theming": "7.4.2",
|
||||
"@storybook/types": "7.4.2",
|
||||
"@storybook/vue3": "7.4.2",
|
||||
"@storybook/vue3-vite": "7.4.2",
|
||||
"@storybook/theming": "7.4.3",
|
||||
"@storybook/types": "7.4.3",
|
||||
"@storybook/vue3": "7.4.3",
|
||||
"@storybook/vue3-vite": "7.4.3",
|
||||
"@testing-library/vue": "7.0.0",
|
||||
"@types/escape-regexp": "0.0.1",
|
||||
"@types/estree": "1.0.1",
|
||||
|
|
815
pnpm-lock.yaml
815
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue