Skip to content

Commit 94d3785

Browse files
authored
chore: update v7 playground dependencies for React and Vue (#3122)
* update react package.json * update vue package.json
1 parent be7e132 commit 94d3785

File tree

4 files changed

+156
-82
lines changed

4 files changed

+156
-82
lines changed

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

Lines changed: 73 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/code/stackblitz/v7/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": "^7.0.10",
7-
"@ionic/react-router": "^7.0.10",
6+
"@ionic/react": "^7.4.0",
7+
"@ionic/react-router": "^7.4.0",
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-lock.json

Lines changed: 79 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/code/stackblitz/v7/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": "^7.0.10",
12-
"@ionic/vue-router": "^7.0.10",
11+
"@ionic/vue": "^7.4.0",
12+
"@ionic/vue-router": "^7.4.0",
1313
"vue": "^3.2.25",
1414
"vue-router": "4.0.13"
1515
},

0 commit comments

Comments
 (0)