Skip to content

Commit

Permalink
fix(deps): update dependency @zerodevx/svelte-json-view to v1.0.11 (v…
Browse files Browse the repository at this point in the history
…2) (#1830)

* fix(deps): update dependency @zerodevx/svelte-json-view to v1.0.11

* audit fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fabianlars <fabianlars@fabianlars.de>
  • Loading branch information
renovate[bot] and FabianLars authored Sep 23, 2024
1 parent dd09e3c commit 52e3bda
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 67 deletions.
4 changes: 2 additions & 2 deletions examples/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
"@tauri-apps/plugin-store": "2.0.0-rc.1",
"@tauri-apps/plugin-updater": "2.0.0-rc.2",
"@zerodevx/svelte-json-view": "1.0.10"
"@zerodevx/svelte-json-view": "1.0.11"
},
"devDependencies": {
"@iconify-json/codicon": "^1.1.37",
Expand All @@ -37,6 +37,6 @@
"@unocss/extractor-svelte": "^0.62.0",
"svelte": "^4.2.19",
"unocss": "^0.62.0",
"vite": "^5.0.13"
"vite": "^5.4.7"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/eslint__js": "8.42.3",
"covector": "^0.12.0",
"covector": "^0.12.3",
"eslint": "9.11.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-security": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/deep-link/examples/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@tauri-apps/cli": "2.0.0-rc.16",
"typescript": "^5.2.2",
"vite": "^5.0.13"
"vite": "^5.4.7"
}
}
2 changes: 1 addition & 1 deletion plugins/store/examples/AppSettingsManager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"@tauri-apps/cli": "2.0.0-rc.16",
"vite": "^5.0.12",
"typescript": "^5.3.3"
"typescript": "^5.4.7"
}
}
2 changes: 1 addition & 1 deletion plugins/websocket/examples/tauri-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@tauri-apps/cli": "2.0.0-rc.16",
"typescript": "^5.3.3",
"vite": "^5.0.13"
"vite": "^5.4.7"
},
"dependencies": {
"tauri-plugin-websocket-api": "link:..\\.."
Expand Down
Loading

0 comments on commit 52e3bda

Please sign in to comment.