chore(deps): bump

This commit is contained in:
liyasthomas
2022-01-10 10:29:31 +05:30
parent 720d54f91d
commit 7f7338faeb
6 changed files with 832 additions and 802 deletions

View File

@@ -21,11 +21,11 @@
], ],
"dependencies": { "dependencies": {
"husky": "^7.0.4", "husky": "^7.0.4",
"lint-staged": "^12.1.5" "lint-staged": "^12.1.7"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^16.0.1", "@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0", "@commitlint/config-conventional": "^16.0.0",
"@types/node": "^17.0.6" "@types/node": "^17.0.8"
} }
} }

View File

@@ -16,16 +16,16 @@
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"sideEffects": false, "sideEffects": false,
"dependencies": { "dependencies": {
"@codemirror/highlight": "^0.19.6", "@codemirror/highlight": "^0.19.7",
"@codemirror/language": "^0.19.7", "@codemirror/language": "^0.19.7",
"@lezer/lr": "^0.15.5" "@lezer/lr": "^0.15.5"
}, },
"devDependencies": { "devDependencies": {
"@lezer/generator": "^0.15.2", "@lezer/generator": "^0.15.2",
"mocha": "^9.1.3", "mocha": "^9.1.3",
"rollup": "^2.62.0", "rollup": "^2.63.0",
"rollup-plugin-dts": "^4.1.0", "rollup-plugin-dts": "^4.1.0",
"rollup-plugin-ts": "^2.0.4", "rollup-plugin-ts": "^2.0.5",
"typescript": "^4.5.4" "typescript": "^4.5.4"
}, },
"license": "MIT" "license": "MIT"

View File

@@ -34,15 +34,15 @@
}, },
"dependencies": { "dependencies": {
"@apollo/client": "^3.5.6", "@apollo/client": "^3.5.6",
"@codemirror/autocomplete": "^0.19.9", "@codemirror/autocomplete": "^0.19.10",
"@codemirror/closebrackets": "^0.19.0", "@codemirror/closebrackets": "^0.19.0",
"@codemirror/commands": "^0.19.6", "@codemirror/commands": "^0.19.6",
"@codemirror/comment": "^0.19.0", "@codemirror/comment": "^0.19.0",
"@codemirror/fold": "^0.19.2", "@codemirror/fold": "^0.19.2",
"@codemirror/gutter": "^0.19.9", "@codemirror/gutter": "^0.19.9",
"@codemirror/highlight": "^0.19.6", "@codemirror/highlight": "^0.19.7",
"@codemirror/history": "^0.19.1", "@codemirror/history": "^0.19.2",
"@codemirror/lang-javascript": "^0.19.3", "@codemirror/lang-javascript": "^0.19.4",
"@codemirror/lang-json": "^0.19.1", "@codemirror/lang-json": "^0.19.1",
"@codemirror/language": "^0.19.7", "@codemirror/language": "^0.19.7",
"@codemirror/legacy-modes": "^0.19.0", "@codemirror/legacy-modes": "^0.19.0",
@@ -54,7 +54,7 @@
"@codemirror/stream-parser": "^0.19.3", "@codemirror/stream-parser": "^0.19.3",
"@codemirror/text": "^0.19.5", "@codemirror/text": "^0.19.5",
"@codemirror/tooltip": "^0.19.10", "@codemirror/tooltip": "^0.19.10",
"@codemirror/view": "^0.19.37", "@codemirror/view": "^0.19.39",
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0", "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
"@hoppscotch/data": "workspace:^0.2.0", "@hoppscotch/data": "workspace:^0.2.0",
"@hoppscotch/js-sandbox": "workspace:^1.0.0", "@hoppscotch/js-sandbox": "workspace:^1.0.0",
@@ -74,8 +74,8 @@
"axios": "^0.24.0", "axios": "^0.24.0",
"core-js": "^3.20.2", "core-js": "^3.20.2",
"esprima": "^4.0.1", "esprima": "^4.0.1",
"firebase": "^9.6.1", "firebase": "^9.6.2",
"fp-ts": "^2.11.5", "fp-ts": "^2.11.6",
"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",
@@ -92,7 +92,7 @@
"rxjs": "^7.5.1", "rxjs": "^7.5.1",
"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.0", "socket.io-client-v4": "npm:socket.io-client@^4.4.1",
"socketio-wildcard": "^2.0.0", "socketio-wildcard": "^2.0.0",
"splitpanes": "^2.3.8", "splitpanes": "^2.3.8",
"subscriptions-transport-ws": "^0.11.0", "subscriptions-transport-ws": "^0.11.0",
@@ -140,25 +140,25 @@
"@types/httpsnippet": "^1.23.1", "@types/httpsnippet": "^1.23.1",
"@types/lodash": "^4.14.178", "@types/lodash": "^4.14.178",
"@types/splitpanes": "^2.2.1", "@types/splitpanes": "^2.2.1",
"@types/uuid": "^8.3.3", "@types/uuid": "^8.3.4",
"@urql/devtools": "^2.0.3", "@urql/devtools": "^2.0.3",
"@vue/composition-api": "^1.4.3", "@vue/composition-api": "^1.4.3",
"@vue/runtime-dom": "^3.2.26", "@vue/runtime-dom": "^3.2.26",
"@vue/test-utils": "^1.3.0", "@vue/test-utils": "^1.3.0",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.4.5", "babel-jest": "^27.4.6",
"eslint": "^8.6.0", "eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.1.0", "eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0", "eslint-plugin-vue": "^8.2.0",
"jest": "^27.4.5", "jest": "^27.4.7",
"jest-serializer-vue": "^2.0.2", "jest-serializer-vue": "^2.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"nuxt-windicss": "^2.2.2", "nuxt-windicss": "^2.2.2",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"sass": "^1.45.2", "sass": "^1.47.0",
"sass-loader": "^10.2.0", "sass-loader": "^10.2.0",
"stylelint": "^14.2.0", "stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",

View File

@@ -28,7 +28,7 @@
"homepage": "https://github.com/hoppscotch/hoppscotch#readme", "homepage": "https://github.com/hoppscotch/hoppscotch#readme",
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.178", "@types/lodash": "^4.14.178",
"tsup": "^5.11.10" "tsup": "^5.11.11"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.21" "lodash": "^4.17.21"

View File

@@ -33,23 +33,23 @@
"author": "Hoppscotch (support@hoppscotch.io)", "author": "Hoppscotch (support@hoppscotch.io)",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"fp-ts": "^2.11.5", "fp-ts": "^2.11.6",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"quickjs-emscripten": "^0.15.0" "quickjs-emscripten": "^0.15.0"
}, },
"devDependencies": { "devDependencies": {
"@digitak/esrun": "^3.1.1", "@digitak/esrun": "^3.1.2",
"@relmify/jest-fp-ts": "^1.1.1", "@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^27.4.0", "@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178", "@types/lodash": "^4.14.178",
"@types/node": "^17.0.6", "@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.8.1", "@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0", "eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.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.4.5", "jest": "^27.4.7",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"ts-jest": "^27.1.2", "ts-jest": "^27.1.2",
"typescript": "^4.5.4" "typescript": "^4.5.4"

1584
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff