feat(deps): update ionicons to 6.1.0 (#26617)

This commit is contained in:
Liam DeBeasi
2023-01-17 16:16:39 -05:00
committed by GitHub
parent c2e1ad385d
commit ccd2a9224e
8 changed files with 44 additions and 56 deletions

View File

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.4.1",
"ionicons": "^6.0.4",
"ionicons": "^6.1.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
},
@ -3558,9 +3558,9 @@
}
},
"node_modules/ionicons": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.0.4.tgz",
"integrity": "sha512-uDNOkBo0OVYV+kIhb51g9mb7r3Z0b+78GPZQBsjXuaetNmrB/mNTqN/uFtO+vxL/rQySKjzk8qeKJI5NWL9Ueg==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.0.tgz",
"integrity": "sha512-M9oOtCoVrKs181ULp0AhLFt//4+HRv6Q0SgTUTUW3+sV4ouj+vtPJjEukhchaSLv3vPfArGyajPcYcI5/xey2A==",
"dependencies": {
"@stencil/core": "^2.18.0"
}
@ -9800,9 +9800,9 @@
}
},
"ionicons": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.0.4.tgz",
"integrity": "sha512-uDNOkBo0OVYV+kIhb51g9mb7r3Z0b+78GPZQBsjXuaetNmrB/mNTqN/uFtO+vxL/rQySKjzk8qeKJI5NWL9Ueg==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.0.tgz",
"integrity": "sha512-M9oOtCoVrKs181ULp0AhLFt//4+HRv6Q0SgTUTUW3+sV4ouj+vtPJjEukhchaSLv3vPfArGyajPcYcI5/xey2A==",
"requires": {
"@stencil/core": "^2.18.0"
}

View File

@ -43,7 +43,7 @@
},
"dependencies": {
"@ionic/core": "^6.4.1",
"ionicons": "^6.0.4",
"ionicons": "^6.1.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
},