chore: pin dependencies across packages (#3876)

This commit is contained in:
James George
2024-03-07 10:07:48 -08:00
committed by GitHub
parent 6dbaf524ce
commit 439cd82c88
13 changed files with 3103 additions and 6342 deletions

1
.npmrc
View File

@@ -1 +1,2 @@
shamefully-hoist=false shamefully-hoist=false
save-prefix=''

View File

@@ -23,13 +23,13 @@
"./packages/*" "./packages/*"
], ],
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^16.2.3", "@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "^16.2.1", "@commitlint/config-conventional": "16.2.4",
"@hoppscotch/ui": "^0.1.0", "@hoppscotch/ui": "0.1.0",
"@types/node": "17.0.27", "@types/node": "17.0.27",
"cross-env": "^7.0.3", "cross-env": "7.0.3",
"http-server": "^14.1.1", "http-server": "14.1.1",
"husky": "^7.0.4", "husky": "7.0.4",
"lint-staged": "12.4.0" "lint-staged": "12.4.0"
}, },
"pnpm": { "pnpm": {
@@ -37,7 +37,7 @@
"vue": "3.3.9" "vue": "3.3.9"
}, },
"packageExtensions": { "packageExtensions": {
"httpsnippet@^3.0.1": { "httpsnippet@3.0.1": {
"peerDependencies": { "peerDependencies": {
"ajv": "6.12.3" "ajv": "6.12.3"
} }

View File

@@ -19,14 +19,14 @@
"dependencies": { "dependencies": {
"@codemirror/language": "6.9.3", "@codemirror/language": "6.9.3",
"@lezer/highlight": "1.2.0", "@lezer/highlight": "1.2.0",
"@lezer/lr": "^1.3.14" "@lezer/lr": "1.3.14"
}, },
"devDependencies": { "devDependencies": {
"@lezer/generator": "^1.5.1", "@lezer/generator": "1.5.1",
"mocha": "^9.2.2", "mocha": "9.2.2",
"rollup": "^3.29.3", "rollup": "3.29.4",
"rollup-plugin-dts": "^6.0.2", "rollup-plugin-dts": "6.0.2",
"rollup-plugin-ts": "^3.4.5", "rollup-plugin-ts": "3.4.5",
"typescript": "^5.2.2" "typescript": "5.2.2"
} }
} }

View File

@@ -24,83 +24,83 @@
"do-test": "pnpm run test" "do-test": "pnpm run test"
}, },
"dependencies": { "dependencies": {
"@apollo/server": "^4.9.4", "@apollo/server": "4.9.5",
"@nestjs-modules/mailer": "^1.9.1", "@nestjs-modules/mailer": "1.9.1",
"@nestjs/apollo": "^12.0.9", "@nestjs/apollo": "12.0.9",
"@nestjs/common": "^10.2.6", "@nestjs/common": "10.2.7",
"@nestjs/config": "^3.1.1", "@nestjs/config": "3.1.1",
"@nestjs/core": "^10.2.6", "@nestjs/core": "10.2.7",
"@nestjs/graphql": "^12.0.9", "@nestjs/graphql": "12.0.9",
"@nestjs/jwt": "^10.1.1", "@nestjs/jwt": "10.1.1",
"@nestjs/passport": "^10.0.2", "@nestjs/passport": "10.0.2",
"@nestjs/platform-express": "^10.2.6", "@nestjs/platform-express": "10.2.7",
"@nestjs/schedule": "^4.0.1", "@nestjs/schedule": "4.0.1",
"@nestjs/throttler": "^5.0.0", "@nestjs/throttler": "5.0.1",
"@prisma/client": "^5.8.0", "@prisma/client": "5.8.1",
"argon2": "^0.30.3", "argon2": "0.30.3",
"bcrypt": "^5.1.0", "bcrypt": "5.1.0",
"cookie": "^0.5.0", "cookie": "0.5.0",
"cookie-parser": "^1.4.6", "cookie-parser": "1.4.6",
"cron": "^3.1.6", "cron": "3.1.6",
"express": "^4.17.1", "express": "4.18.2",
"express-session": "^1.17.3", "express-session": "1.17.3",
"fp-ts": "^2.13.1", "fp-ts": "2.13.1",
"graphql": "^16.8.1", "graphql": "16.8.1",
"graphql-query-complexity": "^0.12.0", "graphql-query-complexity": "0.12.0",
"graphql-redis-subscriptions": "^2.6.0", "graphql-redis-subscriptions": "2.6.0",
"graphql-subscriptions": "^2.0.0", "graphql-subscriptions": "2.0.0",
"handlebars": "^4.7.7", "handlebars": "4.7.7",
"io-ts": "^2.2.16", "io-ts": "2.2.16",
"luxon": "^3.2.1", "luxon": "3.2.1",
"nodemailer": "^6.9.1", "nodemailer": "6.9.1",
"passport": "^0.6.0", "passport": "0.6.0",
"passport-github2": "^0.1.12", "passport-github2": "0.1.12",
"passport-google-oauth20": "^2.0.0", "passport-google-oauth20": "2.0.0",
"passport-jwt": "^4.0.1", "passport-jwt": "4.0.1",
"passport-local": "^1.0.0", "passport-local": "1.0.0",
"passport-microsoft": "^1.0.0", "passport-microsoft": "1.0.0",
"posthog-node": "^3.6.3", "posthog-node": "3.6.3",
"prisma": "^5.8.0", "prisma": "5.8.1",
"reflect-metadata": "^0.1.13", "reflect-metadata": "0.1.13",
"rimraf": "^3.0.2", "rimraf": "3.0.2",
"rxjs": "^7.6.0" "rxjs": "7.6.0"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/cli": "^10.1.18", "@nestjs/cli": "10.2.1",
"@nestjs/schematics": "^10.0.2", "@nestjs/schematics": "10.0.3",
"@nestjs/testing": "^10.2.6", "@nestjs/testing": "10.2.7",
"@relmify/jest-fp-ts": "^2.0.2", "@relmify/jest-fp-ts": "2.0.2",
"@types/argon2": "^0.15.0", "@types/argon2": "0.15.0",
"@types/bcrypt": "^5.0.0", "@types/bcrypt": "5.0.0",
"@types/cookie": "^0.5.1", "@types/cookie": "0.5.1",
"@types/cookie-parser": "^1.4.3", "@types/cookie-parser": "1.4.3",
"@types/express": "^4.17.14", "@types/express": "4.17.14",
"@types/jest": "^29.4.0", "@types/jest": "29.4.0",
"@types/luxon": "^3.2.0", "@types/luxon": "3.2.0",
"@types/node": "^18.11.10", "@types/node": "18.11.10",
"@types/nodemailer": "^6.4.7", "@types/nodemailer": "6.4.7",
"@types/passport-github2": "^1.2.5", "@types/passport-github2": "1.2.5",
"@types/passport-google-oauth20": "^2.0.11", "@types/passport-google-oauth20": "2.0.11",
"@types/passport-jwt": "^3.0.8", "@types/passport-jwt": "3.0.8",
"@types/passport-microsoft": "^0.0.0", "@types/passport-microsoft": "0.0.0",
"@types/supertest": "^2.0.12", "@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "^5.45.0", "@typescript-eslint/parser": "5.45.0",
"cross-env": "^7.0.3", "cross-env": "7.0.3",
"eslint": "^8.29.0", "eslint": "8.29.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "4.2.1",
"jest": "^29.4.1", "jest": "29.4.1",
"jest-mock-extended": "^3.0.1", "jest-mock-extended": "3.0.1",
"jwt": "link:@types/nestjs/jwt", "jwt": "link:@types/nestjs/jwt",
"prettier": "^2.8.4", "prettier": "2.8.4",
"source-map-support": "^0.5.21", "source-map-support": "0.5.21",
"supertest": "^6.3.2", "supertest": "6.3.2",
"ts-jest": "29.0.5", "ts-jest": "29.0.5",
"ts-loader": "^9.4.2", "ts-loader": "9.4.2",
"ts-node": "^10.9.1", "ts-node": "10.9.1",
"tsconfig-paths": "4.1.1", "tsconfig-paths": "4.1.1",
"typescript": "^4.9.3" "typescript": "4.9.3"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [
@@ -121,4 +121,4 @@
"^src/(.*)$": "<rootDir>/$1" "^src/(.*)$": "<rootDir>/$1"
} }
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@hoppscotch/cli", "name": "@hoppscotch/cli",
"version": "0.6.0", "version": "0.7.0",
"description": "A CLI to run Hoppscotch test scripts in CI environments.", "description": "A CLI to run Hoppscotch test scripts in CI environments.",
"homepage": "https://hoppscotch.io", "homepage": "https://hoppscotch.io",
"type": "module", "type": "module",
@@ -41,30 +41,28 @@
"license": "MIT", "license": "MIT",
"private": false, "private": false,
"dependencies": { "dependencies": {
"axios": "^1.6.6", "axios": "1.6.7",
"chalk": "^5.3.0", "chalk": "5.3.0",
"commander": "^11.1.0", "commander": "11.1.0",
"lodash-es": "^4.17.21", "lodash-es": "4.17.21",
"qs": "^6.11.2", "qs": "6.11.2",
"zod": "^3.22.4" "verzod": "0.2.2",
"zod": "3.22.4"
}, },
"devDependencies": { "devDependencies": {
"@hoppscotch/data": "workspace:^", "@hoppscotch/data": "workspace:^",
"@hoppscotch/js-sandbox": "workspace:^", "@hoppscotch/js-sandbox": "workspace:^",
"@relmify/jest-fp-ts": "^2.1.1", "@relmify/jest-fp-ts": "2.1.1",
"@swc/core": "^1.3.105", "@swc/core": "1.4.2",
"@types/jest": "^29.5.11", "@types/jest": "29.5.12",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "4.17.12",
"@types/qs": "^6.9.11", "@types/qs": "6.9.12",
"fp-ts": "^2.16.2", "fp-ts": "2.16.2",
"jest": "^29.7.0", "jest": "29.7.0",
"lodash": "^4.17.21", "prettier": "3.2.5",
"prettier": "^3.2.4", "qs": "6.11.2",
"qs": "^6.11.2", "ts-jest": "29.1.2",
"ts-jest": "^29.1.2", "tsup": "8.0.2",
"tsup": "^8.0.1", "typescript": "5.3.3"
"typescript": "^5.3.3",
"verzod": "^0.2.2",
"zod": "^3.22.4"
} }
} }

