From 0d99947e44de7c4f9d686d490736fd74c801bbbf Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Wed, 6 Sep 2023 08:37:01 -0700 Subject: [PATCH] chore(angular, html, react, vue): revert package versions on stackblitz --- static/code/stackblitz/v7/angular/package.json | 4 ++-- static/code/stackblitz/v7/html/package.json | 2 +- static/code/stackblitz/v7/react/package.json | 4 ++-- static/code/stackblitz/v7/vue/package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/static/code/stackblitz/v7/angular/package.json b/static/code/stackblitz/v7/angular/package.json index cefb6716d28..66f368834db 100644 --- a/static/code/stackblitz/v7/angular/package.json +++ b/static/code/stackblitz/v7/angular/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@ionic/angular": "7.3.2-dev.11693507138.1f9ed625", - "@ionic/core": "7.3.2-dev.11693507138.1f9ed625" + "@ionic/angular": "^7.0.0", + "@ionic/core": "^7.0.0" } } diff --git a/static/code/stackblitz/v7/html/package.json b/static/code/stackblitz/v7/html/package.json index 197e88283c5..7583138334d 100644 --- a/static/code/stackblitz/v7/html/package.json +++ b/static/code/stackblitz/v7/html/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@ionic/core": "7.3.2-dev.11693507138.1f9ed625" + "@ionic/core": "^7.0.0" } } diff --git a/static/code/stackblitz/v7/react/package.json b/static/code/stackblitz/v7/react/package.json index c81f0d18330..9e3c1a361ff 100644 --- a/static/code/stackblitz/v7/react/package.json +++ b/static/code/stackblitz/v7/react/package.json @@ -3,8 +3,8 @@ "version": "0.1.0", "private": true, "dependencies": { - "@ionic/react": "7.3.2-dev.11693507138.1f9ed625", - "@ionic/react-router": "7.3.2-dev.11693507138.1f9ed625", + "@ionic/react": "^7.0.10", + "@ionic/react-router": "^7.0.10", "@types/node": "^16.11.35", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.4", diff --git a/static/code/stackblitz/v7/vue/package.json b/static/code/stackblitz/v7/vue/package.json index a953097ada0..5d661e04f57 100644 --- a/static/code/stackblitz/v7/vue/package.json +++ b/static/code/stackblitz/v7/vue/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@ionic/vue": "7.3.2-dev.11693507138.1f9ed625", - "@ionic/vue-router": "7.3.2-dev.11693507138.1f9ed625", + "@ionic/vue": "^7.0.10", + "@ionic/vue-router": "^7.0.10", "vue": "^3.2.25", "vue-router": "4.0.13" },