You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,15 @@
62
62
63
63
### Dependencies
64
64
65
-
As of v0.11, it's no longer necessary to explicitly install [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor).
65
+
As of v0.11, it's no longer necessary to explicitly install the [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) dependency.
66
66
67
-
If you want to specify dependency versions:
67
+
#### Update Dependency Versions
68
+
69
+
```shell
70
+
npm rm json-editor-vue && npm i json-editor-vue
71
+
```
72
+
73
+
#### Specify Dependency Versions
68
74
69
75
```json5
70
76
// package.json
@@ -89,7 +95,7 @@ If you want to specify dependency versions:
0 commit comments