mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(angular): devs can import ionic/angular styles in css (#26875)
This commit is contained in:
59
packages/vue-router/package-lock.json
generated
59
packages/vue-router/package-lock.json
generated
@ -660,15 +660,27 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "7.0.0-dev.11675196564.12c5f9a0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-dev.11675196564.12c5f9a0.tgz",
|
||||
"integrity": "sha512-KXVl0xPslPSisKjeWDVOojxteYyIQZdXxGgHN5N0zhovVEdqPrx2Na40QWzd0oyn5Jl3kAIdicOaCIyDyJ09Fw==",
|
||||
"version": "7.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-9SicD4OUQ33VGFWZFjWtaKPMHXQLNorrcjYRez0510S2ovIs1KmEk+wKVJ/xAIv4dagR+TAJhuacbNDIeffqXQ==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.18.0",
|
||||
"ionicons": "^6.1.3",
|
||||
"@stencil/core": "^3.0.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core/node_modules/@stencil/core": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.0.1.tgz",
|
||||
"integrity": "sha512-9QLWpv7b/kMu+cM9mPCATEZavDOEglBB/amhviIlTMUwLdwoGDNHohvpoxkoJN/VPHdmwT1XA6hDeT2lSnXV/Q==",
|
||||
"bin": {
|
||||
"stencil": "bin/stencil"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.10.0",
|
||||
"npm": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/eslint-config": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/eslint-config/-/eslint-config-0.3.0.tgz",
|
||||
@ -851,12 +863,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/vue": {
|
||||
"version": "7.0.0-dev.11675196564.12c5f9a0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-dev.11675196564.12c5f9a0.tgz",
|
||||
"integrity": "sha512-qqFXv/u4Wv2IkxAWXrDSpAED303Oac+vVz3c7eycOQtPbggrp+BjX71aNYBzkXyJ4CAObROvsOciFx4uvsggNQ==",
|
||||
"version": "7.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-EZ4xYkOVZ5v/dEOB9zaEKPuK5SYDfJa+JyRyyy/UZjj2QwXSadidDKd/4G1iM7DXstE47l4YBjQVyyFiZpzrCw==",
|
||||
"dependencies": {
|
||||
"@ionic/core": "7.0.0-dev.11675196564.12c5f9a0",
|
||||
"ionicons": "^6.1.1"
|
||||
"@ionic/core": "7.0.0-beta.5",
|
||||
"ionicons": "^6.1.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@istanbuljs/load-nyc-config": {
|
||||
@ -7665,13 +7677,20 @@
|
||||
"dev": true
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "7.0.0-dev.11675196564.12c5f9a0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-dev.11675196564.12c5f9a0.tgz",
|
||||
"integrity": "sha512-KXVl0xPslPSisKjeWDVOojxteYyIQZdXxGgHN5N0zhovVEdqPrx2Na40QWzd0oyn5Jl3kAIdicOaCIyDyJ09Fw==",
|
||||
"version": "7.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-9SicD4OUQ33VGFWZFjWtaKPMHXQLNorrcjYRez0510S2ovIs1KmEk+wKVJ/xAIv4dagR+TAJhuacbNDIeffqXQ==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.18.0",
|
||||
"ionicons": "^6.1.3",
|
||||
"@stencil/core": "^3.0.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stencil/core": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.0.1.tgz",
|
||||
"integrity": "sha512-9QLWpv7b/kMu+cM9mPCATEZavDOEglBB/amhviIlTMUwLdwoGDNHohvpoxkoJN/VPHdmwT1XA6hDeT2lSnXV/Q=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@ionic/eslint-config": {
|
||||
@ -7780,12 +7799,12 @@
|
||||
"requires": {}
|
||||
},
|
||||
"@ionic/vue": {
|
||||
"version": "7.0.0-dev.11675196564.12c5f9a0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-dev.11675196564.12c5f9a0.tgz",
|
||||
"integrity": "sha512-qqFXv/u4Wv2IkxAWXrDSpAED303Oac+vVz3c7eycOQtPbggrp+BjX71aNYBzkXyJ4CAObROvsOciFx4uvsggNQ==",
|
||||
"version": "7.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-EZ4xYkOVZ5v/dEOB9zaEKPuK5SYDfJa+JyRyyy/UZjj2QwXSadidDKd/4G1iM7DXstE47l4YBjQVyyFiZpzrCw==",
|
||||
"requires": {
|
||||
"@ionic/core": "7.0.0-dev.11675196564.12c5f9a0",
|
||||
"ionicons": "^6.1.1"
|
||||
"@ionic/core": "7.0.0-beta.5",
|
||||
"ionicons": "^6.1.3"
|
||||
}
|
||||
},
|
||||
"@istanbuljs/load-nyc-config": {
|
||||
|
@ -45,7 +45,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/ionic-team/ionic#readme",
|
||||
"dependencies": {
|
||||
"@ionic/vue": "^7.0.0-beta.5"
|
||||
"@ionic/vue": "7.0.0-beta.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ionic/eslint-config": "^0.3.0",
|
||||
|
Reference in New Issue
Block a user