chore(deps): bump

This commit is contained in:
liyasthomas
2022-03-21 07:45:58 +05:30
parent d4540a56b9
commit 8f96a5f5db
5 changed files with 1114 additions and 962 deletions

View File

@@ -22,10 +22,10 @@
], ],
"dependencies": { "dependencies": {
"husky": "^7.0.4", "husky": "^7.0.4",
"lint-staged": "^12.3.5" "lint-staged": "^12.3.7"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^16.2.1", "@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1", "@commitlint/config-conventional": "^16.2.1",
"@types/node": "^17.0.21" "@types/node": "^17.0.21"
} }

View File

@@ -76,15 +76,15 @@
"axios": "^0.26.1", "axios": "^0.26.1",
"core-js": "^3.21.1", "core-js": "^3.21.1",
"esprima": "^4.0.1", "esprima": "^4.0.1",
"firebase": "^9.6.8", "firebase": "^9.6.9",
"fp-ts": "^2.11.8", "fp-ts": "^2.11.9",
"fuse.js": "^6.5.3", "fuse.js": "^6.5.3",
"graphql": "^15.5.0", "graphql": "^15.5.0",
"graphql-language-service-interface": "^2.9.1", "graphql-language-service-interface": "^2.9.1",
"graphql-language-service-parser": "^1.10.4", "graphql-language-service-parser": "^1.10.4",
"graphql-tag": "^2.12.6", "graphql-tag": "^2.12.6",
"httpsnippet": "^2.0.0", "httpsnippet": "^2.0.0",
"insomnia-importers": "^2.5.2", "insomnia-importers": "^2.7.0",
"io-ts": "^2.2.16", "io-ts": "^2.2.16",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"json-loader": "^0.5.7", "json-loader": "^0.5.7",
@@ -116,14 +116,14 @@
"yargs-parser": "^21.0.1" "yargs-parser": "^21.0.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.5", "@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.16.11",
"@graphql-codegen/add": "^3.1.1", "@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "2.6.2", "@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typed-document-node": "^2.2.7", "@graphql-codegen/typed-document-node": "^2.2.8",
"@graphql-codegen/typescript": "2.4.7", "@graphql-codegen/typescript": "2.4.8",
"@graphql-codegen/typescript-operations": "^2.3.4", "@graphql-codegen/typescript-operations": "^2.3.5",
"@graphql-codegen/typescript-urql-graphcache": "^2.2.8", "@graphql-codegen/typescript-urql-graphcache": "^2.2.9",
"@graphql-codegen/urql-introspection": "^2.1.1", "@graphql-codegen/urql-introspection": "^2.1.1",
"@graphql-typed-document-node/core": "^3.1.1", "@graphql-typed-document-node/core": "^3.1.1",
"@nuxt/types": "^2.15.8", "@nuxt/types": "^2.15.8",
@@ -145,7 +145,7 @@
"@types/esprima": "^4.0.3", "@types/esprima": "^4.0.3",
"@types/har-format": "^1.2.8", "@types/har-format": "^1.2.8",
"@types/httpsnippet": "^1.23.1", "@types/httpsnippet": "^1.23.1",
"@types/lodash": "^4.14.179", "@types/lodash": "^4.14.180",
"@types/lossless-json": "^1.0.1", "@types/lossless-json": "^1.0.1",
"@types/paho-mqtt": "^1.0.6", "@types/paho-mqtt": "^1.0.6",
"@types/postman-collection": "^3.5.7", "@types/postman-collection": "^3.5.7",
@@ -155,7 +155,7 @@
"@vue/composition-api": "^1.4.9", "@vue/composition-api": "^1.4.9",
"@vue/runtime-dom": "^3.2.31", "@vue/runtime-dom": "^3.2.31",
"@vue/test-utils": "^1.3.0", "@vue/test-utils": "^1.3.0",
"@vueuse/core": "^8.0.1", "@vueuse/core": "^8.1.2",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.5.1", "babel-jest": "^27.5.1",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
@@ -170,11 +170,11 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"nuxt-windicss": "^2.2.8", "nuxt-windicss": "^2.2.8",
"postcss-html": "^1.3.0", "postcss-html": "^1.3.0",
"prettier": "^2.5.1", "prettier": "^2.6.0",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"sass": "^1.49.9", "sass": "^1.49.9",
"sass-loader": "^10.2.0", "sass-loader": "^10.2.0",
"stylelint": "^14.5.3", "stylelint": "^14.6.0",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-vue": "^1.3.0", "stylelint-config-recommended-vue": "^1.3.0",
"stylelint-config-standard": "^25.0.0", "stylelint-config-standard": "^25.0.0",

View File

@@ -31,11 +31,11 @@
}, },
"homepage": "https://github.com/hoppscotch/hoppscotch#readme", "homepage": "https://github.com/hoppscotch/hoppscotch#readme",
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.179", "@types/lodash": "^4.14.180",
"tsup": "^5.12.1" "tsup": "^5.12.1"
}, },
"dependencies": { "dependencies": {
"fp-ts": "^2.11.8", "fp-ts": "^2.11.9",
"io-ts": "^2.2.16", "io-ts": "^2.2.16",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"parser-ts": "^0.6.16" "parser-ts": "^0.6.16"

View File

@@ -35,7 +35,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hoppscotch/data": "workspace:^0.4.0", "@hoppscotch/data": "workspace:^0.4.0",
"fp-ts": "^2.11.8", "fp-ts": "^2.11.9",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"quickjs-emscripten": "^0.15.0" "quickjs-emscripten": "^0.15.0"
}, },
@@ -43,16 +43,16 @@
"@digitak/esrun": "^3.1.2", "@digitak/esrun": "^3.1.2",
"@relmify/jest-fp-ts": "^2.0.0", "@relmify/jest-fp-ts": "^2.0.0",
"@types/jest": "^27.4.1", "@types/jest": "^27.4.1",
"@types/lodash": "^4.14.179", "@types/lodash": "^4.14.180",
"@types/node": "^17.0.21", "@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.14.0", "@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.14.0", "@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0", "eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"io-ts": "^2.2.16", "io-ts": "^2.2.16",
"jest": "^27.5.1", "jest": "^27.5.1",
"prettier": "^2.5.1", "prettier": "^2.6.0",
"ts-jest": "^27.1.3", "ts-jest": "^27.1.3",
"typescript": "^4.6.2" "typescript": "^4.6.2"
} }

2034
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff