chore(deps): bump

This commit is contained in:
liyasthomas
2021-10-17 19:42:53 +05:30
parent 14f402f186
commit c47b1f2413
4 changed files with 539 additions and 685 deletions

View File

@@ -19,7 +19,7 @@
],
"dependencies": {
"husky": "^7.0.2",
"lint-staged": "^11.2.2"
"lint-staged": "^11.2.3"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",

View File

@@ -29,7 +29,7 @@
"@apollo/client": "^3.4.16",
"@hoppscotch/js-sandbox": "workspace:^1.0.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.29.2",
"@nuxtjs/composition-api": "^0.29.3",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/i18n": "^7.0.3",
"@nuxtjs/robots": "^2.5.0",
@@ -38,13 +38,12 @@
"acorn": "^8.5.0",
"acorn-walk": "^8.2.0",
"axios": "^0.22.0",
"uuid": "8.3.2",
"codemirror": "^5.63.1",
"codemirror": "^5.63.3",
"codemirror-theme-github": "^1.0.0",
"core-js": "^3.18.2",
"core-js": "^3.18.3",
"esprima": "^4.0.1",
"firebase": "^9.1.2",
"fp-ts": "^2.11.4",
"firebase": "^9.1.3",
"fp-ts": "^2.11.5",
"fuse.js": "^6.4.6",
"graphql": "^15.6.1",
"graphql-language-service-interface": "^2.8.4",
@@ -57,12 +56,13 @@
"nuxt": "^2.15.8",
"paho-mqtt": "^1.1.0",
"rxjs": "^7.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-v4": "npm:socket.io-client@4.2.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-v4": "npm:socket.io-client@^4.3.2",
"socketio-wildcard": "^2.0.0",
"splitpanes": "^2.3.8",
"tern": "^0.24.3",
"uuid": "8.3.2",
"vue-apollo": "^3.0.8",
"vue-cli-plugin-apollo": "^0.22.2",
"vue-functional-data-merge": "^3.1.0",
@@ -89,7 +89,7 @@
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/svg": "^0.3.0",
"@testing-library/jest-dom": "^5.14.1",
"@types/codemirror": "^5.60.4",
"@types/codemirror": "^5.60.5",
"@types/cookie": "^0.4.1",
"@types/esprima": "^4.0.3",
"@types/lodash": "^4.14.175",
@@ -105,17 +105,17 @@
"eslint-plugin-vue": "^7.19.1",
"jest": "^27.2.5",
"jest-serializer-vue": "^2.0.2",
"nuxt-windicss": "^1.2.4",
"nuxt-windicss": "^1.2.5",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"raw-loader": "^4.0.2",
"sass": "^1.42.1",
"sass": "^1.43.2",
"sass-loader": "^10.2.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4",
"unplugin-vue2-script-setup": "^0.6.11",
"vue-jest": "^3.0.7",
"worker-loader": "^3.0.8"

View File

@@ -30,7 +30,7 @@
"author": "The Hoppscotch Team <support@hoppscotch.io> (https://hoppscotch.com/)",
"license": "MIT",
"dependencies": {
"fp-ts": "^2.11.4",
"fp-ts": "^2.11.5",
"lodash": "^4.17.21",
"quickjs-emscripten": "^0.13.0"
},
@@ -39,7 +39,7 @@
"@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"@types/node": "^16.10.3",
"@types/node": "^16.11.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
@@ -49,8 +49,8 @@
"jest": "^27.2.5",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"jest": {
"setupFilesAfterEnv": [

1186
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff