Skip to content

Commit 726e060

Browse files
committed
refactor(checkbox): use dev build
1 parent 2f2083c commit 726e060

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

static/code/stackblitz/v8/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@angular/platform-browser": "^19.0.0",
1616
"@angular/platform-browser-dynamic": "^19.0.0",
1717
"@angular/router": "^19.0.0",
18-
"@ionic/angular": "^8.0.0",
19-
"@ionic/core": "^8.0.0",
18+
"@ionic/angular": "8.4.4-dev.11741206641.18dd4e91",
19+
"@ionic/core": "8.4.4-dev.11741206641.18dd4e91",
2020
"ionicons": "7.4.0",
2121
"rxjs": "^7.8.1",
2222
"tslib": "^2.5.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@ionic/core": "8.4.2",
3+
"@ionic/core": "8.4.4-dev.11741206641.18dd4e91",
44
"ionicons": "7.4.0"
55
}
66
}

static/code/stackblitz/v8/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@ionic/react": "8.4.2",
7-
"@ionic/react-router": "8.4.2",
6+
"@ionic/react": "8.4.4-dev.11741206641.18dd4e91",
7+
"@ionic/react-router": "8.4.4-dev.11741206641.18dd4e91",
88
"@types/node": "^22.0.0",
99
"@types/react": "^18.0.9",
1010
"@types/react-dom": "^18.0.4",

static/code/stackblitz/v8/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@ionic/vue": "8.4.2",
12-
"@ionic/vue-router": "8.4.2",
11+
"@ionic/vue": "8.4.4-dev.11741206641.18dd4e91",
12+
"@ionic/vue-router": "8.4.4-dev.11741206641.18dd4e91",
1313
"vue": "^3.2.25",
1414
"vue-router": "4.5.0"
1515
},

static/usage/v8/checkbox/helper-error/demo.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@
66
<title>Input</title>
77
<link rel="stylesheet" href="../../common.css" />
88
<script src="../../common.js"></script>
9-
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@8/dist/ionic/ionic.esm.js"></script>
10-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@8/css/ionic.bundle.css" />
9+
<script
10+
type="module"
11+
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/dist/ionic/ionic.esm.js"
12+
></script>
13+
<link
14+
rel="stylesheet"
15+
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected]/css/ionic.bundle.css"
16+
/>
1117
</head>
1218

1319
<body>

0 commit comments

Comments
 (0)