Update runtime in kitchensink

This commit is contained in:
Lea Anthony 2020-10-18 16:49:08 +11:00
commit 07b6fc0c52
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405
2 changed files with 4 additions and 4 deletions

View file

@ -135,9 +135,9 @@
}
},
"@wails/runtime": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@wails/runtime/-/runtime-1.0.5.tgz",
"integrity": "sha512-B7nX207vC4ykXCdNEX7e54U4DhBPoPMuoVs3hhJuhRGFXGeUCaItWy0FjUW2YO2NGaR+NjluX19jAsfnHjTk4A==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@wails/runtime/-/runtime-1.0.6.tgz",
"integrity": "sha512-7K8274XRSDCRu3r0pNDDcxsC94nienlbUI5zU57781RTsYAvrf27JbrmW86ZNGezynGYdaJDI6mcvIxZ/ZAV9g==",
"dev": true
},
"alphanum-sort": {

View file

@ -11,7 +11,7 @@
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-url": "^5.0.1",
"@wails/runtime": "^1.0.5",
"@wails/runtime": "^1.0.6",
"focus-visible": "^5.2.0",
"halfmoon": "^1.1.1",
"postcss": "^8.1.1",