Skip to content

Commit 52e3bda

Browse files
fix(deps): update dependency @zerodevx/svelte-json-view to v1.0.11 (v2) (#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 <[email protected]>
1 parent dd09e3c commit 52e3bda

File tree

6 files changed

+72
-67
lines changed

6 files changed

+72
-67
lines changed

examples/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
2828
"@tauri-apps/plugin-store": "2.0.0-rc.1",
2929
"@tauri-apps/plugin-updater": "2.0.0-rc.2",
30-
"@zerodevx/svelte-json-view": "1.0.10"
30+
"@zerodevx/svelte-json-view": "1.0.11"
3131
},
3232
"devDependencies": {
3333
"@iconify-json/codicon": "^1.1.37",
@@ -37,6 +37,6 @@
3737
"@unocss/extractor-svelte": "^0.62.0",
3838
"svelte": "^4.2.19",
3939
"unocss": "^0.62.0",
40-
"vite": "^5.0.13"
40+
"vite": "^5.4.7"
4141
}
4242
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@rollup/plugin-terser": "0.4.4",
1616
"@rollup/plugin-typescript": "11.1.6",
1717
"@types/eslint__js": "8.42.3",
18-
"covector": "^0.12.0",
18+
"covector": "^0.12.3",
1919
"eslint": "9.11.0",
2020
"eslint-config-prettier": "9.1.0",
2121
"eslint-plugin-security": "3.0.1",

plugins/deep-link/examples/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"devDependencies": {
1717
"@tauri-apps/cli": "2.0.0-rc.16",
1818
"typescript": "^5.2.2",
19-
"vite": "^5.0.13"
19+
"vite": "^5.4.7"
2020
}
2121
}

plugins/store/examples/AppSettingsManager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"devDependencies": {
1111
"@tauri-apps/cli": "2.0.0-rc.16",
1212
"vite": "^5.0.12",
13-
"typescript": "^5.3.3"
13+
"typescript": "^5.4.7"
1414
}
1515
}

plugins/websocket/examples/tauri-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@tauri-apps/cli": "2.0.0-rc.16",
1313
"typescript": "^5.3.3",
14-
"vite": "^5.0.13"
14+
"vite": "^5.4.7"
1515
},
1616
"dependencies": {
1717
"tauri-plugin-websocket-api": "link:..\\.."

0 commit comments

Comments
 (0)