[AAE-7501] Fix SCSS deprecation warnings (#7519)

* update package lock

* update CLI lock file

* fix scss deprecations

* reduce calculations in styles
This commit is contained in:
Denys Vuika
2022-02-22 12:27:13 +00:00
committed by GitHub
parent d55d724bd3
commit 8d73cc1794
5 changed files with 16 additions and 15 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "4.8.0-4074",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.8.0-4074.tgz",
"integrity": "sha512-TJiQoB6Eb/vO1qPi1BUZhG1iEvKiCBy/33kMjhVVBndSESPvPkGcPvfxVj25dXfl6NTxadb69uKhybi32lD/sQ==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-4.8.0.tgz",
"integrity": "sha512-QEubgUYWNSOkK/tHvoERkTarahm4WST4t0JkbUTUhKAJaCxyaSX6DFg2ZZxBEzwgWZlVYtTbf5k43OGjbRpkbg==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",
@@ -535,9 +535,9 @@
},
"dependencies": {
"type": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/type/-/type-2.5.0.tgz",
"integrity": "sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw=="
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/type/-/type-2.6.0.tgz",
"integrity": "sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ=="
}
}
},