Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-01-31 09:52:07 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-01-31 09:52:07 +0300
commit9c1da89a5e060c4039e39a72cfabe68028f42d17 (patch)
treea20d433465b6f4b02df91e15b28c45e790869618 /package.json
parentd9e12b36694c3f5c546495a2b517a2eece2434d7 (diff)
Add stylelint, postcss, and postcss-scss. Update gitlab-ui and gitlab-stylelint-config
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index f583ea20..152151c9 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.11",
"@gitlab/eslint-plugin": "^10.0.2",
- "@gitlab/stylelint-config": "^2.6.0",
+ "@gitlab/stylelint-config": "^3.0.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-inject": "^4.0.4",
@@ -27,16 +27,19 @@
"eslint": "^8.8.0",
"glob": "^7.2.0",
"jest": "^27.4.7",
+ "postcss": "^8.4.5",
+ "postcss-scss": "^4.0.3",
"prettier": "^2.5.1",
"rollup": "^2.64.0",
"rollup-plugin-import-resolver": "^1.2.1",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-vue": "^5.1.9",
+ "stylelint": "^14.3.0",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@gitlab/svgs": "^2.2.0",
- "@gitlab/ui": "^33.1.2",
+ "@gitlab/ui": "^34.0.0",
"@popperjs/core": "^2.11.2",
"@tnir/instantsearch.js": "4.13.2-q.1",
"algoliasearch": "4.12.1",