View File

@@ -21,147 +21,147 @@
"do-lintfix": "pnpm run lintfix" "do-lintfix": "pnpm run lintfix"
}, },
"dependencies": { "dependencies": {
"@apidevtools/swagger-parser": "^10.1.0", "@apidevtools/swagger-parser": "10.1.0",
"@codemirror/autocomplete": "^6.11.1", "@codemirror/autocomplete": "6.11.1",
"@codemirror/commands": "^6.3.2", "@codemirror/commands": "6.3.2",
"@codemirror/lang-javascript": "^6.2.1", "@codemirror/lang-javascript": "6.2.1",
"@codemirror/lang-json": "^6.0.1", "@codemirror/lang-json": "6.0.1",
"@codemirror/lang-xml": "^6.0.2", "@codemirror/lang-xml": "6.0.2",
"@codemirror/language": "6.9.3", "@codemirror/language": "6.9.3",
"@codemirror/legacy-modes": "^6.3.3", "@codemirror/legacy-modes": "6.3.3",
"@codemirror/lint": "^6.4.2", "@codemirror/lint": "6.4.2",
"@codemirror/search": "^6.5.5", "@codemirror/search": "6.5.5",
"@codemirror/state": "^6.3.3", "@codemirror/state": "6.3.3",
"@codemirror/view": "^6.22.3", "@codemirror/view": "6.22.3",
"@hoppscotch/codemirror-lang-graphql": "workspace:^", "@hoppscotch/codemirror-lang-graphql": "workspace:^",
"@hoppscotch/data": "workspace:^", "@hoppscotch/data": "workspace:^",
"@hoppscotch/js-sandbox": "workspace:^", "@hoppscotch/js-sandbox": "workspace:^",
"@hoppscotch/ui": "^0.1.0", "@hoppscotch/ui": "0.1.0",
"@hoppscotch/vue-toasted": "^0.1.0", "@hoppscotch/vue-toasted": "0.1.0",
"@lezer/highlight": "1.2.0", "@lezer/highlight": "1.2.0",
"@unhead/vue": "^1.8.8", "@unhead/vue": "1.8.8",
"@urql/core": "^4.2.0", "@urql/core": "4.2.0",
"@urql/devtools": "^2.0.3", "@urql/devtools": "2.0.3",
"@urql/exchange-auth": "^2.1.6", "@urql/exchange-auth": "2.1.6",
"@urql/exchange-graphcache": "^6.3.3", "@urql/exchange-graphcache": "6.4.0",
"@vitejs/plugin-legacy": "^4.1.1", "@vitejs/plugin-legacy": "4.1.1",
"@vueuse/core": "^10.6.1", "@vueuse/core": "10.7.0",
"acorn-walk": "^8.3.0", "acorn-walk": "8.3.0",
"axios": "^1.6.2", "axios": "1.6.2",
"buffer": "^6.0.3", "buffer": "6.0.3",
"cookie-es": "^1.0.0", "cookie-es": "1.0.0",
"dioc": "^1.0.1", "dioc": "1.0.1",
"esprima": "^4.0.1", "esprima": "4.0.1",
"events": "^3.3.0", "events": "3.3.0",
"fp-ts": "^2.16.1", "fp-ts": "2.16.1",
"globalthis": "^1.0.3", "globalthis": "1.0.3",
"graphql": "^16.8.1", "graphql": "16.8.1",
"graphql-language-service-interface": "^2.10.2", "graphql-language-service-interface": "2.10.2",
"graphql-tag": "^2.12.6", "graphql-tag": "2.12.6",
"httpsnippet": "^3.0.1", "httpsnippet": "3.0.1",
"insomnia-importers": "^3.6.0", "insomnia-importers": "3.6.0",
"io-ts": "^2.2.20", "io-ts": "2.2.20",
"js-yaml": "^4.1.0", "js-yaml": "4.1.0",
"jsonpath-plus": "^7.2.0", "jsonpath-plus": "7.2.0",
"lodash-es": "^4.17.21", "lodash-es": "4.17.21",
"lossless-json": "^3.0.2", "lossless-json": "3.0.2",
"minisearch": "^6.3.0", "minisearch": "6.3.0",
"nprogress": "^0.2.0", "nprogress": "0.2.0",
"paho-mqtt": "^1.1.0", "paho-mqtt": "1.1.0",
"path": "^0.12.7", "path": "0.12.7",
"postman-collection": "^4.3.0", "postman-collection": "4.3.0",
"process": "^0.11.10", "process": "0.11.10",
"qs": "^6.11.2", "qs": "6.11.2",
"quicktype-core": "^23.0.79", "quicktype-core": "23.0.79",
"rxjs": "^7.8.1", "rxjs": "7.8.1",
"set-cookie-parser": "^2.6.0", "set-cookie-parser": "2.6.0",
"set-cookie-parser-es": "^1.0.5", "set-cookie-parser-es": "1.0.5",
"socket.io-client-v2": "npm:socket.io-client@^2.4.0", "socket.io-client-v2": "npm:socket.io-client@2.4.0",
"socket.io-client-v3": "npm:socket.io-client@^3.1.3", "socket.io-client-v3": "npm:socket.io-client@3.1.3",
"socket.io-client-v4": "npm:socket.io-client@^4.4.1", "socket.io-client-v4": "npm:socket.io-client@4.4.1",
"socketio-wildcard": "^2.0.0", "socketio-wildcard": "2.0.0",
"splitpanes": "^3.1.5", "splitpanes": "3.1.5",
"stream-browserify": "^3.0.0", "stream-browserify": "3.0.0",
"subscriptions-transport-ws": "^0.11.0", "subscriptions-transport-ws": "0.11.0",
"tern": "^0.24.3", "tern": "0.24.3",
"timers": "^0.1.1", "timers": "0.1.1",
"tippy.js": "^6.3.7", "tippy.js": "6.3.7",
"url": "^0.11.3", "url": "0.11.3",
"util": "^0.12.5", "util": "0.12.5",
"uuid": "^9.0.1", "uuid": "9.0.1",
"verzod": "^0.2.0", "verzod": "0.2.2",
"vue": "^3.3.8", "vue": "3.3.9",
"vue-i18n": "^9.7.1", "vue-i18n": "9.8.0",
"vue-pdf-embed": "^1.2.1", "vue-pdf-embed": "1.2.1",
"vue-router": "^4.2.5", "vue-router": "4.2.5",
"vue-tippy": "6.3.1", "vue-tippy": "6.3.1",
"vuedraggable-es": "^4.1.1", "vuedraggable-es": "4.1.1",
"wonka": "^6.3.4", "wonka": "6.3.4",
"workbox-window": "^7.0.0", "workbox-window": "7.0.0",
"xml-formatter": "^3.6.0", "xml-formatter": "3.6.0",
"yargs-parser": "^21.1.1", "yargs-parser": "21.1.1",
"zod": "^3.22.4" "zod": "3.22.4"
}, },
"devDependencies": { "devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3", "@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2", "@esbuild-plugins/node-modules-polyfill": "0.2.2",
"@graphql-codegen/add": "^5.0.0", "@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1", "@graphql-codegen/typed-document-node": "5.0.1",
"@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1", "@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-urql-graphcache": "^3.0.0", "@graphql-codegen/typescript-urql-graphcache": "3.0.0",
"@graphql-codegen/urql-introspection": "^3.0.0", "@graphql-codegen/urql-introspection": "3.0.0",
"@graphql-typed-document-node/core": "^3.2.0", "@graphql-typed-document-node/core": "3.2.0",
"@iconify-json/lucide": "^1.1.141", "@iconify-json/lucide": "1.1.144",
"@intlify/vite-plugin-vue-i18n": "^7.0.0", "@intlify/vite-plugin-vue-i18n": "7.0.0",
"@relmify/jest-fp-ts": "^2.1.1", "@relmify/jest-fp-ts": "2.1.1",
"@rushstack/eslint-patch": "^1.6.0", "@rushstack/eslint-patch": "1.6.0",
"@types/har-format": "^1.2.15", "@types/har-format": "1.2.15",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "4.0.9",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "4.17.12",
"@types/lossless-json": "^1.0.4", "@types/lossless-json": "1.0.4",
"@types/nprogress": "^0.2.3", "@types/nprogress": "0.2.3",
"@types/paho-mqtt": "^1.0.10", "@types/paho-mqtt": "1.0.10",
"@types/postman-collection": "^3.5.10", "@types/postman-collection": "3.5.10",
"@types/splitpanes": "^2.2.6", "@types/splitpanes": "2.2.6",
"@types/uuid": "^9.0.7", "@types/uuid": "9.0.7",
"@types/yargs-parser": "^21.0.3", "@types/yargs-parser": "21.0.3",
"@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "^6.12.0", "@typescript-eslint/parser": "6.13.2",
"@vitejs/plugin-vue": "^4.5.0", "@vitejs/plugin-vue": "4.5.1",
"@vue/compiler-sfc": "^3.3.8", "@vue/compiler-sfc": "3.3.10",
"@vue/eslint-config-typescript": "^12.0.0", "@vue/eslint-config-typescript": "12.0.0",
"@vue/runtime-core": "^3.3.8", "@vue/runtime-core": "3.3.10",
"autoprefixer": "^10.4.14", "autoprefixer": "10.4.16",
"cross-env": "^7.0.3", "cross-env": "7.0.3",
"dotenv": "^16.3.1", "dotenv": "16.3.1",
"eslint": "^8.54.0", "eslint": "8.55.0",
"eslint-plugin-prettier": "^5.0.1", "eslint-plugin-prettier": "5.0.1",
"eslint-plugin-vue": "^9.18.1", "eslint-plugin-vue": "9.19.2",
"glob": "^10.3.10", "glob": "10.3.10",
"npm-run-all": "^4.1.5", "npm-run-all": "4.1.5",
"openapi-types": "^12.1.3", "openapi-types": "12.1.3",
"postcss": "^8.4.23", "postcss": "8.4.31",
"prettier": "^3.1.0", "prettier": "3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7", "prettier-plugin-tailwindcss": "0.5.7",
"rollup-plugin-polyfill-node": "^0.13.0", "rollup-plugin-polyfill-node": "0.13.0",
"sass": "^1.69.5", "sass": "1.69.5",
"tailwindcss": "^3.3.2", "tailwindcss": "3.3.5",
"typescript": "^5.3.2", "typescript": "5.3.2",
"unplugin-fonts": "^1.1.1", "unplugin-fonts": "1.1.1",
"unplugin-icons": "^0.17.4", "unplugin-icons": "0.17.4",
"unplugin-vue-components": "^0.25.2", "unplugin-vue-components": "0.25.2",
"vite": "^4.5.0", "vite": "4.5.0",
"vite-plugin-checker": "^0.6.2", "vite-plugin-checker": "0.6.2",
"vite-plugin-fonts": "^0.7.0", "vite-plugin-fonts": "0.7.0",
"vite-plugin-html-config": "^1.0.11", "vite-plugin-html-config": "1.0.11",
"vite-plugin-inspect": "^0.7.42", "vite-plugin-inspect": "0.7.42",
"vite-plugin-pages": "^0.31.0", "vite-plugin-pages": "0.31.0",
"vite-plugin-pages-sitemap": "^1.6.1", "vite-plugin-pages-sitemap": "1.6.1",
"vite-plugin-pwa": "^0.17.0", "vite-plugin-pwa": "0.17.3",
"vite-plugin-vue-layouts": "^0.8.0", "vite-plugin-vue-layouts": "0.8.0",
"vitest": "^0.34.6", "vitest": "0.34.6",
"vue-tsc": "^1.8.22" "vue-tsc": "1.8.24"
} }
} }

View File

@@ -1,11 +1,11 @@
// generated by unplugin-vue-components /* eslint-disable */
// We suggest you to commit this file into source control /* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399 // Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {} export {}
declare module '@vue/runtime-core' { declare module 'vue' {
export interface GlobalComponents { export interface GlobalComponents {
AppActionHandler: typeof import('./components/app/ActionHandler.vue')['default'] AppActionHandler: typeof import('./components/app/ActionHandler.vue')['default']
AppBanner: typeof import('./components/app/Banner.vue')['default'] AppBanner: typeof import('./components/app/Banner.vue')['default']
@@ -145,6 +145,7 @@ declare module '@vue/runtime-core' {
IconLucideAlertTriangle: typeof import('~icons/lucide/alert-triangle')['default'] IconLucideAlertTriangle: typeof import('~icons/lucide/alert-triangle')['default']
IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default'] IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default']
IconLucideArrowUpRight: typeof import('~icons/lucide/arrow-up-right')['default'] IconLucideArrowUpRight: typeof import('~icons/lucide/arrow-up-right')['default']
IconLucideBrush: typeof import('~icons/lucide/brush')['default']
IconLucideCheckCircle: typeof import('~icons/lucide/check-circle')['default'] IconLucideCheckCircle: typeof import('~icons/lucide/check-circle')['default']
IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default'] IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default']
IconLucideGlobe: typeof import('~icons/lucide/globe')['default'] IconLucideGlobe: typeof import('~icons/lucide/globe')['default']
@@ -154,6 +155,7 @@ declare module '@vue/runtime-core' {
IconLucideLayers: typeof import('~icons/lucide/layers')['default'] IconLucideLayers: typeof import('~icons/lucide/layers')['default']
IconLucideListEnd: typeof import('~icons/lucide/list-end')['default'] IconLucideListEnd: typeof import('~icons/lucide/list-end')['default']
IconLucideMinus: typeof import('~icons/lucide/minus')['default'] IconLucideMinus: typeof import('~icons/lucide/minus')['default']
IconLucideRss: typeof import('~icons/lucide/rss')['default']
IconLucideSearch: typeof import('~icons/lucide/search')['default'] IconLucideSearch: typeof import('~icons/lucide/search')['default']
IconLucideUsers: typeof import('~icons/lucide/users')['default'] IconLucideUsers: typeof import('~icons/lucide/users')['default']
IconLucideX: typeof import('~icons/lucide/x')['default'] IconLucideX: typeof import('~icons/lucide/x')['default']
@@ -209,5 +211,4 @@ declare module '@vue/runtime-core' {
WorkspaceCurrent: typeof import('./components/workspace/Current.vue')['default'] WorkspaceCurrent: typeof import('./components/workspace/Current.vue')['default']
WorkspaceSelector: typeof import('./components/workspace/Selector.vue')['default'] WorkspaceSelector: typeof import('./components/workspace/Selector.vue')['default']
} }
} }

View File

@@ -34,16 +34,16 @@
}, },
"homepage": "https://github.com/hoppscotch/hoppscotch#readme", "homepage": "https://github.com/hoppscotch/hoppscotch#readme",
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.200", "@types/lodash": "4.14.200",
"typescript": "^5.2.2", "typescript": "5.2.2",
"vite": "^4.5.0" "vite": "4.5.0"
}, },
"dependencies": { "dependencies": {
"fp-ts": "^2.16.1", "fp-ts": "2.16.1",
"io-ts": "^2.2.20", "io-ts": "2.2.20",
"lodash": "^4.17.21", "lodash": "4.17.21",
"parser-ts": "^0.7.0", "parser-ts": "0.7.0",
"verzod": "^0.2.2", "verzod": "0.2.2",
"zod": "^3.22.4" "zod": "3.22.4"
} }
} }

View File

@@ -52,27 +52,27 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hoppscotch/data": "workspace:^", "@hoppscotch/data": "workspace:^",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "4.17.12",
"fp-ts": "^2.11.10", "fp-ts": "2.12.1",
"lodash": "^4.17.21", "lodash": "4.17.21",
"lodash-es": "^4.17.21" "lodash-es": "4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@digitak/esrun": "^3.1.2", "@digitak/esrun": "3.2.8",
"@relmify/jest-fp-ts": "^2.0.1", "@relmify/jest-fp-ts": "2.0.2",
"@types/jest": "^27.4.1", "@types/jest": "27.5.2",
"@types/lodash": "^4.14.181", "@types/lodash": "4.14.182",
"@types/node": "^17.0.24", "@types/node": "17.0.45",
"@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "^5.19.0", "@typescript-eslint/parser": "5.30.6",
"eslint": "^8.13.0", "eslint": "8.19.0",
"eslint-config-prettier": "^8.6.0", "eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "4.2.1",
"io-ts": "^2.2.16", "io-ts": "2.2.16",
"jest": "^27.5.1", "jest": "27.5.1",
"prettier": "^2.8.4", "prettier": "2.8.4",
"ts-jest": "^27.1.4", "ts-jest": "27.1.5",
"typescript": "^4.6.3", "typescript": "4.9.5",
"vite": "^5.0.4" "vite": "5.0.5"
} }
} }

View File

@@ -13,69 +13,69 @@
"gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\"" "gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\""
}, },
"dependencies": { "dependencies": {
"@fontsource-variable/inter": "^5.0.5", "@fontsource-variable/inter": "5.0.15",
"@fontsource-variable/material-symbols-rounded": "^5.0.5", "@fontsource-variable/material-symbols-rounded": "5.0.16",
"@fontsource-variable/roboto-mono": "^5.0.6", "@fontsource-variable/roboto-mono": "5.0.16",
"@hoppscotch/common": "workspace:^", "@hoppscotch/common": "workspace:^",
"@platform/auth": "^0.1.106", "@platform/auth": "0.1.106",
"@tauri-apps/api": "^1.3.0", "@tauri-apps/api": "1.5.1",
"@tauri-apps/cli": "^1.3.0", "@tauri-apps/cli": "1.5.6",
"@vueuse/core": "^10.4.1", "@vueuse/core": "10.5.0",
"axios": "^0.21.4", "axios": "0.21.4",
"buffer": "^6.0.3", "buffer": "6.0.3",
"dioc": "^1.0.1", "dioc": "1.0.1",
"environments.api": "link:@platform/environments/environments.api", "environments.api": "link:@platform/environments/environments.api",
"event": "link:@tauri-apps/api/event", "event": "link:@tauri-apps/api/event",
"fp-ts": "^2.16.0", "fp-ts": "2.16.1",
"lodash-es": "^4.17.21", "lodash-es": "4.17.21",
"process": "^0.11.10", "process": "0.11.10",
"rxjs": "^7.8.1", "rxjs": "7.8.1",
"shell": "link:@tauri-apps/api/shell", "shell": "link:@tauri-apps/api/shell",
"stream-browserify": "^3.0.0", "stream-browserify": "3.0.0",
"tauri": "link:@tauri-apps/api/tauri", "tauri": "link:@tauri-apps/api/tauri",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1", "tauri-plugin-store-api": "0.0.0",
"util": "^0.12.4", "util": "0.12.5",
"vue": "^3.2.45", "vue": "3.3.9",
"workbox-window": "^6.5.4" "workbox-window": "6.6.0"
}, },
"devDependencies": { "devDependencies": {
"@graphql-codegen/add": "^5.0.0", "@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1", "@graphql-codegen/typed-document-node": "5.0.1",
"@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1", "@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-urql-graphcache": "^2.4.5", "@graphql-codegen/typescript-urql-graphcache": "2.4.5",
"@graphql-codegen/urql-introspection": "^2.2.1", "@graphql-codegen/urql-introspection": "2.2.1",
"@graphql-typed-document-node/core": "^3.2.0", "@graphql-typed-document-node/core": "3.2.0",
"@intlify/vite-plugin-vue-i18n": "^6.0.1", "@intlify/vite-plugin-vue-i18n": "6.0.1",
"@rushstack/eslint-patch": "^1.1.4", "@rushstack/eslint-patch": "1.3.3",
"@types/lodash-es": "^4.17.9", "@types/lodash-es": "4.17.10",
"@types/node": "^18.7.10", "@types/node": "18.18.8",
"@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "^5.19.0", "@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-legacy": "^2.3.0", "@vitejs/plugin-legacy": "2.3.0",
"@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue": "4.3.1",
"@vue/eslint-config-typescript": "^11.0.1", "@vue/eslint-config-typescript": "11.0.3",
"autoprefixer": "^10.4.14", "autoprefixer": "10.4.16",
"cross-env": "^7.0.3", "cross-env": "7.0.3",
"eslint": "^8.28.0", "eslint": "8.47.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "^9.5.1", "eslint-plugin-vue": "9.17.0",
"npm-run-all": "^4.1.5", "npm-run-all": "4.1.5",
"postcss": "^8.4.23", "postcss": "8.4.32",
"tailwindcss": "^3.3.6", "tailwindcss": "3.3.6",
"typescript": "^4.9.5", "typescript": "4.9.5",
"unplugin-fonts": "^1.1.1", "unplugin-fonts": "1.1.1",
"unplugin-icons": "^0.14.9", "unplugin-icons": "0.14.9",
"unplugin-vue-components": "^0.21.0", "unplugin-vue-components": "0.21.0",
"vite": "^4.2.1", "vite": "4.5.0",
"vite-plugin-html-config": "^1.0.10", "vite-plugin-html-config": "1.0.11",
"vite-plugin-inspect": "^0.7.4", "vite-plugin-inspect": "0.7.38",
"vite-plugin-pages": "^0.26.0", "vite-plugin-pages": "0.26.0",
"vite-plugin-pages-sitemap": "^1.4.0", "vite-plugin-pages-sitemap": "1.6.1",
"vite-plugin-pwa": "^0.13.1", "vite-plugin-pwa": "0.13.1",
"vite-plugin-static-copy": "^0.12.0", "vite-plugin-static-copy": "0.12.0",
"vite-plugin-vue-layouts": "^0.7.0", "vite-plugin-vue-layouts": "0.7.0",
"vue-tsc": "^1.0.11" "vue-tsc": "1.8.8"
} }
} }

