chore(deps): bump

This commit is contained in:
liyasthomas
2022-02-22 19:25:53 +05:30
parent 6fa1f5eced
commit 16e790e87e
6 changed files with 461 additions and 669 deletions

View File

@@ -26,6 +26,6 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^16.2.1", "@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1", "@commitlint/config-conventional": "^16.2.1",
"@types/node": "^17.0.18" "@types/node": "^17.0.19"
} }
} }

View File

@@ -17,14 +17,14 @@
"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.7",
"@codemirror/language": "^0.19.0", "@codemirror/language": "^0.19.7",
"@lezer/lr": "^0.15.8" "@lezer/lr": "^0.15.8"
}, },
"devDependencies": { "devDependencies": {
"@lezer/generator": "^0.15.4", "@lezer/generator": "^0.15.4",
"mocha": "^9.2.1", "mocha": "^9.2.1",
"rollup": "^2.67.3", "rollup": "^2.68.0",
"rollup-plugin-dts": "^4.1.0", "rollup-plugin-dts": "^4.1.0",
"rollup-plugin-ts": "^2.0.5", "rollup-plugin-ts": "^2.0.5",
"typescript": "^4.5.5" "typescript": "^4.5.5"

View File

@@ -43,6 +43,9 @@ export const baseTheme = EditorView.theme({
".cm-cursor": { ".cm-cursor": {
borderColor: "var(--secondary-color)", borderColor: "var(--secondary-color)",
}, },
".cm-widgetBuffer": {
position: "absolute",
},
".cm-selectionBackground, .cm-content ::selection, .cm-line ::selection": { ".cm-selectionBackground, .cm-content ::selection, .cm-line ::selection": {
backgroundColor: "var(--accent-color)", backgroundColor: "var(--accent-color)",
color: "var(--accent-contrast-color)", color: "var(--accent-contrast-color)",
@@ -162,6 +165,9 @@ export const inputTheme = EditorView.theme({
".cm-cursor": { ".cm-cursor": {
borderColor: "var(--secondary-color)", borderColor: "var(--secondary-color)",
}, },
".cm-widgetBuffer": {
position: "absolute",
},
".cm-selectionBackground, .cm-content ::selection, .cm-line ::selection": { ".cm-selectionBackground, .cm-content ::selection, .cm-line ::selection": {
backgroundColor: "var(--accent-color)", backgroundColor: "var(--accent-color)",
color: "var(--accent-contrast-color)", color: "var(--accent-contrast-color)",

View File

@@ -34,32 +34,32 @@
}, },
"dependencies": { "dependencies": {
"@apidevtools/swagger-parser": "^10.0.3", "@apidevtools/swagger-parser": "^10.0.3",
"@codemirror/autocomplete": "^0.19.0", "@codemirror/autocomplete": "^0.19.13",
"@codemirror/closebrackets": "^0.19.0", "@codemirror/closebrackets": "^0.19.1",
"@codemirror/commands": "^0.19.0", "@codemirror/commands": "^0.19.8",
"@codemirror/comment": "^0.19.0", "@codemirror/comment": "^0.19.1",
"@codemirror/fold": "^0.19.0", "@codemirror/fold": "^0.19.3",
"@codemirror/gutter": "^0.19.0", "@codemirror/gutter": "^0.19.9",
"@codemirror/highlight": "^0.19.0", "@codemirror/highlight": "^0.19.7",
"@codemirror/history": "^0.19.0", "@codemirror/history": "^0.19.2",
"@codemirror/lang-javascript": "^0.19.0", "@codemirror/lang-javascript": "^0.19.7",
"@codemirror/lang-json": "^0.19.0", "@codemirror/lang-json": "^0.19.2",
"@codemirror/language": "^0.19.0", "@codemirror/language": "^0.19.7",
"@codemirror/legacy-modes": "^0.19.0", "@codemirror/legacy-modes": "^0.19.0",
"@codemirror/lint": "^0.19.0", "@codemirror/lint": "^0.19.3",
"@codemirror/matchbrackets": "^0.19.0", "@codemirror/matchbrackets": "^0.19.4",
"@codemirror/rectangular-selection": "^0.19.0", "@codemirror/rectangular-selection": "^0.19.1",
"@codemirror/search": "^0.19.0", "@codemirror/search": "^0.19.8",
"@codemirror/state": "^0.19.0", "@codemirror/state": "^0.19.9",
"@codemirror/stream-parser": "^0.19.0", "@codemirror/stream-parser": "^0.19.6",
"@codemirror/text": "^0.19.0", "@codemirror/text": "^0.19.6",
"@codemirror/tooltip": "^0.19.0", "@codemirror/tooltip": "^0.19.15",
"@codemirror/view": "^0.19.0", "@codemirror/view": "^0.19.44",
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0", "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
"@hoppscotch/data": "workspace:^0.4.0", "@hoppscotch/data": "workspace:^0.4.0",
"@hoppscotch/js-sandbox": "workspace:^2.0.0", "@hoppscotch/js-sandbox": "workspace:^2.0.0",
"@nuxtjs/axios": "^5.13.6", "@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.31.0", "@nuxtjs/composition-api": "^0.32.0",
"@nuxtjs/gtm": "^2.4.0", "@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/i18n": "^7.2.0", "@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/robots": "^2.5.0", "@nuxtjs/robots": "^2.5.0",
@@ -99,7 +99,7 @@
"socket.io-client-v3": "npm:socket.io-client@^3.1.3", "socket.io-client-v3": "npm:socket.io-client@^3.1.3",
"socket.io-client-v4": "npm:socket.io-client@^4.4.1", "socket.io-client-v4": "npm:socket.io-client@^4.4.1",
"socketio-wildcard": "^2.0.0", "socketio-wildcard": "^2.0.0",
"splitpanes": "^2.3.8", "splitpanes": "^2.4.0",
"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",
@@ -157,14 +157,14 @@
"eslint-config-prettier": "^8.4.0", "eslint-config-prettier": "^8.4.0",
"eslint-plugin-nuxt": "^3.1.0", "eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.1", "eslint-plugin-vue": "^8.5.0",
"jest": "^27.5.1", "jest": "^27.5.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",
"nuxt-windicss": "^2.2.5", "nuxt-windicss": "^2.2.6",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"sass": "^1.49.7", "sass": "^1.49.8",
"sass-loader": "^10.2.0", "sass-loader": "^10.2.0",
"stylelint": "^14.5.1", "stylelint": "^14.5.1",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",

View File

@@ -33,19 +33,19 @@
"author": "Hoppscotch (support@hoppscotch.io)", "author": "Hoppscotch (support@hoppscotch.io)",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hoppscotch/data": "workspace:^0.4.0",
"fp-ts": "^2.11.8", "fp-ts": "^2.11.8",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"quickjs-emscripten": "^0.15.0", "quickjs-emscripten": "^0.15.0"
"@hoppscotch/data": "workspace:^0.4.0"
}, },
"devDependencies": { "devDependencies": {
"@digitak/esrun": "^3.1.2", "@digitak/esrun": "^3.1.2",
"@relmify/jest-fp-ts": "^1.1.1", "@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^27.4.0", "@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178", "@types/lodash": "^4.14.178",
"@types/node": "^17.0.18", "@types/node": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.0", "@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0", "eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0", "eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",

1056
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff