chore(deps): bump

This commit is contained in:
liyasthomas 2022-02-17 21:03:11 +05:30
parent 2f69f723e7
commit 16d2b354fb
5 changed files with 831 additions and 737 deletions

View File

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

View File

@ -17,8 +17,8 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"@codemirror/highlight": "^0.19.7",
"@codemirror/language": "^0.19.7",
"@codemirror/highlight": "^0.19.0",
"@codemirror/language": "^0.19.0",
"@lezer/lr": "^0.15.8"
},
"devDependencies": {

View File

@ -36,25 +36,25 @@
"@apidevtools/swagger-parser": "^10.0.3",
"@codemirror/autocomplete": "^0.19.0",
"@codemirror/closebrackets": "^0.19.0",
"@codemirror/commands": "^0.19.8",
"@codemirror/commands": "^0.19.0",
"@codemirror/comment": "^0.19.0",
"@codemirror/fold": "^0.19.3",
"@codemirror/fold": "^0.19.0",
"@codemirror/gutter": "^0.19.0",
"@codemirror/highlight": "^0.19.0",
"@codemirror/history": "^0.19.0",
"@codemirror/lang-javascript": "^0.19.7",
"@codemirror/lang-javascript": "^0.19.0",
"@codemirror/lang-json": "^0.19.0",
"@codemirror/language": "^0.19.0",
"@codemirror/legacy-modes": "^0.19.0",
"@codemirror/lint": "^0.19.0",
"@codemirror/matchbrackets": "^0.19.4",
"@codemirror/matchbrackets": "^0.19.0",
"@codemirror/rectangular-selection": "^0.19.0",
"@codemirror/search": "^0.19.6",
"@codemirror/state": "^0.19.7",
"@codemirror/stream-parser": "^0.19.5",
"@codemirror/search": "^0.19.0",
"@codemirror/state": "^0.19.0",
"@codemirror/stream-parser": "^0.19.0",
"@codemirror/text": "^0.19.0",
"@codemirror/tooltip": "^0.19.0",
"@codemirror/view": "^0.19.42",
"@codemirror/view": "^0.19.0",
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
"@hoppscotch/data": "workspace:^0.4.0",
"@hoppscotch/js-sandbox": "workspace:^1.0.0",
@ -72,7 +72,7 @@
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0",
"axios": "^0.26.0",
"core-js": "^3.21.0",
"core-js": "^3.21.1",
"esprima": "^4.0.1",
"firebase": "^9.6.5",
"fp-ts": "^2.11.8",
@ -112,14 +112,14 @@
"yargs-parser": "^21.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/core": "^7.17.4",
"@babel/preset-env": "^7.16.11",
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "2.6.1",
"@graphql-codegen/typed-document-node": "^2.2.3",
"@graphql-codegen/typescript": "2.4.3",
"@graphql-codegen/typescript-operations": "^2.3.0",
"@graphql-codegen/typescript-urql-graphcache": "^2.2.4",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typed-document-node": "^2.2.5",
"@graphql-codegen/typescript": "2.4.5",
"@graphql-codegen/typescript-operations": "^2.3.2",
"@graphql-codegen/typescript-urql-graphcache": "^2.2.6",
"@graphql-codegen/urql-introspection": "^2.1.1",
"@graphql-typed-document-node/core": "^3.1.1",
"@nuxt/types": "^2.15.8",
@ -134,7 +134,7 @@
"@nuxtjs/stylelint-module": "^4.1.0",
"@nuxtjs/svg": "^0.4.0",
"@relmify/jest-fp-ts": "^1.1.1",
"@sentry/browser": "^6.17.7",
"@sentry/browser": "^6.17.9",
"@testing-library/jest-dom": "^5.16.2",
"@types/codemirror": "^5.60.5",
"@types/cookie": "^0.4.1",
@ -161,12 +161,12 @@
"jest": "^27.5.1",
"jest-serializer-vue": "^2.0.2",
"npm-run-all": "^4.1.5",
"nuxt-windicss": "^2.2.4",
"nuxt-windicss": "^2.2.5",
"prettier": "^2.5.1",
"raw-loader": "^4.0.2",
"sass": "^1.49.7",
"sass-loader": "^10.2.0",
"stylelint": "^14.5.0",
"stylelint": "^14.5.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",

View File

@ -42,9 +42,9 @@
"@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",

File diff suppressed because it is too large Load Diff