Skip to content

Commit

Permalink
fix(deps): update ionicons usage to v6.1.2 (#26752)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Feb 8, 2023
1 parent f47be37 commit c07933c
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 29 deletions.
11 changes: 7 additions & 4 deletions angular/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 angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@ionic/core": "^6.5.3",
"ionicons": "^6.1.1",
"ionicons": "^6.1.2",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions core/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 core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.1",
"ionicons": "^6.1.2",
"tslib": "^2.1.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 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 @@ -43,7 +43,7 @@
],
"dependencies": {
"@ionic/core": "^6.5.3",
"ionicons": "^6.1.1",
"ionicons": "^6.1.2",
"tslib": "*"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 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 @@ -69,7 +69,7 @@
},
"dependencies": {
"@ionic/core": "^6.5.3",
"ionicons": "^6.1.1"
"ionicons": "^6.1.2"
},
"vetur": {
"tags": "dist/vetur/tags.json",
Expand Down

0 comments on commit c07933c

Please sign in to comment.