chore: bump deps

This commit is contained in:
liyasthomas
2021-09-26 19:16:23 +05:30
parent e0f88e01f9
commit 728515c225
4 changed files with 1293 additions and 1329 deletions

View File

@@ -26,10 +26,10 @@
"do-test": "pnpm run test"
},
"dependencies": {
"@apollo/client": "^3.4.12",
"@apollo/client": "^3.4.13",
"@hoppscotch/js-sandbox": "workspace:^1.0.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.29.0",
"@nuxtjs/composition-api": "^0.29.2",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/i18n": "^7.0.3",
"@nuxtjs/robots": "^2.5.0",
@@ -38,14 +38,14 @@
"acorn": "^8.5.0",
"acorn-walk": "^8.2.0",
"axios": "^0.21.4",
"codemirror": "^5.62.3",
"codemirror": "^5.63.0",
"codemirror-theme-github": "^1.0.0",
"core-js": "^3.17.3",
"core-js": "^3.18.0",
"esprima": "^4.0.1",
"firebase": "^9.0.2",
"firebase": "^9.1.0",
"fp-ts": "^2.11.3",
"fuse.js": "^6.4.6",
"graphql": "^15.5.3",
"graphql": "^15.6.0",
"graphql-language-service-interface": "^2.8.4",
"graphql-language-service-parser": "^1.9.2",
"json-loader": "^0.5.7",
@@ -59,7 +59,7 @@
"socketio-wildcard": "^2.0.0",
"splitpanes": "^2.3.8",
"tern": "^0.24.3",
"vue-apollo": "^3.0.7",
"vue-apollo": "^3.0.8",
"vue-cli-plugin-apollo": "^0.22.2",
"vue-functional-data-merge": "^3.1.0",
"vue-github-button": "^1.3.0",
@@ -85,27 +85,27 @@
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/svg": "^0.2.0",
"@testing-library/jest-dom": "^5.14.1",
"@types/codemirror": "^5.60.2",
"@types/codemirror": "^5.60.3",
"@types/cookie": "^0.4.1",
"@types/esprima": "^4.0.3",
"@types/lodash": "^4.14.173",
"@types/lodash": "^4.14.174",
"@types/splitpanes": "^2.2.1",
"@vue/runtime-dom": "^3.2.12",
"@vue/runtime-dom": "^3.2.19",
"@vue/test-utils": "^1.2.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.2.0",
"babel-jest": "^27.2.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.18.0",
"jest": "^27.2.0",
"jest": "^27.2.2",
"jest-serializer-vue": "^2.0.2",
"nuxt-windicss": "^1.2.4",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"raw-loader": "^4.0.2",
"sass": "^1.41.1",
"sass": "^1.42.1",
"sass-loader": "^10.2.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",

View File

@@ -35,22 +35,22 @@
"quickjs-emscripten": "^0.13.0"
},
"devDependencies": {
"@digitak/esrun": "^1.2.4",
"@digitak/esrun": "^1.2.7",
"@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.173",
"@types/node": "^15.12.5",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.174",
"@types/node": "^15.14.9",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-prettier": "^3.4.1",
"io-ts": "^2.2.16",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"jest": "^27.2.2",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"ts-jest": "^27.0.3",
"typescript": "^4.3.5"
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"jest": {
"setupFilesAfterEnv": [