chore(deps): bump

This commit is contained in:
liyasthomas
2021-12-26 20:22:12 +05:30
parent 579c5e5b78
commit 253170f7ac
6 changed files with 501 additions and 366 deletions

View File

@@ -21,10 +21,10 @@
],
"dependencies": {
"husky": "^7.0.4",
"lint-staged": "^12.1.3"
"lint-staged": "^12.1.4"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0"
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0"
}
}

View File

@@ -23,8 +23,8 @@
"devDependencies": {
"@lezer/generator": "^0.15.0",
"mocha": "^9.0.1",
"rollup": "^2.61.1",
"rollup-plugin-dts": "^4.0.1",
"rollup": "^2.62.0",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-ts": "^2.0.4",
"typescript": "^4.5.4"
},

View File

@@ -52,7 +52,7 @@
"@codemirror/state": "^0.19.6",
"@codemirror/text": "^0.19.5",
"@codemirror/tooltip": "^0.19.10",
"@codemirror/view": "^0.19.34",
"@codemirror/view": "^0.19.37",
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
"@hoppscotch/data": "workspace:^0.1.0",
"@hoppscotch/js-sandbox": "workspace:^1.0.0",
@@ -70,11 +70,11 @@
"acorn": "^8.6.0",
"acorn-walk": "^8.2.0",
"axios": "^0.24.0",
"core-js": "^3.20.0",
"core-js": "^3.20.1",
"esprima": "^4.0.1",
"firebase": "^9.6.1",
"fp-ts": "^2.11.5",
"fuse.js": "^6.4.6",
"fuse.js": "^6.5.3",
"graphql": "^15.5.0",
"graphql-language-service-interface": "^2.9.1",
"graphql-language-service-parser": "^1.10.0",
@@ -149,12 +149,12 @@
"jest": "^27.4.5",
"jest-serializer-vue": "^2.0.2",
"npm-run-all": "^4.1.5",
"nuxt-windicss": "^2.0.12",
"nuxt-windicss": "^2.2.1",
"prettier": "^2.5.1",
"raw-loader": "^4.0.2",
"sass": "^1.45.0",
"sass": "^1.45.1",
"sass-loader": "^10.2.0",
"stylelint": "^14.1.0",
"stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",

View File

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

View File

@@ -35,16 +35,16 @@
"dependencies": {
"fp-ts": "^2.11.5",
"lodash": "^4.17.21",
"quickjs-emscripten": "^0.13.0"
"quickjs-emscripten": "^0.15.0"
},
"devDependencies": {
"@digitak/esrun": "^3.1.1",
"@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",

835
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff