diff --git a/frontend/package-lock.json b/frontend/package-lock.json index be8af12..35a1897 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -6,9 +6,9 @@ "": { "dependencies": { "@vitejs/plugin-react": "*", - "@wailsio/runtime": "^3.0.0-beta.16", + "@wailsio/runtime": "^3.0.0-beta.23", "react": "*", - "react-dom": "latest", + "react-dom": "*", "vite": "*", "vitest": "*" }, @@ -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.23", + "resolved": "https://registry.npmjs.org/@wailsio/runtime/-/runtime-3.0.0-beta.23.tgz", + "integrity": "sha512-Am9N7nvA9WBpVzOkrJ0PzTg/cgEFL72I97ksOfOuryLP4VOdnl7viP59+6Nx5zMoHJo207k85WINJaWfCY1CQQ==", "license": "MIT" }, "node_modules/ansi-regex": { diff --git a/frontend/package.json b/frontend/package.json index 69fda1f..7daf80e 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.23","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