forked from hoppscotch/hoppscotch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1350919
commit 7584602
Showing
37 changed files
with
1,235 additions
and
1,959 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "hoppscotch-app", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Open source API development ecosystem", | ||
"author": "Hoppscotch ([email protected])", | ||
"private": true, | ||
|
@@ -21,11 +21,11 @@ | |
], | ||
"dependencies": { | ||
"husky": "^7.0.4", | ||
"lint-staged": "^12.1.7" | ||
"lint-staged": "^12.3.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^16.0.2", | ||
"@commitlint/cli": "^16.1.0", | ||
"@commitlint/config-conventional": "^16.0.0", | ||
"@types/node": "^17.0.9" | ||
"@types/node": "^17.0.10" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"version": "0.1.0", | ||
"description": "GraphQL language support for CodeMirror", | ||
"author": "Hoppscotch ([email protected])", | ||
"license": "MIT", | ||
"scripts": { | ||
"prepare": "rollup -c" | ||
}, | ||
|
@@ -18,15 +19,14 @@ | |
"dependencies": { | ||
"@codemirror/highlight": "^0.19.6", | ||
"@codemirror/language": "^0.19.7", | ||
"@lezer/lr": "^0.15.6" | ||
"@lezer/lr": "^0.15.7" | ||
}, | ||
"devDependencies": { | ||
"@lezer/generator": "^0.15.2", | ||
"@lezer/generator": "^0.15.3", | ||
"mocha": "^9.1.4", | ||
"rollup": "^2.64.0", | ||
"rollup": "^2.66.0", | ||
"rollup-plugin-dts": "^4.1.0", | ||
"rollup-plugin-ts": "^2.0.5", | ||
"typescript": "^4.5.4" | ||
}, | ||
"license": "MIT" | ||
"typescript": "^4.5.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "hoppscotch-app", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Open source API development ecosystem", | ||
"author": "Hoppscotch ([email protected])", | ||
"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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"type": "git", | ||
"url": "git+https://github.com/hoppscotch/hoppscotch.git" | ||
}, | ||
"author": "The Hoppscotch Team <[email protected]>", | ||
"author": "Hoppscotch ([email protected])", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/hoppscotch/hoppscotch/issues" | ||
|
Oops, something went wrong.