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:
Ryan Waskiewicz
2023-02-28 11:29:06 -08:00
committed by GitHub
parent 0d2fac2eef
commit 17d4323a5f
2 changed files with 9 additions and 8 deletions

15
core/package-lock.json generated
View File

@ -23,7 +23,7 @@
"@rollup/plugin-virtual": "^2.0.3",
"@stencil/angular-output-target": "^0.5.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",
"@types/jest": "^27.5.2",
"@types/node": "^14.6.0",
@ -48,6 +48,7 @@
}
},
"custom-rules": {
"name": "eslint-plugin-custom-rules",
"version": "1.0.0",
"dev": true
},
@ -1620,9 +1621,9 @@
}
},
"node_modules/@stencil/sass": {
"version": "3.0.0-dev.2023.2.16.0",
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-3.0.0-dev.2023.2.16.0.tgz",
"integrity": "sha512-9kgpaN8WTtRXZq+V7W5M/+UHTrcywYHhkH4VMwgfjXSglYVfHu6So+HsC3GGmPcx7WE4p8/ClaaHkWKhx6BYsQ==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-3.0.0.tgz",
"integrity": "sha512-P9NuT5G2ncy+BkQ0fAS+KDuwN+BlDr17yEAHCaEejGZDXK4hhhsxjm0ea8KCwEdDbzui4GDF6DS3VNDtUB6Hzg==",
"dev": true,
"peerDependencies": {
"@stencil/core": ">=2.0.0 || >=3.0.0-beta.0"
@ -11601,9 +11602,9 @@
"requires": {}
},
"@stencil/sass": {
"version": "3.0.0-dev.2023.2.16.0",
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-3.0.0-dev.2023.2.16.0.tgz",
"integrity": "sha512-9kgpaN8WTtRXZq+V7W5M/+UHTrcywYHhkH4VMwgfjXSglYVfHu6So+HsC3GGmPcx7WE4p8/ClaaHkWKhx6BYsQ==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-3.0.0.tgz",
"integrity": "sha512-P9NuT5G2ncy+BkQ0fAS+KDuwN+BlDr17yEAHCaEejGZDXK4hhhsxjm0ea8KCwEdDbzui4GDF6DS3VNDtUB6Hzg==",
"dev": true,
"requires": {}
},

View File

@ -45,7 +45,7 @@
"@rollup/plugin-virtual": "^2.0.3",
"@stencil/angular-output-target": "^0.5.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",
"@types/jest": "^27.5.2",
"@types/node": "^14.6.0",