Skip to content

Commit

Permalink
chore: update v7 playground dependencies for React and Vue (#3122)
Browse files Browse the repository at this point in the history
* update react package.json

* update vue package.json
  • Loading branch information
liamdebeasi authored Sep 18, 2023
1 parent be7e132 commit 94d3785
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 82 deletions.
109 changes: 73 additions & 36 deletions static/code/stackblitz/v7/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/code/stackblitz/v7/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": "^7.0.10",
"@ionic/react-router": "^7.0.10",
"@ionic/react": "^7.4.0",
"@ionic/react-router": "^7.4.0",
"@types/node": "^16.11.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
Expand Down
121 changes: 79 additions & 42 deletions static/code/stackblitz/v7/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/code/stackblitz/v7/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": "^7.0.10",
"@ionic/vue-router": "^7.0.10",
"@ionic/vue": "^7.4.0",
"@ionic/vue-router": "^7.4.0",
"vue": "^3.2.25",
"vue-router": "4.0.13"
},
Expand Down

1 comment on commit 94d3785

@vercel
Copy link

@vercel vercel bot commented on 94d3785 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-gqykycf8t.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-ionic1.vercel.app

Please sign in to comment.