View File

@@ -23,62 +23,62 @@
"postinstall": "pnpm run gql-codegen" "postinstall": "pnpm run gql-codegen"
}, },
"dependencies": { "dependencies": {
"@fontsource-variable/inter": "^5.0.15", "@fontsource-variable/inter": "5.0.15",
"@fontsource-variable/material-symbols-rounded": "^5.0.16", "@fontsource-variable/material-symbols-rounded": "5.0.16",
"@fontsource-variable/roboto-mono": "^5.0.16", "@fontsource-variable/roboto-mono": "5.0.16",
"@hoppscotch/common": "workspace:^", "@hoppscotch/common": "workspace:^",
"@hoppscotch/data": "workspace:^", "@hoppscotch/data": "workspace:^",
"@hoppscotch/ui": "^0.1.0", "@hoppscotch/ui": "0.1.0",
"@import-meta-env/unplugin": "^0.4.10", "@import-meta-env/unplugin": "0.4.10",
"axios": "^1.6.2", "axios": "1.6.2",
"buffer": "^6.0.3", "buffer": "6.0.3",
"fp-ts": "^2.16.1", "fp-ts": "2.16.1",
"process": "^0.11.10", "process": "0.11.10",
"rxjs": "^7.8.1", "rxjs": "7.8.1",
"stream-browserify": "^3.0.0", "stream-browserify": "3.0.0",
"util": "^0.12.5", "util": "0.12.5",
"vue": "^3.3.8", "vue": "3.3.9",
"workbox-window": "^7.0.0", "workbox-window": "7.0.0",
"zod": "^3.22.4" "zod": "3.22.4"
}, },
"devDependencies": { "devDependencies": {
"@graphql-codegen/add": "^5.0.0", "@graphql-codegen/add": "5.0.0",
"@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1", "@graphql-codegen/typed-document-node": "5.0.1",
"@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1", "@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-urql-graphcache": "^3.0.0", "@graphql-codegen/typescript-urql-graphcache": "3.0.0",
"@graphql-codegen/urql-introspection": "^3.0.0", "@graphql-codegen/urql-introspection": "3.0.0",
"@graphql-typed-document-node/core": "^3.2.0", "@graphql-typed-document-node/core": "3.2.0",
"@intlify/vite-plugin-vue-i18n": "^7.0.0", "@intlify/vite-plugin-vue-i18n": "7.0.0",
"@rushstack/eslint-patch": "^1.6.0", "@rushstack/eslint-patch": "1.6.0",
"@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "^6.12.0", "@typescript-eslint/parser": "6.13.2",
"@vitejs/plugin-legacy": "^4.1.1", "@vitejs/plugin-legacy": "4.1.1",
"@vitejs/plugin-vue": "^4.5.0", "@vitejs/plugin-vue": "4.5.1",
"@vue/eslint-config-typescript": "^12.0.0", "@vue/eslint-config-typescript": "12.0.0",
"autoprefixer": "^10.4.14", "autoprefixer": "10.4.16",
"cross-env": "^7.0.3", "cross-env": "7.0.3",
"eslint": "^8.54.0", "eslint": "8.55.0",
"eslint-plugin-prettier": "^5.0.1", "eslint-plugin-prettier": "5.0.1",
"eslint-plugin-vue": "^9.18.1", "eslint-plugin-vue": "9.19.2",
"npm-run-all": "^4.1.5", "npm-run-all": "4.1.5",
"postcss": "^8.4.23", "postcss": "8.4.31",
"prettier-plugin-tailwindcss": "^0.5.7", "prettier-plugin-tailwindcss": "0.5.7",
"tailwindcss": "^3.3.2", "tailwindcss": "3.3.5",
"typescript": "^5.3.2", "typescript": "5.3.2",
"unplugin-fonts": "^1.1.1", "unplugin-fonts": "1.1.1",
"unplugin-icons": "^0.17.4", "unplugin-icons": "0.17.4",
"unplugin-vue-components": "^0.25.2", "unplugin-vue-components": "0.25.2",
"vite": "^4.5.0", "vite": "4.5.0",
"vite-plugin-fonts": "^0.7.0", "vite-plugin-fonts": "0.7.0",
"vite-plugin-html-config": "^1.0.11", "vite-plugin-html-config": "1.0.11",
"vite-plugin-inspect": "^0.7.42", "vite-plugin-inspect": "0.7.42",
"vite-plugin-pages": "^0.31.0", "vite-plugin-pages": "0.31.0",
"vite-plugin-pages-sitemap": "^1.6.1", "vite-plugin-pages-sitemap": "1.6.1",
"vite-plugin-pwa": "^0.17.0", "vite-plugin-pwa": "0.17.3",
"vite-plugin-static-copy": "^0.17.1", "vite-plugin-static-copy": "0.17.1",
"vite-plugin-vue-layouts": "^0.8.0", "vite-plugin-vue-layouts": "0.8.0",
"vue-tsc": "^1.8.22" "vue-tsc": "1.8.24"
} }
} }

