feat: bump dependencies

This commit is contained in:
Andrew Bastin
2021-11-22 17:55:01 +05:30
parent 8d4dd8c428
commit 757294ae38
4 changed files with 478 additions and 2913 deletions

View File

@@ -21,7 +21,7 @@
], ],
"dependencies": { "dependencies": {
"husky": "^7.0.4", "husky": "^7.0.4",
"lint-staged": "^12.0.3" "lint-staged": "^12.1.2"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^15.0.0", "@commitlint/cli": "^15.0.0",

View File

@@ -16,8 +16,8 @@
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"sideEffects": false, "sideEffects": false,
"dependencies": { "dependencies": {
"@codemirror/highlight": "^0.19.0", "@codemirror/highlight": "^0.19.6",
"@codemirror/language": "^0.19.0", "@codemirror/language": "^0.19.5",
"@lezer/lr": "^0.15.0" "@lezer/lr": "^0.15.0"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -34,24 +34,24 @@
}, },
"dependencies": { "dependencies": {
"@apollo/client": "^3.4.17", "@apollo/client": "^3.4.17",
"@codemirror/autocomplete": "^0.19.4", "@codemirror/autocomplete": "^0.19.8",
"@codemirror/closebrackets": "^0.19.0", "@codemirror/closebrackets": "^0.19.0",
"@codemirror/commands": "^0.19.5", "@codemirror/commands": "^0.19.5",
"@codemirror/comment": "^0.19.0", "@codemirror/comment": "^0.19.0",
"@codemirror/fold": "^0.19.1", "@codemirror/fold": "^0.19.1",
"@codemirror/gutter": "^0.19.4", "@codemirror/gutter": "^0.19.5",
"@codemirror/highlight": "^0.19.0", "@codemirror/highlight": "^0.19.6",
"@codemirror/history": "^0.19.0", "@codemirror/history": "^0.19.0",
"@codemirror/lang-javascript": "^0.19.2", "@codemirror/lang-javascript": "^0.19.3",
"@codemirror/lang-json": "^0.19.1", "@codemirror/lang-json": "^0.19.1",
"@codemirror/language": "^0.19.3", "@codemirror/language": "^0.19.5",
"@codemirror/lint": "^0.19.2", "@codemirror/lint": "^0.19.3",
"@codemirror/matchbrackets": "^0.19.3", "@codemirror/matchbrackets": "^0.19.3",
"@codemirror/rectangular-selection": "^0.19.1", "@codemirror/rectangular-selection": "^0.19.1",
"@codemirror/search": "^0.19.2", "@codemirror/search": "^0.19.3",
"@codemirror/state": "^0.19.3", "@codemirror/state": "^0.19.6",
"@codemirror/text": "^0.19.5", "@codemirror/text": "^0.19.5",
"@codemirror/view": "^0.19.12", "@codemirror/view": "^0.19.20",
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0", "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
"@hoppscotch/js-sandbox": "workspace:^1.0.0", "@hoppscotch/js-sandbox": "workspace:^1.0.0",
"@nuxtjs/axios": "^5.13.6", "@nuxtjs/axios": "^5.13.6",
@@ -72,7 +72,7 @@
"firebase": "^9.5.0", "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.5.0",
"graphql-language-service-interface": "^2.9.1", "graphql-language-service-interface": "^2.9.1",
"graphql-language-service-parser": "^1.10.0", "graphql-language-service-parser": "^1.10.0",
"graphql-tag": "^2.12.6", "graphql-tag": "^2.12.6",
@@ -93,7 +93,6 @@
"tern": "^0.24.3", "tern": "^0.24.3",
"uuid": "8.3.2", "uuid": "8.3.2",
"vue-apollo": "^3.1.0", "vue-apollo": "^3.1.0",
"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",
"vue-textarea-autosize": "^1.1.1", "vue-textarea-autosize": "^1.1.1",
@@ -106,13 +105,13 @@
"@babel/core": "^7.16.0", "@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4", "@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.3.0",
"@graphql-codegen/typed-document-node": "^2.2.0", "@graphql-codegen/typed-document-node": "^2.2.1",
"@graphql-codegen/typescript": "2.3.1", "@graphql-codegen/typescript": "2.4.1",
"@graphql-codegen/typescript-operations": "^2.2.0", "@graphql-codegen/typescript-operations": "^2.2.1",
"@graphql-codegen/typescript-urql-graphcache": "^2.2.1", "@graphql-codegen/typescript-urql-graphcache": "^2.2.2",
"@graphql-codegen/urql-introspection": "^2.1.0", "@graphql-codegen/urql-introspection": "^2.1.0",
"@graphql-typed-document-node/core": "^3.1.0", "@graphql-typed-document-node/core": "^3.1.1",
"@nuxt/types": "^2.15.8", "@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0", "@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/color-mode": "^2.1.1", "@nuxtjs/color-mode": "^2.1.1",
@@ -153,7 +152,7 @@
"stylelint-config-standard": "^24.0.0", "stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0", "stylelint-config-standard-scss": "^3.0.0",
"ts-jest": "^27.0.7", "ts-jest": "^27.0.7",
"typescript": "^4.4.4", "typescript": "^4.5.2",
"vue-jest": "^3.0.7", "vue-jest": "^3.0.7",
"worker-loader": "^3.0.8" "worker-loader": "^3.0.8"
} }

3350
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff