mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix: package resolution
This commit is contained in:
@@ -62,6 +62,6 @@
|
||||
},
|
||||
"prettier": "@ionic/prettier-config",
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.6.6"
|
||||
"@ionic/core": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.6.6",
|
||||
"@ionic/core": "workspace:*",
|
||||
"ionicons": "^7.0.0",
|
||||
"jsonc-parser": "^3.0.0",
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"css/"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.6.6",
|
||||
"@ionic/core": "workspace:*",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "*"
|
||||
},
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
"vue-router": "^4.0.16"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.6.6",
|
||||
"@ionic/core": "workspace:*",
|
||||
"ionicons": "^7.0.0"
|
||||
},
|
||||
"vetur": {
|
||||
|
||||
53
pnpm-lock.yaml
generated
53
pnpm-lock.yaml
generated
@@ -141,7 +141,7 @@ importers:
|
||||
packages/angular:
|
||||
dependencies:
|
||||
'@ionic/core':
|
||||
specifier: ^7.6.6
|
||||
specifier: workspace:*
|
||||
version: link:../../core
|
||||
ionicons:
|
||||
specifier: ^7.0.0
|
||||
@@ -247,7 +247,7 @@ importers:
|
||||
packages/angular-server:
|
||||
dependencies:
|
||||
'@ionic/core':
|
||||
specifier: ^7.6.6
|
||||
specifier: workspace:*
|
||||
version: link:../../core
|
||||
zone.js:
|
||||
specifier: '>=0.11.0'
|
||||
@@ -312,7 +312,7 @@ importers:
|
||||
packages/react:
|
||||
dependencies:
|
||||
'@ionic/core':
|
||||
specifier: ^7.6.6
|
||||
specifier: workspace:*
|
||||
version: link:../../core
|
||||
ionicons:
|
||||
specifier: ^7.0.0
|
||||
@@ -398,7 +398,7 @@ importers:
|
||||
dependencies:
|
||||
'@ionic/react':
|
||||
specifier: ^7.6.6
|
||||
version: link:../react
|
||||
version: 7.7.0(react-dom@16.9.0)(react@16.9.0)
|
||||
history:
|
||||
specifier: ^4.9.0
|
||||
version: 4.10.1
|
||||
@@ -470,7 +470,7 @@ importers:
|
||||
packages/vue:
|
||||
dependencies:
|
||||
'@ionic/core':
|
||||
specifier: ^7.6.6
|
||||
specifier: workspace:*
|
||||
version: link:../../core
|
||||
ionicons:
|
||||
specifier: ^7.0.0
|
||||
@@ -526,7 +526,7 @@ importers:
|
||||
dependencies:
|
||||
'@ionic/vue':
|
||||
specifier: ^7.6.6
|
||||
version: link:../vue
|
||||
version: 7.7.0
|
||||
devDependencies:
|
||||
'@ionic/eslint-config':
|
||||
specifier: ^0.3.0
|
||||
@@ -1798,6 +1798,14 @@ packages:
|
||||
engines: {node: '>=6.9.0'}
|
||||
dev: true
|
||||
|
||||
/@ionic/core@7.7.0:
|
||||
resolution: {integrity: sha512-ewbvX8u4+FNRBAw1nqBuCy4dI8OLTxoqZgm4qRs4zbrNLJInwTpYjCPzYueN0KE9ufP0n9HhS23lfcrQzJC7Hg==}
|
||||
dependencies:
|
||||
'@stencil/core': 4.12.0
|
||||
ionicons: 7.2.2
|
||||
tslib: 2.6.2
|
||||
dev: false
|
||||
|
||||
/@ionic/eslint-config@0.3.0(eslint@7.32.0)(typescript@4.7.2):
|
||||
resolution: {integrity: sha512-Uf1hS2YIoHlcvXPF5LnsPM6auMewEdChQhR117Rt3sVEAutbyKMpFP4slNC2a6up3a5Q34zepqlf61Qgkf9XeQ==}
|
||||
peerDependencies:
|
||||
@@ -1890,6 +1898,26 @@ packages:
|
||||
prettier: 2.8.3
|
||||
dev: true
|
||||
|
||||
/@ionic/react@7.7.0(react-dom@16.9.0)(react@16.9.0):
|
||||
resolution: {integrity: sha512-ULZLQwuUDz/qDzzdBAn15zKs9LUEp5nl6hMIx8kdWgsEzW95vSKwGaH5Rf1GmYjIhmZfQrW1by02mmho4ahSQg==}
|
||||
peerDependencies:
|
||||
react: '>=16.8.6'
|
||||
react-dom: '>=16.8.6'
|
||||
dependencies:
|
||||
'@ionic/core': 7.7.0
|
||||
ionicons: 7.2.2
|
||||
react: 16.9.0
|
||||
react-dom: 16.9.0(react@16.9.0)
|
||||
tslib: 2.6.2
|
||||
dev: false
|
||||
|
||||
/@ionic/vue@7.7.0:
|
||||
resolution: {integrity: sha512-Uf+z7h0LbYV0ljBEewkSwScRIXVzKqbSSBcEzji1Hrkefoymwyiw+8uVF9wN0uNlC+sXLDSiPp/VF0vq3+dzpQ==}
|
||||
dependencies:
|
||||
'@ionic/core': 7.7.0
|
||||
ionicons: 7.2.2
|
||||
dev: false
|
||||
|
||||
/@isaacs/cliui@8.0.2:
|
||||
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
||||
engines: {node: '>=12'}
|
||||
@@ -4014,6 +4042,12 @@ packages:
|
||||
engines: {node: '>=16.0.0', npm: '>=7.10.0'}
|
||||
hasBin: true
|
||||
|
||||
/@stencil/core@4.12.0:
|
||||
resolution: {integrity: sha512-qAQcfNmp2sdxAh1DlyUhHfDmIUS7mhI+5LAhPphg74zK9sKgFL5vpLzgjs0wohpjlmI4msgJFYiRB8lxVPqjPg==}
|
||||
engines: {node: '>=16.0.0', npm: '>=7.10.0'}
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/@stencil/react-output-target@0.5.3(@stencil/core@4.11.0):
|
||||
resolution: {integrity: sha512-68jwRp35CjAcwhTJ9yFD/3n+jrHOqvEH2jreVuPVvZK+4tkhPlYlwz0d1E1RlF3jyifUSfdkWUGgXIEy8Fo3yw==}
|
||||
peerDependencies:
|
||||
@@ -13581,7 +13615,6 @@ packages:
|
||||
/object-assign@4.1.1:
|
||||
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/object-copy@0.1.0:
|
||||
resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==}
|
||||
@@ -14795,7 +14828,6 @@ packages:
|
||||
loose-envify: 1.4.0
|
||||
object-assign: 4.1.1
|
||||
react-is: 16.13.1
|
||||
dev: true
|
||||
|
||||
/proto-list@1.2.4:
|
||||
resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==}
|
||||
@@ -14938,7 +14970,6 @@ packages:
|
||||
prop-types: 15.8.1
|
||||
react: 16.9.0
|
||||
scheduler: 0.15.0
|
||||
dev: true
|
||||
|
||||
/react-error-boundary@3.1.4(react@16.9.0):
|
||||
resolution: {integrity: sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==}
|
||||
@@ -14952,7 +14983,6 @@ packages:
|
||||
|
||||
/react-is@16.13.1:
|
||||
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
||||
dev: true
|
||||
|
||||
/react-is@17.0.2:
|
||||
resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
|
||||
@@ -15002,7 +15032,6 @@ packages:
|
||||
loose-envify: 1.4.0
|
||||
object-assign: 4.1.1
|
||||
prop-types: 15.8.1
|
||||
dev: true
|
||||
|
||||
/read-cmd-shim@3.0.1:
|
||||
resolution: {integrity: sha512-kEmDUoYf/CDy8yZbLTmhB1X9kkjf9Q80PCNsDMb7ufrGd6zZSQA1+UyjrO+pZm5K/S4OXCWJeiIt1JA8kAsa6g==}
|
||||
@@ -15547,7 +15576,6 @@ packages:
|
||||
dependencies:
|
||||
loose-envify: 1.4.0
|
||||
object-assign: 4.1.1
|
||||
dev: true
|
||||
|
||||
/scoped-regex@2.1.0:
|
||||
resolution: {integrity: sha512-g3WxHrqSWCZHGHlSrF51VXFdjImhwvH8ZO/pryFH56Qi0cDsZfylQa/t0jCzVQFNbNvM00HfHjkDPEuarKDSWQ==}
|
||||
@@ -16630,7 +16658,6 @@ packages:
|
||||
|
||||
/tslib@2.6.2:
|
||||
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
|
||||
dev: true
|
||||
|
||||
/tsutils@3.21.0(typescript@4.7.2):
|
||||
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
|
||||
|
||||
Reference in New Issue
Block a user