fix: dependencies

This commit is contained in:
Jean-Baptiste Pasquier 2021-06-22 15:56:06 +02:00
parent 77a1d2bd4d
commit dda612c521
2 changed files with 4 additions and 10 deletions

11
package-lock.json generated
View File

@ -1615,15 +1615,10 @@
"physical-cpu-count": "^2.0.0" "physical-cpu-count": "^2.0.0"
} }
}, },
"@startinblox/hubl-styling-framework": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.9.8.tgz",
"integrity": "sha512-MLKE/4sr74yETmWEgLi7vOLyUiF8znXzqsr8qh7qRuInh3nhm2b09KmvLMY1FY/qTBc/dXP0gH4aibI2BRwFLA=="
},
"@startinblox/orbit-styling-framework": { "@startinblox/orbit-styling-framework": {
"version": "1.9.9", "version": "1.9.10",
"resolved": "https://registry.npmjs.org/@startinblox/orbit-styling-framework/-/orbit-styling-framework-1.9.9.tgz", "resolved": "https://registry.npmjs.org/@startinblox/orbit-styling-framework/-/orbit-styling-framework-1.9.10.tgz",
"integrity": "sha512-Y57drIGwsKwEHUOvoZEuJGP9mW58r0BBHgAaJZfzbFXfAKGEu9U2fPBFzQneApDBotBo+6IWmrfCTQz3uo4weQ==" "integrity": "sha512-cRo8xUhIZqk4Op+2RjnR7NIc2NZaGhIQRt90LkhnroNJk4D7SwEgA5bZfk/EgCOO/UVRRb0Rm7Nx2wW03AMOiw=="
}, },
"@types/node": { "@types/node": {
"version": "14.17.3", "version": "14.17.3",

View File

@ -62,8 +62,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@startinblox/hubl-styling-framework": "^1.9.8", "@startinblox/orbit-styling-framework": "^1.9.10",
"@startinblox/orbit-styling-framework": "^1.9.9",
"autoprefixer": "^9.8.6", "autoprefixer": "^9.8.6",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",