chore(deps): bump

This commit is contained in:
liyasthomas
2021-12-04 19:08:12 +05:30
parent ecce830787
commit 88cc21e3d4
5 changed files with 991 additions and 794 deletions

View File

@@ -17,13 +17,13 @@
"sideEffects": false,
"dependencies": {
"@codemirror/highlight": "^0.19.6",
"@codemirror/language": "^0.19.6",
"@lezer/lr": "^0.15.0"
"@codemirror/language": "^0.19.7",
"@lezer/lr": "^0.15.5"
},
"devDependencies": {
"@lezer/generator": "^0.15.0",
"mocha": "^9.0.1",
"rollup": "^2.60.1",
"rollup": "^2.60.2",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-ts": "^2.0.4",
"typescript": "^4.5.2"

View File

@@ -38,25 +38,25 @@
"@codemirror/closebrackets": "^0.19.0",
"@codemirror/commands": "^0.19.5",
"@codemirror/comment": "^0.19.0",
"@codemirror/fold": "^0.19.1",
"@codemirror/gutter": "^0.19.5",
"@codemirror/fold": "^0.19.2",
"@codemirror/gutter": "^0.19.9",
"@codemirror/highlight": "^0.19.6",
"@codemirror/history": "^0.19.0",
"@codemirror/lang-javascript": "^0.19.3",
"@codemirror/lang-json": "^0.19.1",
"@codemirror/language": "^0.19.6",
"@codemirror/language": "^0.19.7",
"@codemirror/lint": "^0.19.3",
"@codemirror/matchbrackets": "^0.19.3",
"@codemirror/rectangular-selection": "^0.19.1",
"@codemirror/search": "^0.19.3",
"@codemirror/search": "^0.19.4",
"@codemirror/state": "^0.19.6",
"@codemirror/text": "^0.19.5",
"@codemirror/view": "^0.19.21",
"@codemirror/view": "^0.19.26",
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
"@hoppscotch/data": "workspace:^0.1.0",
"@hoppscotch/js-sandbox": "workspace:^1.0.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.30.0",
"@nuxtjs/composition-api": "^0.31.0",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/robots": "^2.5.0",
@@ -68,9 +68,9 @@
"acorn": "^8.6.0",
"acorn-walk": "^8.2.0",
"axios": "^0.24.0",
"core-js": "^3.19.1",
"core-js": "^3.19.2",
"esprima": "^4.0.1",
"firebase": "^9.5.0",
"firebase": "^9.6.0",
"fp-ts": "^2.11.5",
"fuse.js": "^6.4.6",
"graphql": "^15.5.0",
@@ -122,9 +122,9 @@
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/stylelint-module": "^4.1.0",
"@nuxtjs/svg": "^0.3.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/jest-dom": "^5.16.0",
"@types/codemirror": "^5.60.5",
"@types/cookie": "^0.4.1",
"@types/esprima": "^4.0.3",
@@ -134,19 +134,19 @@
"@vue/runtime-dom": "^3.2.23",
"@vue/test-utils": "^1.3.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.3.1",
"eslint": "^8.3.0",
"babel-jest": "^27.4.2",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.1.1",
"jest": "^27.3.1",
"jest": "^27.4.3",
"jest-serializer-vue": "^2.0.2",
"npm-run-all": "^4.1.5",
"nuxt-windicss": "^2.0.12",
"prettier": "^2.5.0",
"raw-loader": "^4.0.2",
"sass": "^1.43.5",
"sass": "^1.44.0",
"sass-loader": "^10.2.0",
"stylelint": "^14.1.0",
"stylelint-config-prettier": "^9.0.3",

View File

@@ -27,6 +27,6 @@
},
"homepage": "https://github.com/hoppscotch/hoppscotch#readme",
"devDependencies": {
"tsup": "^5.9.0"
"tsup": "^5.10.1"
}
}

View File

@@ -38,18 +38,18 @@
"quickjs-emscripten": "^0.13.0"
},
"devDependencies": {
"@digitak/esrun": "^2.0.1",
"@digitak/esrun": "^2.0.5",
"@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"@types/node": "^16.11.11",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"io-ts": "^2.2.16",
"jest": "^27.3.1",
"jest": "^27.4.3",
"prettier": "^2.5.0",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2"

1737
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff