build: bump deps

This commit is contained in:
liyasthomas
2022-01-24 05:44:10 +05:30
parent 1350919c78
commit 758460210a
37 changed files with 1283 additions and 2007 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "hoppscotch-app",
"version": "2.1.0",
"version": "2.2.0",
"description": "Open source API development ecosystem",
"author": "Hoppscotch (support@hoppscotch.io)",
"private": true,
@@ -54,8 +54,8 @@
"@codemirror/state": "^0.19.6",
"@codemirror/stream-parser": "^0.19.4",
"@codemirror/text": "^0.19.6",
"@codemirror/tooltip": "^0.19.12",
"@codemirror/view": "^0.19.39",
"@codemirror/tooltip": "^0.19.13",
"@codemirror/view": "^0.19.40",
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
"@hoppscotch/data": "workspace:^0.3.0",
"@hoppscotch/js-sandbox": "workspace:^1.0.0",
@@ -72,10 +72,10 @@
"@urql/exchange-graphcache": "^4.3.6",
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0",
"axios": "^0.24.0",
"axios": "^0.25.0",
"core-js": "^3.20.3",
"esprima": "^4.0.1",
"firebase": "^9.6.3",
"firebase": "^9.6.4",
"fp-ts": "^2.11.8",
"fuse.js": "^6.5.3",
"graphql": "^15.5.0",
@@ -114,10 +114,10 @@
"yargs-parser": "^21.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "2.3.1",
"@graphql-codegen/cli": "2.4.0",
"@graphql-codegen/typed-document-node": "^2.2.2",
"@graphql-codegen/typescript": "2.4.2",
"@graphql-codegen/typescript-operations": "^2.2.2",
@@ -149,7 +149,7 @@
"@types/uuid": "^8.3.4",
"@urql/devtools": "^2.0.3",
"@vue/composition-api": "^1.4.4",
"@vue/runtime-dom": "^3.2.27",
"@vue/runtime-dom": "^3.2.29",
"@vue/test-utils": "^1.3.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.4.6",
@@ -165,16 +165,16 @@
"nuxt-windicss": "^2.2.2",
"prettier": "^2.5.1",
"raw-loader": "^4.0.2",
"sass": "^1.47.0",
"sass": "^1.49.0",
"sass-loader": "^10.2.0",
"stylelint": "^14.2.0",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4",
"typescript": "^4.5.5",
"vue-jest": "^3.0.7",
"vue-template-babel-compiler": "^1.1.0",
"vue-template-babel-compiler": "^1.1.2",
"worker-loader": "^3.0.8"
}
}