View File

@@ -13,69 +13,69 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@fontsource-variable/inter": "^5.0.5", "@fontsource-variable/inter": "5.0.5",
"@fontsource-variable/material-symbols-rounded": "^5.0.5", "@fontsource-variable/material-symbols-rounded": "5.0.5",
"@fontsource-variable/roboto-mono": "^5.0.6", "@fontsource-variable/roboto-mono": "5.0.6",
"@graphql-typed-document-node/core": "^3.1.1", "@graphql-typed-document-node/core": "3.1.1",
"@hoppscotch/ui": "^0.1.0", "@hoppscotch/ui": "0.1.0",
"@hoppscotch/vue-toasted": "^0.1.0", "@hoppscotch/vue-toasted": "0.1.0",
"@intlify/unplugin-vue-i18n": "^1.2.0", "@intlify/unplugin-vue-i18n": "1.2.0",
"@types/cors": "^2.8.13", "@types/cors": "2.8.13",
"@types/express": "^4.17.15", "@types/express": "4.17.16",
"@urql/exchange-auth": "^2.1.6", "@urql/exchange-auth": "2.1.6",
"@urql/vue": "^1.1.2", "@urql/vue": "1.1.2",
"@vueuse/core": "^9.10.0", "@vueuse/core": "9.12.0",
"axios": "^0.21.4", "axios": "0.21.4",
"cors": "^2.8.5", "cors": "2.8.5",
"date-fns": "^2.29.3", "date-fns": "2.29.3",
"express": "^4.18.2", "express": "4.18.2",
"express-graphql": "^0.12.0", "express-graphql": "0.12.0",
"fp-ts": "^2.13.1", "fp-ts": "2.13.1",
"graphql": "^16.6.0", "graphql": "16.6.0",
"io-ts": "^2.2.16", "io-ts": "2.2.16",
"lodash-es": "^4.17.21", "lodash-es": "4.17.21",
"postcss": "^8.4.23", "postcss": "8.4.31",
"prettier-plugin-tailwindcss": "^0.5.6", "prettier-plugin-tailwindcss": "0.5.7",
"rxjs": "^7.8.0", "rxjs": "7.8.0",
"tailwindcss": "^3.3.5", "tailwindcss": "3.3.5",
"tippy.js": "^6.3.7", "tippy.js": "6.3.7",
"ts-node-dev": "^2.0.0", "ts-node-dev": "2.0.0",
"unplugin-icons": "^0.14.9", "unplugin-icons": "0.14.9",
"unplugin-vue-components": "^0.21.0", "unplugin-vue-components": "0.21.0",
"vue": "^3.2.6", "vue": "3.3.9",
"vue-i18n": "^9.2.2", "vue-i18n": "9.2.2",
"vue-router": "4", "vue-router": "4.1.0",
"vue-tippy": "6.0.0-alpha.58" "vue-tippy": "6.0.0-alpha.58"
}, },
"devDependencies": { "devDependencies": {
"hoppscotch-backend": "workspace:^", "hoppscotch-backend": "workspace:^",
"@graphql-codegen/cli": "3.0.0", "@graphql-codegen/cli": "3.0.0",
"@graphql-codegen/client-preset": "^2.0.0", "@graphql-codegen/client-preset": "2.1.0",
"@graphql-codegen/introspection": "3.0.0", "@graphql-codegen/introspection": "3.0.0",
"@graphql-codegen/typed-document-node": "^2.3.1", "@graphql-codegen/typed-document-node": "2.3.1",
"@graphql-codegen/typescript": "3.0.0", "@graphql-codegen/typescript": "3.0.0",
"@graphql-codegen/typescript-document-nodes": "3.0.0", "@graphql-codegen/typescript-document-nodes": "3.0.0",
"@graphql-codegen/typescript-operations": "3.0.0", "@graphql-codegen/typescript-operations": "3.0.0",
"@graphql-codegen/urql-introspection": "2.2.1", "@graphql-codegen/urql-introspection": "2.2.1",
"@import-meta-env/cli": "^0.6.3", "@import-meta-env/cli": "0.6.3",
"@import-meta-env/unplugin": "^0.4.8", "@import-meta-env/unplugin": "0.4.8",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "4.17.12",
"@vitejs/plugin-vue": "^3.1.0", "@vitejs/plugin-vue": "3.2.0",
"@vue/compiler-sfc": "^3.2.6", "@vue/compiler-sfc": "3.2.45",
"dotenv": "^16.0.3", "dotenv": "16.3.1",
"graphql-tag": "^2.12.6", "graphql-tag": "2.12.6",
"npm-run-all": "^4.1.5", "npm-run-all": "4.1.5",
"sass": "^1.57.1", "sass": "1.58.0",
"ts-node": "^10.9.1", "ts-node": "10.9.1",
"typescript": "^4.9.3", "typescript": "4.9.3",
"unplugin-fonts": "^1.0.3", "unplugin-fonts": "1.0.3",
"vite": "^3.1.4", "vite": "3.2.4",
"vite-plugin-pages": "^0.26.0", "vite-plugin-pages": "0.26.0",
"vite-plugin-vue-layouts": "^0.7.0", "vite-plugin-vue-layouts": "0.7.0",
"vue-tsc": "^0.3.0" "vue-tsc": "0.3.0"
}, },
"prettier": { "prettier": {
"singleQuote": true, "singleQuote": true,
"semi": true "semi": true
} }
} }

8553
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff