From a84ae989c181c0fbe09a27cec6c06c9511565641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 21:44:30 +0000 Subject: [PATCH] chore(deps): bump @wailsio/runtime in /frontend Bumps [@wailsio/runtime](https://github.com/wailsapp/wails/tree/HEAD/v3/internal/runtime/desktop/@wailsio/runtime) from 3.0.0-beta.16 to 3.0.0-beta.20. - [Release notes](https://github.com/wailsapp/wails/releases) - [Commits](https://github.com/wailsapp/wails/commits/v3.0.0-beta.20/v3/internal/runtime/desktop/@wailsio/runtime) --- updated-dependencies: - dependency-name: "@wailsio/runtime" dependency-version: 3.0.0-beta.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 24 ++++++++++++------------ frontend/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2702ffc..41a3dbe 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5,17 +5,17 @@ "packages": { "": { "dependencies": { - "@vitejs/plugin-react": "latest", - "@wailsio/runtime": "^3.0.0-beta.16", - "react": "latest", - "react-dom": "latest", - "vite": "latest", - "vitest": "latest" + "@vitejs/plugin-react": "*", + "@wailsio/runtime": "^3.0.0-beta.20", + "react": "*", + "react-dom": "*", + "vite": "*", + "vitest": "*" }, "devDependencies": { - "@testing-library/jest-dom": "latest", - "@testing-library/react": "latest", - "jsdom": "latest" + "@testing-library/jest-dom": "*", + "@testing-library/react": "*", + "jsdom": "*" } }, "node_modules/@adobe/css-tools": { @@ -745,9 +745,9 @@ } }, "node_modules/@wailsio/runtime": { - "version": "3.0.0-beta.16", - "resolved": "https://registry.npmjs.org/@wailsio/runtime/-/runtime-3.0.0-beta.16.tgz", - "integrity": "sha512-IzaYrUKYDmvWDXf3Pqfl0onT1R5T5YHTx+AnK9vX4MyuE1PF3lXZmQrtvtfYNAsBnL+9e+iCJvIROGhjyf1rew==", + "version": "3.0.0-beta.20", + "resolved": "https://registry.npmjs.org/@wailsio/runtime/-/runtime-3.0.0-beta.20.tgz", + "integrity": "sha512-oPpWBgNK4QISP9/AweVnRIBg6hlEP7HVi0i4gVl0+6JEsQ6vDDTJXmbyy/j6AITPHWq7cWOYl2Ey5uucl1u3hw==", "license": "MIT" }, "node_modules/ansi-regex": { diff --git a/frontend/package.json b/frontend/package.json index 69fda1f..fb4e551 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1 +1 @@ -{"private":true,"type":"module","scripts":{"build":"vite build --outDir ../cmd/x6configurator/frontend/dist --emptyOutDir","test":"vitest run --environment jsdom"},"dependencies":{"@vitejs/plugin-react":"latest","@wailsio/runtime":"^3.0.0-beta.16","react":"latest","react-dom":"latest","vite":"latest","vitest":"latest"},"devDependencies":{"@testing-library/jest-dom":"latest","@testing-library/react":"latest","jsdom":"latest"}} \ No newline at end of file +{"private":true,"type":"module","scripts":{"build":"vite build --outDir ../cmd/x6configurator/frontend/dist --emptyOutDir","test":"vitest run --environment jsdom"},"dependencies":{"@vitejs/plugin-react":"latest","@wailsio/runtime":"^3.0.0-beta.20","react":"latest","react-dom":"latest","vite":"latest","vitest":"latest"},"devDependencies":{"@testing-library/jest-dom":"latest","@testing-library/react":"latest","jsdom":"latest"}} \ No newline at end of file