chore(examples): update to tauri 2.0.0-alpha.14 (#600)

This commit is contained in:
Lucas Fernandes Nogueira
2023-09-12 09:39:17 -03:00
committed by GitHub
parent 903361100c
commit 2409b01fe7
33 changed files with 155 additions and 155 deletions
@@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "2.0.0-alpha.12"
"@tauri-apps/cli": "2.0.0-alpha.14"
}
}
@@ -50,7 +50,7 @@
}
],
"security": {
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: http://tauri.localhost 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
}
}
}