mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
chore(deps): upgrade @stencil/sass to v3.0.0 (#26877)
this commit bumps the version of `@stencil/sass` from its pre-release version (3.0.0-0) to the general availability version (3.0.0). no changes between the two versions exists, other than the version number itself
This commit is contained in:
15
core/package-lock.json
generated
15
core/package-lock.json
generated
@ -23,7 +23,7 @@
|
|||||||
"@rollup/plugin-virtual": "^2.0.3",
|
"@rollup/plugin-virtual": "^2.0.3",
|
||||||
"@stencil/angular-output-target": "^0.5.0",
|
"@stencil/angular-output-target": "^0.5.0",
|
||||||
"@stencil/react-output-target": "^0.4.0",
|
"@stencil/react-output-target": "^0.4.0",
|
||||||
"@stencil/sass": "^3.0.0-dev.2023.2.16.0",
|
"@stencil/sass": "^3.0.0",
|
||||||
"@stencil/vue-output-target": "^0.7.0",
|
"@stencil/vue-output-target": "^0.7.0",
|
||||||
"@types/jest": "^27.5.2",
|
"@types/jest": "^27.5.2",
|
||||||
"@types/node": "^14.6.0",
|
"@types/node": "^14.6.0",
|
||||||
@ -48,6 +48,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"custom-rules": {
|
"custom-rules": {
|
||||||
|
"name": "eslint-plugin-custom-rules",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
@ -1620,9 +1621,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@stencil/sass": {
|
"node_modules/@stencil/sass": {
|
||||||
"version": "3.0.0-dev.2023.2.16.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-3.0.0-dev.2023.2.16.0.tgz",
|
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-3.0.0.tgz",
|
||||||
"integrity": "sha512-9kgpaN8WTtRXZq+V7W5M/+UHTrcywYHhkH4VMwgfjXSglYVfHu6So+HsC3GGmPcx7WE4p8/ClaaHkWKhx6BYsQ==",
|
"integrity": "sha512-P9NuT5G2ncy+BkQ0fAS+KDuwN+BlDr17yEAHCaEejGZDXK4hhhsxjm0ea8KCwEdDbzui4GDF6DS3VNDtUB6Hzg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@stencil/core": ">=2.0.0 || >=3.0.0-beta.0"
|
"@stencil/core": ">=2.0.0 || >=3.0.0-beta.0"
|
||||||
@ -11601,9 +11602,9 @@
|
|||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"@stencil/sass": {
|
"@stencil/sass": {
|
||||||
"version": "3.0.0-dev.2023.2.16.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-3.0.0-dev.2023.2.16.0.tgz",
|
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-3.0.0.tgz",
|
||||||
"integrity": "sha512-9kgpaN8WTtRXZq+V7W5M/+UHTrcywYHhkH4VMwgfjXSglYVfHu6So+HsC3GGmPcx7WE4p8/ClaaHkWKhx6BYsQ==",
|
"integrity": "sha512-P9NuT5G2ncy+BkQ0fAS+KDuwN+BlDr17yEAHCaEejGZDXK4hhhsxjm0ea8KCwEdDbzui4GDF6DS3VNDtUB6Hzg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -45,7 +45,7 @@
|
|||||||
"@rollup/plugin-virtual": "^2.0.3",
|
"@rollup/plugin-virtual": "^2.0.3",
|
||||||
"@stencil/angular-output-target": "^0.5.0",
|
"@stencil/angular-output-target": "^0.5.0",
|
||||||
"@stencil/react-output-target": "^0.4.0",
|
"@stencil/react-output-target": "^0.4.0",
|
||||||
"@stencil/sass": "^3.0.0-dev.2023.2.16.0",
|
"@stencil/sass": "^3.0.0",
|
||||||
"@stencil/vue-output-target": "^0.7.0",
|
"@stencil/vue-output-target": "^0.7.0",
|
||||||
"@types/jest": "^27.5.2",
|
"@types/jest": "^27.5.2",
|
||||||
"@types/node": "^14.6.0",
|
"@types/node": "^14.6.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user