diff --git a/package.json b/package.json index de19d97..17ad6ad 100644 --- a/package.json +++ b/package.json @@ -39,22 +39,22 @@ }, "homepage": "https://github.com/JollyPixel/editor#readme", "devDependencies": { - "@changesets/changelog-github": "^0.6.0", + "@changesets/changelog-github": "^0.7.0", "@changesets/cli": "^2.9.2", "@openally/config.eslint": "^2.2.0", - "@openally/config.typescript": "1.2.1", - "@types/node": "25.3.3", + "@openally/config.typescript": "1.3.0", + "@types/node": "25.6.0", "@types/three": "^0.182.0", "c8": "^11.0.0", - "electron": "^40.0.0", + "electron": "^42.0.0", "happy-dom": "^20.0.0", "rimraf": "^6.0.1", "tsx": "^4.20.3", - "typescript": "^5.9.2", - "vite": "^7.0.0", - "vite-plugin-checker": "0.12.0", - "vite-plugin-glsl": "1.5.5", - "vite-plugin-wasm": "3.5.0", + "typescript": "^6.0.3", + "vite": "^8.0.10", + "vite-plugin-checker": "0.13.0", + "vite-plugin-glsl": "1.6.0", + "vite-plugin-wasm": "3.6.0", "vitepress": "1.6.4" } }