We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
svelte
1 parent fa5ca30 commit 68e64d0Copy full SHA for 68e64d0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zerodevx/svelte-json-view",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "View JSON data prettily",
5
"author": "Jason Lee <[email protected]>",
6
"scripts": {
@@ -16,7 +16,7 @@
16
"test": "playwright test"
17
},
18
"peerDependencies": {
19
- "svelte": "3.55.1"
+ "svelte": "^3.55.1"
20
21
"devDependencies": {
22
"@playwright/test": "1.33.0",
0 commit comments