Skip to content

Commit fcdd2ec

Browse files
author
Dipak Sarkar
committed
updated build system
1 parent 4412eec commit fcdd2ec

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"jest": "^25.3.0",
4343
"node-fetch": "^2.6.0",
4444
"npm-run-all": "^4.1.5",
45+
"postcss": "6.0",
4546
"quasar": "^1.11.3",
4647
"rollup": "^2.6.1",
4748
"rollup-plugin-buble": "^0.19.8",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11030,6 +11030,15 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
1103011030
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
1103111031
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
1103211032

11033+
postcss@6.0, postcss@^6.0.1:
11034+
version "6.0.23"
11035+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
11036+
integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==
11037+
dependencies:
11038+
chalk "^2.4.1"
11039+
source-map "^0.6.1"
11040+
supports-color "^5.4.0"
11041+
1103311042
postcss@^5.2.5:
1103411043
version "5.2.18"
1103511044
resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.18.tgz#badfa1497d46244f6390f58b319830d9107853c5"
@@ -11040,15 +11049,6 @@ postcss@^5.2.5:
1104011049
source-map "^0.5.6"
1104111050
supports-color "^3.2.3"
1104211051

11043-
postcss@^6.0.1:
11044-
version "6.0.23"
11045-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
11046-
integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==
11047-
dependencies:
11048-
chalk "^2.4.1"
11049-
source-map "^0.6.1"
11050-
supports-color "^5.4.0"
11051-
1105211052
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0.5, postcss@^7.0.6:
1105311053
version "7.0.36"
1105411054
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"

0 commit comments

Comments
 (0)