Skip to content

Commit

Permalink
build: lock codemirror
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Jan 24, 2022
1 parent 10a54d1 commit aae2dac
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 118 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hoppscotch-app",
"version": "2.2.0",
"version": "2.2.1",
"description": "Open source API development ecosystem",
"author": "Hoppscotch (support@hoppscotch.io)",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/codemirror-lang-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"@codemirror/highlight": "^0.19.6",
"@codemirror/language": "^0.19.7",
"@codemirror/highlight": "^0.19.0",
"@codemirror/language": "^0.19.0",
"@lezer/lr": "^0.15.7"
},
"devDependencies": {
Expand Down
38 changes: 19 additions & 19 deletions packages/hoppscotch-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hoppscotch-app",
"version": "2.2.0",
"version": "2.2.1",
"description": "Open source API development ecosystem",
"author": "Hoppscotch (support@hoppscotch.io)",
"private": true,
Expand Down Expand Up @@ -35,27 +35,27 @@
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@apollo/client": "^3.5.7",
"@codemirror/autocomplete": "^0.19.12",
"@codemirror/autocomplete": "^0.19.0",
"@codemirror/closebrackets": "^0.19.0",
"@codemirror/commands": "^0.19.7",
"@codemirror/commands": "^0.19.0",
"@codemirror/comment": "^0.19.0",
"@codemirror/fold": "^0.19.2",
"@codemirror/gutter": "^0.19.9",
"@codemirror/highlight": "^0.19.6",
"@codemirror/history": "^0.19.2",
"@codemirror/lang-javascript": "^0.19.6",
"@codemirror/lang-json": "^0.19.1",
"@codemirror/language": "^0.19.7",
"@codemirror/fold": "^0.19.0",
"@codemirror/gutter": "^0.19.0",
"@codemirror/highlight": "^0.19.0",
"@codemirror/history": "^0.19.0",
"@codemirror/lang-javascript": "^0.19.0",
"@codemirror/lang-json": "^0.19.0",
"@codemirror/language": "^0.19.0",
"@codemirror/legacy-modes": "^0.19.0",
"@codemirror/lint": "^0.19.3",
"@codemirror/matchbrackets": "^0.19.3",
"@codemirror/rectangular-selection": "^0.19.1",
"@codemirror/search": "^0.19.5",
"@codemirror/state": "^0.19.6",
"@codemirror/stream-parser": "^0.19.4",
"@codemirror/text": "^0.19.6",
"@codemirror/tooltip": "^0.19.13",
"@codemirror/view": "^0.19.40",
"@codemirror/lint": "^0.19.0",
"@codemirror/matchbrackets": "^0.19.0",
"@codemirror/rectangular-selection": "^0.19.0",
"@codemirror/search": "^0.19.0",
"@codemirror/state": "^0.19.0",
"@codemirror/stream-parser": "^0.19.0",
"@codemirror/text": "^0.19.0",
"@codemirror/tooltip": "^0.19.0",
"@codemirror/view": "^0.19.0",
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
"@hoppscotch/data": "workspace:^0.3.0",
"@hoppscotch/js-sandbox": "workspace:^1.0.0",
Expand Down
129 changes: 33 additions & 96 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aae2dac

Please sign in to comment.