Skip to content

Commit 9e0fc43

Browse files
authored
chore(angular, html, react, vue): revert package versions on stackblitz (#3106)
1 parent ddb9aa9 commit 9e0fc43

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@ionic/angular": "7.3.2-dev.11693507138.1f9ed625",
4-
"@ionic/core": "7.3.2-dev.11693507138.1f9ed625"
3+
"@ionic/angular": "^7.0.0",
4+
"@ionic/core": "^7.0.0"
55
}
66
}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@ionic/core": "7.3.2-dev.11693507138.1f9ed625"
3+
"@ionic/core": "^7.0.0"
44
}
55
}

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

+2-2
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": "7.3.2-dev.11693507138.1f9ed625",
7-
"@ionic/react-router": "7.3.2-dev.11693507138.1f9ed625",
6+
"@ionic/react": "^7.0.10",
7+
"@ionic/react-router": "^7.0.10",
88
"@types/node": "^16.11.35",
99
"@types/react": "^18.0.9",
1010
"@types/react-dom": "^18.0.4",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@ionic/vue": "7.3.2-dev.11693507138.1f9ed625",
12-
"@ionic/vue-router": "7.3.2-dev.11693507138.1f9ed625",
11+
"@ionic/vue": "^7.0.10",
12+
"@ionic/vue-router": "^7.0.10",
1313
"vue": "^3.2.25",
1414
"vue-router": "4.0.13"
1515
},

0 commit comments

Comments
 (0)