Minor change

This commit is contained in:
WardPearce
2026-01-27 20:38:48 +13:00
parent 595657c9c4
commit 77b3c9e1a3
2 changed files with 23 additions and 18 deletions
+18 -18
View File
@@ -1,12 +1,12 @@
{
"name": "materialious",
"version": "1.13.9",
"version": "1.13.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "materialious",
"version": "1.13.9",
"version": "1.13.10",
"hasInstallScript": true,
"dependencies": {
"@capacitor-community/electron": "^5.0.1",
@@ -2036,9 +2036,9 @@
}
},
"node_modules/@capacitor/cli": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-8.0.0.tgz",
"integrity": "sha512-v9hEBi69xGxuuZhg55N031bMEenKaPSv71Il8C22VOOH6surDyv/MPeImN0oVfFc7eiklaW3rDFYVz6cmXfJWQ==",
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-8.0.1.tgz",
"integrity": "sha512-okCNTsL8FNYrtPNeHWFjWb1S+PwBMhx5wFLhDC0MZOIrOLm+2ynMBtKu3BnR0Nv1hozoHcOCi6SuTF1TrRpb3w==",
"license": "MIT",
"dependencies": {
"@ionic/cli-framework-output": "^2.2.8",
@@ -2049,7 +2049,7 @@
"env-paths": "^2.2.0",
"fs-extra": "^11.2.0",
"kleur": "^4.1.5",
"native-run": "^2.0.1",
"native-run": "^2.0.3",
"open": "^8.4.0",
"plist": "^3.1.0",
"prompts": "^2.4.2",
@@ -5038,9 +5038,9 @@
}
},
"node_modules/beercss": {
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/beercss/-/beercss-3.13.1.tgz",
"integrity": "sha512-729VrZYmaySNf8OXJ7iovXdToiqwiSuMNBABWOTMQxOBnwS78VnV7tRs1Ke0yK5mjij5WYwr6MLx4eSK0S7ThQ==",
"version": "3.13.3",
"resolved": "https://registry.npmjs.org/beercss/-/beercss-3.13.3.tgz",
"integrity": "sha512-tMs2kYBiq+wYqqnE+H2wy0BBIMpzRwy3EKnR40XnE41JUFdkM1CdsCnV+RGMB0fokAQVW2WPaNIik0VPUfitLw==",
"license": "MIT",
"dependencies": {
"material-dynamic-colors": "^1.1.2"
@@ -9744,9 +9744,9 @@
"license": "MIT"
},
"node_modules/native-run": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/native-run/-/native-run-2.0.1.tgz",
"integrity": "sha512-XfG1FBZLM50J10xH9361whJRC9SHZ0Bub4iNRhhI61C8Jv0e1ud19muex6sNKB51ibQNUJNuYn25MuYET/rE6w==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/native-run/-/native-run-2.0.3.tgz",
"integrity": "sha512-U1PllBuzW5d1gfan+88L+Hky2eZx+9gv3Pf6rNBxKbORxi7boHzqiA6QFGSnqMem4j0A9tZ08NMIs5+0m/VS1Q==",
"license": "MIT",
"dependencies": {
"@ionic/utils-fs": "^3.1.7",
@@ -11743,9 +11743,9 @@
}
},
"node_modules/shaka-player": {
"version": "4.16.14",
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.16.14.tgz",
"integrity": "sha512-RDxHFlsibqtcjbMflx7upcioJEr66deRyDOb2GQCMEic2NFv6qKdbeyguV+ZDSO6Bcg5/cFZsoDdim5jDnNpSw==",
"version": "4.16.15",
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.16.15.tgz",
"integrity": "sha512-jsA1AkQO5zWdrXI8RW/BK0vbdI2ZrHG0w73qPVLoGRoCggmkpJ1rT26/KjmakoO1X+Z2nkIVofTuE5gvirkV8w==",
"license": "Apache-2.0",
"engines": {
"node": ">=18"
@@ -12438,9 +12438,9 @@
}
},
"node_modules/svelte": {
"version": "5.47.1",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.47.1.tgz",
"integrity": "sha512-MhSWfWEpG5T57z0Oyfk9D1GhAz/KTZKZZlWtGEsy9zNk2fafpuU7sJQlXNSA8HtvwKxVC9XlDyl5YovXUXjjHA==",
"version": "5.48.3",
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.48.3.tgz",
"integrity": "sha512-w7QZ398cdNherTdiQ/v3SYLLGOO4948Jgjh04PYqtTYVohmBvbmFwLmo7pp8gp4/1tceRWfSTjHgjtfpCVNJmQ==",
"license": "MIT",
"dependencies": {
"@jridgewell/remapping": "^2.3.4",
@@ -604,6 +604,11 @@
onMount(async () => {
shaka.polyfill.installAll();
if (!shaka.Player.isBrowserSupported()) {
addToast({
data: {
text: 'Browser not supported for playback.'
}
});
return;
}