diff --git a/pdl-live-react/package-lock.json b/pdl-live-react/package-lock.json index 8ae9f9f7c..c3eed4357 100644 --- a/pdl-live-react/package-lock.json +++ b/pdl-live-react/package-lock.json @@ -27,7 +27,7 @@ "react-syntax-highlighter": "^15.6.1", "rehype-starry-night": "^2.2.0", "string-comparison": "^1.3.0", - "tauri-pty": "https://github.com/starpit/tauri-plugin-pty#tauri2", + "tauri-pty": "^0.1.0", "ts-pattern": "^5.6.2", "yaml": "^2.7.0" }, @@ -38,7 +38,6 @@ "@types/node": "22.12.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "@types/react-responsive-masonry": "^2.6.0", "@types/react-syntax-highlighter": "^15.5.13", "@vitejs/plugin-react": "^4.3.4", "concurrently": "^9.1.2", @@ -1874,16 +1873,6 @@ "@types/react": "^18.0.0" } }, - "node_modules/@types/react-responsive-masonry": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@types/react-responsive-masonry/-/react-responsive-masonry-2.6.0.tgz", - "integrity": "sha512-MF2ql1CjzOoL9fLWp6L3ABoyzBUP/YV71wyb3Fx+cViYNj7+tq3gDCllZHbLg1LQfGOQOEGbV2P7TOcUeGiR6w==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/react": "*" - } - }, "node_modules/@types/react-syntax-highlighter": { "version": "15.5.13", "resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.13.tgz", @@ -2552,6 +2541,16 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -3616,16 +3615,6 @@ "node": ">=12" } }, - "node_modules/html-minifier-terser/node_modules/commander": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 12" - } - }, "node_modules/html-url-attributes": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz", @@ -5757,21 +5746,12 @@ "license": "MIT" }, "node_modules/tauri-pty": { - "version": "0.0.8", - "resolved": "git+ssh://git@github.com/starpit/tauri-plugin-pty.git#e0d9676cc8e65dd075072181902595fab6d0b5e4", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/tauri-pty/-/tauri-pty-0.1.0.tgz", + "integrity": "sha512-RkswxIfW5cfZFF4hH5mPENqZ3GkXbEAj/dJ7BgSbFGzRGasUSdWuZMHFJhKmREYFPUBi4z38V1mwOCMWKr0h/g==", "license": "MIT", "dependencies": { - "@tauri-apps/api": "2.2" - } - }, - "node_modules/tauri-pty/node_modules/@tauri-apps/api": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.2.0.tgz", - "integrity": "sha512-R8epOeZl1eJEl603aUMIGb4RXlhPjpgxbGVEaqY+0G5JG9vzV/clNlzTeqc+NLYXVqXcn8mb4c5b9pJIUDEyAg==", - "license": "Apache-2.0 OR MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/tauri" + "@tauri-apps/api": "2.3.0" } }, "node_modules/terser": { diff --git a/pdl-live-react/package.json b/pdl-live-react/package.json index c272f72eb..f4c2da17c 100644 --- a/pdl-live-react/package.json +++ b/pdl-live-react/package.json @@ -40,7 +40,7 @@ "react-syntax-highlighter": "^15.6.1", "rehype-starry-night": "^2.2.0", "string-comparison": "^1.3.0", - "tauri-pty": "https://github.com/starpit/tauri-plugin-pty#tauri2", + "tauri-pty": "^0.1.0", "ts-pattern": "^5.6.2", "yaml": "^2.7.0" }, @@ -51,7 +51,6 @@ "@types/node": "22.12.0", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "@types/react-responsive-masonry": "^2.6.0", "@types/react-syntax-highlighter": "^15.5.13", "@vitejs/plugin-react": "^4.3.4", "concurrently": "^9.1.2",