Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(toggle): use dev build
  • Loading branch information
thetaPC committed Mar 10, 2025
commit b741840513c6a9591b713bebd2afc86f40c44b68
4 changes: 2 additions & 2 deletions static/code/stackblitz/v8/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@ionic/angular": "^8.0.0",
"@ionic/core": "^8.0.0",
"@ionic/angular": "8.4.4-dev.11741630999.189d7fc2",
"@ionic/core": "8.4.4-dev.11741630999.189d7fc2",
"ionicons": "7.4.0",
"rxjs": "^7.8.1",
"tslib": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion static/code/stackblitz/v8/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@ionic/core": "8.4.1",
"@ionic/core": "8.4.4-dev.11741630999.189d7fc2",
"ionicons": "7.4.0"
}
}
4 changes: 2 additions & 2 deletions static/code/stackblitz/v8/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@ionic/react": "8.4.1",
"@ionic/react-router": "8.4.1",
"@ionic/react": "8.4.4-dev.11741630999.189d7fc2",
"@ionic/react-router": "8.4.4-dev.11741630999.189d7fc2",
"@types/node": "^22.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
Expand Down
4 changes: 2 additions & 2 deletions static/code/stackblitz/v8/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@ionic/vue": "8.4.1",
"@ionic/vue-router": "8.4.1",
"@ionic/vue": "8.4.4-dev.11741630999.189d7fc2",
"@ionic/vue-router": "8.4.4-dev.11741630999.189d7fc2",
"vue": "^3.2.25",
"vue-router": "4.5.0"
},
Expand Down
10 changes: 8 additions & 2 deletions static/usage/v8/toggle/helper-error/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@
<title>Input</title>
<link rel="stylesheet" href="../../common.css" />
<script src="../../common.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@8/dist/ionic/ionic.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@8/css/ionic.bundle.css" />
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@ionic/core@8.4.4-dev.11741630999.189d7fc2/dist/ionic/ionic.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ionic/core@8.4.4-dev.11741630999.189d7fc2/css/ionic.bundle.css"
/>
</head>

<body>
Expand Down