chore(sh-admin): bump dependencies (#4433)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Joel Jacob Stephen
2024-10-23 08:21:00 -05:00
committed by GitHub
parent cf0978bce0
commit 79aefed322
8 changed files with 2879 additions and 4388 deletions

View File

@@ -13,67 +13,64 @@
"preview": "vite preview"
},
"dependencies": {
"@fontsource-variable/inter": "5.0.5",
"@fontsource-variable/material-symbols-rounded": "5.0.5",
"@fontsource-variable/roboto-mono": "5.0.6",
"@graphql-typed-document-node/core": "3.1.1",
"@hoppscotch/ui": "0.1.3",
"@fontsource-variable/inter": "5.1.0",
"@fontsource-variable/material-symbols-rounded": "5.1.3",
"@fontsource-variable/roboto-mono": "5.1.0",
"@graphql-typed-document-node/core": "3.2.0",
"@hoppscotch/ui": "0.2.1",
"@hoppscotch/vue-toasted": "0.1.0",
"@intlify/unplugin-vue-i18n": "1.2.0",
"@types/cors": "2.8.13",
"@types/express": "4.17.16",
"@urql/exchange-auth": "2.1.6",
"@urql/vue": "1.1.2",
"@vueuse/core": "9.12.0",
"axios": "1.7.5",
"@intlify/unplugin-vue-i18n": "5.2.0",
"@types/cors": "2.8.17",
"@urql/exchange-auth": "2.2.0",
"@urql/vue": "1.4.0",
"@vueuse/core": "11.1.0",
"axios": "1.7.7",
"cors": "2.8.5",
"date-fns": "2.29.3",
"express": "4.20.0",
"express-graphql": "0.12.0",
"fp-ts": "2.13.1",
"graphql": "16.6.0",
"io-ts": "2.2.16",
"date-fns": "4.1.0",
"fp-ts": "2.16.9",
"graphql": "16.9.0",
"io-ts": "2.2.21",
"lodash-es": "4.17.21",
"postcss": "8.4.31",
"prettier-plugin-tailwindcss": "0.5.7",
"rxjs": "7.8.0",
"tailwindcss": "3.3.5",
"postcss": "8.4.47",
"prettier-plugin-tailwindcss": "0.6.8",
"rxjs": "7.8.1",
"tailwindcss": "3.4.14",
"tippy.js": "6.3.7",
"ts-node-dev": "2.0.0",
"unplugin-icons": "0.14.9",
"unplugin-vue-components": "0.21.0",
"vue": "3.3.9",
"vue-i18n": "9.2.2",
"vue-router": "4.1.0",
"vue-tippy": "6.0.0-alpha.58"
"unplugin-icons": "0.19.3",
"unplugin-vue-components": "0.27.4",
"vue": "3.5.12",
"vue-i18n": "10.0.4",
"vue-router": "4.4.5",
"vue-tippy": "6.5.0"
},
"devDependencies": {
"@graphql-codegen/cli": "3.0.0",
"@graphql-codegen/client-preset": "2.1.0",
"@graphql-codegen/introspection": "3.0.0",
"@graphql-codegen/typed-document-node": "2.3.1",
"@graphql-codegen/typescript": "3.0.0",
"@graphql-codegen/typescript-document-nodes": "3.0.0",
"@graphql-codegen/typescript-operations": "3.0.0",
"@graphql-codegen/urql-introspection": "2.2.1",
"@iconify-json/lucide": "1.1.144",
"@import-meta-env/cli": "0.6.3",
"@import-meta-env/unplugin": "0.4.8",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.4.0",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typed-document-node": "5.0.10",
"@graphql-codegen/typescript": "4.1.0",
"@graphql-codegen/typescript-document-nodes": "4.0.10",
"@graphql-codegen/typescript-operations": "4.3.0",
"@graphql-codegen/urql-introspection": "3.0.0",
"@iconify-json/lucide": "1.2.10",
"@import-meta-env/cli": "0.7.0",
"@import-meta-env/unplugin": "0.6.0",
"@types/lodash-es": "4.17.12",
"@vitejs/plugin-vue": "3.2.0",
"@vue/compiler-sfc": "3.2.45",
"dotenv": "16.3.1",
"@vitejs/plugin-vue": "5.1.4",
"@vue/compiler-sfc": "3.5.12",
"dotenv": "16.4.5",
"graphql-tag": "2.12.6",
"hoppscotch-backend": "workspace:^",
"npm-run-all": "4.1.5",
"sass": "1.58.0",
"ts-node": "10.9.1",
"typescript": "4.9.3",
"unplugin-fonts": "1.0.3",
"vite": "3.2.4",
"vite-plugin-pages": "0.26.0",
"vite-plugin-vue-layouts": "0.7.0",
"vue-tsc": "0.3.0"
"sass": "1.80.3",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"unplugin-fonts": "1.1.1",
"vite": "5.4.9",
"vite-plugin-pages": "0.32.3",
"vite-plugin-vue-layouts": "0.11.0",
"vue-tsc": "2.1.6"
},
"prettier": {
"singleQuote": true,