Skip to content

Commit

Permalink
fix: upgrading json-schema to 0.4.0 or later (#865)
Browse files Browse the repository at this point in the history
* fix: upgrading json-schema to 0.4.0 or later

* Create nice-cougars-reflect.md
  • Loading branch information
zchenwei authored Nov 24, 2021
1 parent 11100a2 commit b15f97e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-cougars-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

fix: upgrading json-schema to 0.4.0 or later
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"jest": "^26.6.3",
"ts-jest": "^26.5.6",
"prismjs": "^1.25.0",
"vscode-vue-languageservice": "0.27.26"
"vscode-vue-languageservice": "0.27.26",
"json-schema": "^0.4.0"
},
"dependencies": {
"patch-package": "^6.4.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit b15f97e

Please sign in to comment.