chore(deps): bump

This commit is contained in:
liyasthomas 2021-11-21 19:47:06 +05:30
parent 8b05b063ff
commit 1e08e7f73d
5 changed files with 734 additions and 575 deletions

View file

@ -4,6 +4,7 @@
"description": "Open source API development ecosystem", "description": "Open source API development ecosystem",
"author": "Hoppscotch (support@hoppscotch.io)", "author": "Hoppscotch (support@hoppscotch.io)",
"private": true, "private": true,
"license": "MIT",
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm", "preinstall": "npx only-allow pnpm",
"prepare": "husky install", "prepare": "husky install",
@ -20,10 +21,10 @@
], ],
"dependencies": { "dependencies": {
"husky": "^7.0.4", "husky": "^7.0.4",
"lint-staged": "^12.0.2" "lint-staged": "^12.0.3"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^14.1.0", "@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^14.1.0" "@commitlint/config-conventional": "^15.0.0"
} }
} }

View file

@ -2,6 +2,7 @@
"name": "@hoppscotch/codemirror-lang-graphql", "name": "@hoppscotch/codemirror-lang-graphql",
"version": "0.1.0", "version": "0.1.0",
"description": "GraphQL language support for CodeMirror", "description": "GraphQL language support for CodeMirror",
"author": "Hoppscotch (support@hoppscotch.io)",
"scripts": { "scripts": {
"prepare": "rollup -c" "prepare": "rollup -c"
}, },
@ -22,10 +23,10 @@
"devDependencies": { "devDependencies": {
"@lezer/generator": "^0.15.0", "@lezer/generator": "^0.15.0",
"mocha": "^9.0.1", "mocha": "^9.0.1",
"rollup": "^2.35.1", "rollup": "^2.60.0",
"rollup-plugin-dts": "^3.0.2", "rollup-plugin-dts": "^4.0.1",
"rollup-plugin-ts": "^1.4.0", "rollup-plugin-ts": "^2.0.4",
"typescript": "^4.3.4" "typescript": "^4.5.2"
}, },
"license": "MIT" "license": "MIT"
} }

View file

@ -64,12 +64,12 @@
"@urql/core": "^2.3.5", "@urql/core": "^2.3.5",
"@urql/exchange-auth": "^0.1.6", "@urql/exchange-auth": "^0.1.6",
"@urql/exchange-graphcache": "^4.3.5", "@urql/exchange-graphcache": "^4.3.5",
"acorn": "^8.5.0", "acorn": "^8.6.0",
"acorn-walk": "^8.2.0", "acorn-walk": "^8.2.0",
"axios": "^0.24.0", "axios": "^0.24.0",
"core-js": "^3.19.1", "core-js": "^3.19.1",
"esprima": "^4.0.1", "esprima": "^4.0.1",
"firebase": "^9.4.1", "firebase": "^9.5.0",
"fp-ts": "^2.11.5", "fp-ts": "^2.11.5",
"fuse.js": "^6.4.6", "fuse.js": "^6.4.6",
"graphql": "^15.7.2", "graphql": "^15.7.2",
@ -92,7 +92,7 @@
"subscriptions-transport-ws": "^0.11.0", "subscriptions-transport-ws": "^0.11.0",
"tern": "^0.24.3", "tern": "^0.24.3",
"uuid": "8.3.2", "uuid": "8.3.2",
"vue-apollo": "^3.0.8", "vue-apollo": "^3.1.0",
"vue-cli-plugin-apollo": "^0.22.2", "vue-cli-plugin-apollo": "^0.22.2",
"vue-functional-data-merge": "^3.1.0", "vue-functional-data-merge": "^3.1.0",
"vue-github-button": "^1.3.0", "vue-github-button": "^1.3.0",
@ -104,7 +104,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.16.0", "@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0", "@babel/preset-env": "^7.16.4",
"@graphql-codegen/add": "^3.1.0", "@graphql-codegen/add": "^3.1.0",
"@graphql-codegen/cli": "2.2.2", "@graphql-codegen/cli": "2.2.2",
"@graphql-codegen/typed-document-node": "^2.2.0", "@graphql-codegen/typed-document-node": "^2.2.0",
@ -132,14 +132,14 @@
"@types/splitpanes": "^2.2.1", "@types/splitpanes": "^2.2.1",
"@urql/devtools": "^2.0.3", "@urql/devtools": "^2.0.3",
"@vue/runtime-dom": "^3.2.22", "@vue/runtime-dom": "^3.2.22",
"@vue/test-utils": "^1.2.2", "@vue/test-utils": "^1.3.0",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.3.1", "babel-jest": "^27.3.1",
"eslint": "^8.2.0", "eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.0.0", "eslint-plugin-nuxt": "^3.0.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3", "eslint-plugin-vue": "^8.1.1",
"jest": "^27.3.1", "jest": "^27.3.1",
"jest-serializer-vue": "^2.0.2", "jest-serializer-vue": "^2.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
@ -151,7 +151,7 @@
"stylelint": "^14.1.0", "stylelint": "^14.1.0",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0", "stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^2.0.1", "stylelint-config-standard-scss": "^3.0.0",
"ts-jest": "^27.0.7", "ts-jest": "^27.0.7",
"typescript": "^4.4.4", "typescript": "^4.4.4",
"vue-jest": "^3.0.7", "vue-jest": "^3.0.7",

View file

@ -30,7 +30,7 @@
"apis", "apis",
"test-runner" "test-runner"
], ],
"author": "The Hoppscotch Team <support@hoppscotch.io> (https://hoppscotch.com/)", "author": "Hoppscotch (support@hoppscotch.io)",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"fp-ts": "^2.11.5", "fp-ts": "^2.11.5",
@ -40,18 +40,18 @@
"devDependencies": { "devDependencies": {
"@digitak/esrun": "^1.2.8", "@digitak/esrun": "^1.2.8",
"@relmify/jest-fp-ts": "^1.1.1", "@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.3",
"@types/lodash": "^4.14.176", "@types/lodash": "^4.14.177",
"@types/node": "^16.11.7", "@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "^5.3.1", "@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.3.1", "@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.2.0", "eslint": "^8.3.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.3.1", "jest": "^27.3.1",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"ts-jest": "^27.0.7", "ts-jest": "^27.0.7",
"typescript": "^4.4.4" "typescript": "^4.5.2"
} }
} }

File diff suppressed because it is too large Load diff