diff --git a/static/code/stackblitz/v8/angular/package.json b/static/code/stackblitz/v8/angular/package.json index fe141e80860..e11e646df76 100644 --- a/static/code/stackblitz/v8/angular/package.json +++ b/static/code/stackblitz/v8/angular/package.json @@ -1,7 +1,7 @@ { "dependencies": { - "@ionic/angular": "7.6.7-dev.11707162903.1706e75f", - "@ionic/core": "7.6.7-dev.11707162903.1706e75f", + "@ionic/angular": "next", + "@ionic/core": "next", "@angular/platform-browser-dynamic": "17.0.4" } } diff --git a/static/code/stackblitz/v8/html/package.json b/static/code/stackblitz/v8/html/package.json index 34a97c08dd8..7f5e8f661a3 100644 --- a/static/code/stackblitz/v8/html/package.json +++ b/static/code/stackblitz/v8/html/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@ionic/core": "7.6.7-dev.11707162903.1706e75f" + "@ionic/core": "next" } } diff --git a/static/code/stackblitz/v8/react/package-lock.json b/static/code/stackblitz/v8/react/package-lock.json index dda79644117..7b61aa1c0de 100644 --- a/static/code/stackblitz/v8/react/package-lock.json +++ b/static/code/stackblitz/v8/react/package-lock.json @@ -8,8 +8,8 @@ "name": "vite-react-typescript", "version": "0.1.0", "dependencies": { - "@ionic/react": "7.6.7-dev.11707162903.1706e75f", - "@ionic/react-router": "7.6.7-dev.11707162903.1706e75f", + "@ionic/react": "next", + "@ionic/react-router": "next", "@types/node": "^20.0.0", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.4", diff --git a/static/code/stackblitz/v8/react/package.json b/static/code/stackblitz/v8/react/package.json index 145cfc21cc4..5c12320b868 100644 --- a/static/code/stackblitz/v8/react/package.json +++ b/static/code/stackblitz/v8/react/package.json @@ -3,8 +3,8 @@ "version": "0.1.0", "private": true, "dependencies": { - "@ionic/react": "7.6.7-dev.11707162903.1706e75f", - "@ionic/react-router": "7.6.7-dev.11707162903.1706e75f", + "@ionic/react": "next", + "@ionic/react-router": "next", "@types/node": "^20.0.0", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.4", diff --git a/static/code/stackblitz/v8/vue/package-lock.json b/static/code/stackblitz/v8/vue/package-lock.json index 3806c96ca72..d917856b70b 100644 --- a/static/code/stackblitz/v8/vue/package-lock.json +++ b/static/code/stackblitz/v8/vue/package-lock.json @@ -8,8 +8,8 @@ "name": "vite-vue-starter", "version": "0.0.0", "dependencies": { - "@ionic/vue": "7.6.7-dev.11707162903.1706e75f", - "@ionic/vue-router": "7.6.7-dev.11707162903.1706e75f", + "@ionic/vue": "next", + "@ionic/vue-router": "next", "vue": "^3.2.25", "vue-router": "4.2.5" }, diff --git a/static/code/stackblitz/v8/vue/package.json b/static/code/stackblitz/v8/vue/package.json index e1d24ef71c1..60e923bffbe 100644 --- a/static/code/stackblitz/v8/vue/package.json +++ b/static/code/stackblitz/v8/vue/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@ionic/vue": "7.6.7-dev.11707162903.1706e75f", - "@ionic/vue-router": "7.6.7-dev.11707162903.1706e75f", + "@ionic/vue": "next", + "@ionic/vue-router": "next", "vue": "^3.2.25", "vue-router": "4.2.5" }, diff --git a/static/usage/v8/accordion/accessibility/animations/demo.html b/static/usage/v8/accordion/accessibility/animations/demo.html index 04b4d2bda97..3a2ab3c48ed 100644 --- a/static/usage/v8/accordion/accessibility/animations/demo.html +++ b/static/usage/v8/accordion/accessibility/animations/demo.html @@ -6,8 +6,8 @@