chore(deps): bump

This commit is contained in:
liyasthomas
2022-04-17 22:41:00 +05:30
parent 01acbc8db6
commit 09af858fbc
6 changed files with 832 additions and 598 deletions

View File

@@ -22,11 +22,11 @@
],
"dependencies": {
"husky": "^7.0.4",
"lint-staged": "^12.3.7"
"lint-staged": "^12.3.8"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/node": "^17.0.23"
"@types/node": "^17.0.24"
}
}

View File

@@ -24,9 +24,9 @@
"devDependencies": {
"@lezer/generator": "^0.15.4",
"mocha": "^9.2.2",
"rollup": "^2.70.1",
"rollup": "^2.70.2",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-ts": "^2.0.5",
"rollup-plugin-ts": "^2.0.7",
"typescript": "^4.6.3"
}
}

View File

@@ -74,10 +74,10 @@
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0",
"axios": "^0.26.1",
"core-js": "^3.21.1",
"core-js": "^3.22.0",
"esprima": "^4.0.1",
"firebase": "^9.6.10",
"fp-ts": "^2.11.9",
"firebase": "^9.6.11",
"fp-ts": "^2.11.10",
"fuse.js": "^6.5.3",
"graphql": "^15.5.0",
"graphql-language-service-interface": "^2.9.1",
@@ -154,9 +154,9 @@
"@types/uuid": "^8.3.4",
"@urql/devtools": "^2.0.3",
"@vue/composition-api": "^1.4.9",
"@vue/runtime-dom": "^3.2.31",
"@vue/runtime-dom": "^3.2.33",
"@vue/test-utils": "^1.3.0",
"@vueuse/core": "^8.2.5",
"@vueuse/core": "^8.2.6",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.4",
@@ -169,13 +169,13 @@
"jest": "^27.5.1",
"jest-serializer-vue": "^2.0.2",
"npm-run-all": "^4.1.5",
"nuxt-windicss": "^2.2.10",
"postcss-html": "^1.3.0",
"nuxt-windicss": "^2.2.11",
"postcss-html": "^1.4.1",
"prettier": "^2.6.2",
"raw-loader": "^4.0.2",
"sass": "^1.50.0",
"sass-loader": "^10.2.0",
"stylelint": "^14.6.1",
"stylelint": "^14.7.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^25.0.0",

View File

@@ -32,10 +32,10 @@
"homepage": "https://github.com/hoppscotch/hoppscotch#readme",
"devDependencies": {
"@types/lodash": "^4.14.181",
"tsup": "^5.12.4"
"tsup": "^5.12.5"
},
"dependencies": {
"fp-ts": "^2.11.9",
"fp-ts": "^2.11.10",
"io-ts": "^2.2.16",
"lodash": "^4.17.21",
"parser-ts": "^0.6.16"

View File

@@ -41,19 +41,19 @@
"license": "MIT",
"dependencies": {
"@hoppscotch/data": "workspace:^0.4.2",
"fp-ts": "^2.11.9",
"fp-ts": "^2.11.10",
"lodash": "^4.17.21",
"quickjs-emscripten": "^0.15.0",
"tsup": "^5.12.4"
"tsup": "^5.12.5"
},
"devDependencies": {
"@digitak/esrun": "^3.1.2",
"@relmify/jest-fp-ts": "^2.0.1",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@types/node": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",

1392
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff