From dfc28be884db7ceb3d8c2090cb5c6d26732a2104 Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Tue, 14 Nov 2023 06:59:17 +0100 Subject: [PATCH] use 10.19.2 --- test/fixture/vite-preact-compat/package.json | 2 +- test/fixture/vite-signals/package.json | 2 +- test/fixture/vite/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/fixture/vite-preact-compat/package.json b/test/fixture/vite-preact-compat/package.json index 2b57936b..54bbd49c 100644 --- a/test/fixture/vite-preact-compat/package.json +++ b/test/fixture/vite-preact-compat/package.json @@ -4,7 +4,7 @@ }, "dependencies": { "goober": "^2.0.36", - "preact": "^10.19.0" + "preact": "^10.19.2" }, "devDependencies": { "@babel/core": "^7.22.1", diff --git a/test/fixture/vite-signals/package.json b/test/fixture/vite-signals/package.json index cf535667..0d432928 100644 --- a/test/fixture/vite-signals/package.json +++ b/test/fixture/vite-signals/package.json @@ -4,7 +4,7 @@ }, "dependencies": { "@preact/signals": "^1.1.2", - "preact": "^10.19.0" + "preact": "^10.19.2" }, "devDependencies": { "@babel/core": "^7.22.1", diff --git a/test/fixture/vite/package.json b/test/fixture/vite/package.json index 2b57936b..54bbd49c 100644 --- a/test/fixture/vite/package.json +++ b/test/fixture/vite/package.json @@ -4,7 +4,7 @@ }, "dependencies": { "goober": "^2.0.36", - "preact": "^10.19.0" + "preact": "^10.19.2" }, "devDependencies": { "@babel/core": "^7.22.1",