mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
fix(deps): update ionicons usage to v6.1.2 (#26752)
This commit is contained in:
14
packages/vue/package-lock.json
generated
14
packages/vue/package-lock.json
generated
@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/core": "^6.5.3",
|
||||
"ionicons": "^6.1.1"
|
||||
"ionicons": "^6.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/types": "^7.18.4",
|
||||
@ -2249,9 +2249,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ionicons": {
|
||||
"version": "6.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.1.tgz",
|
||||
"integrity": "sha512-Qe6mx25DFNwA9UL1rhewI5StI3uD4+BqB2KdvLjyWhtvoUXwyAsmfHLZuDANAHQowIKtTt6BZCt5/g5NIQ635Q==",
|
||||
"version": "6.1.2",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.2.tgz",
|
||||
"integrity": "sha512-EL3jjlUzjPo8h2PfI+BUEjVMF9weSfLAFriNlk9pHFMTJq+7G12sAJBZ3AnRN8nTWA2pOS279PvFIWS3hbat+w==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
}
|
||||
@ -5268,9 +5268,9 @@
|
||||
}
|
||||
},
|
||||
"ionicons": {
|
||||
"version": "6.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.1.tgz",
|
||||
"integrity": "sha512-Qe6mx25DFNwA9UL1rhewI5StI3uD4+BqB2KdvLjyWhtvoUXwyAsmfHLZuDANAHQowIKtTt6BZCt5/g5NIQ635Q==",
|
||||
"version": "6.1.2",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.2.tgz",
|
||||
"integrity": "sha512-EL3jjlUzjPo8h2PfI+BUEjVMF9weSfLAFriNlk9pHFMTJq+7G12sAJBZ3AnRN8nTWA2pOS279PvFIWS3hbat+w==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
},
|
||||
|
@ -69,7 +69,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ionic/core": "^6.5.3",
|
||||
"ionicons": "^6.1.1"
|
||||
"ionicons": "^6.1.2"
|
||||
},
|
||||
"vetur": {
|
||||
"tags": "dist/vetur/tags.json",
|
||||
|
Reference in New Issue
Block a user