Skip to content

Commit

Permalink
fix(all): improve compatibility with vite (#25381)
Browse files Browse the repository at this point in the history
resolves #23823
  • Loading branch information
liamdebeasi committed May 31, 2022
1 parent 5a1a5f6 commit d83bcd2
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 88 deletions.
51 changes: 16 additions & 35 deletions core/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 core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"loader/"
],
"dependencies": {
"@stencil/core": "^2.14.2",
"ionicons": "^6.0.0",
"@stencil/core": "^2.16.0",
"ionicons": "^6.0.2",
"tslib": "^2.1.0"
},
"devDependencies": {
Expand Down
49 changes: 15 additions & 34 deletions packages/react/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"dependencies": {
"@ionic/core": "^6.1.7",
"ionicons": "^6.0.0",
"ionicons": "^6.0.2",
"tslib": "*"
},
"peerDependencies": {
Expand Down
30 changes: 15 additions & 15 deletions packages/vue/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@ionic/core": "^6.1.7",
"ionicons": "^6.0.0"
"ionicons": "^6.0.2"
},
"vetur": {
"tags": "dist/vetur/tags.json",
Expand Down

0 comments on commit d83bcd2

Please sign in to comment.