From 183c97828349a16d5b07ddaa373b614f33fb984c Mon Sep 17 00:00:00 2001 From: patricklafrance Date: Thu, 21 Nov 2024 22:16:48 -0500 Subject: [PATCH] chore: Updated templates version --- templates/getting-started/apps/host/package.json | 4 ++-- templates/getting-started/apps/local-module/package.json | 2 +- templates/getting-started/apps/remote-module/package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/getting-started/apps/host/package.json b/templates/getting-started/apps/host/package.json index 968ee939b..a0f6438bb 100644 --- a/templates/getting-started/apps/host/package.json +++ b/templates/getting-started/apps/host/package.json @@ -10,7 +10,7 @@ "build": "webpack --config webpack.build.js" }, "devDependencies": { - "@squide/firefly-webpack-configs": "4.0.1", + "@squide/firefly-webpack-configs": "4.2.1", "@swc/core": "1.7.23", "@swc/helpers": "0.5.13", "@types/react": "18.3.5", @@ -29,7 +29,7 @@ }, "dependencies": { "@getting-started/local-module": "workspace:*", - "@squide/firefly": "9.0.1", + "@squide/firefly": "9.3.1", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.26.1" diff --git a/templates/getting-started/apps/local-module/package.json b/templates/getting-started/apps/local-module/package.json index 19caaea47..1b23638fb 100644 --- a/templates/getting-started/apps/local-module/package.json +++ b/templates/getting-started/apps/local-module/package.json @@ -26,7 +26,7 @@ "typescript": "5.5.4" }, "dependencies": { - "@squide/firefly": "9.0.1", + "@squide/firefly": "9.3.1", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.26.1" diff --git a/templates/getting-started/apps/remote-module/package.json b/templates/getting-started/apps/remote-module/package.json index 801a730d9..5c040dcd5 100644 --- a/templates/getting-started/apps/remote-module/package.json +++ b/templates/getting-started/apps/remote-module/package.json @@ -10,7 +10,7 @@ "build": "webpack --config webpack.build.js" }, "devDependencies": { - "@squide/firefly-webpack-configs": "4.0.1", + "@squide/firefly-webpack-configs": "4.2.1", "@swc/core": "1.7.23", "@swc/helpers": "0.5.13", "@types/react": "18.3.5", @@ -28,7 +28,7 @@ "webpack-dev-server": "5.1.0" }, "dependencies": { - "@squide/firefly": "9.0.1", + "@squide/firefly": "9.3.1", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.26.1"