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

@@ -3,6 +3,7 @@
"version": "0.1.0",
"description": "GraphQL language support for CodeMirror",
"author": "Hoppscotch (support@hoppscotch.io)",
"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"
}
}