@taiga-ui/configs 0.512.0 → 0.514.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -1
  2. package/package.json +16 -12
package/README.md CHANGED
@@ -1,3 +1,16 @@
1
1
  # @taiga-ui/configs
2
2
 
3
- Entry point for all Taiga UI configurations. It just peers dependencies all configs from other packages.
3
+ Meta-package for installing Taiga UI development configurations.
4
+
5
+ It includes peer dependencies for:
6
+
7
+ - ESLint config and plugin
8
+ - Prettier config
9
+ - Stylelint config
10
+ - Jest config
11
+ - Commitlint config
12
+ - Release-it config
13
+ - TypeScript config
14
+ - Browserslist config
15
+ - CSpell config
16
+ - Sync tooling
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@taiga-ui/configs",
3
- "version": "0.512.0",
3
+ "version": "0.514.0",
4
4
  "description": "Taiga UI configs",
5
+ "homepage": "https://github.com/taiga-family/toolkit#readme",
6
+ "bugs": {
7
+ "url": "https://github.com/taiga-family/toolkit/issues"
8
+ },
5
9
  "repository": {
6
10
  "type": "git",
7
11
  "url": "https://github.com/taiga-family/toolkit.git"
@@ -26,17 +30,17 @@
26
30
  }
27
31
  ],
28
32
  "peerDependencies": {
29
- "@taiga-ui/auto-changelog-config": "^0.512.0",
30
- "@taiga-ui/browserslist-config": "^0.512.0",
31
- "@taiga-ui/commitlint-config": "^0.512.0",
32
- "@taiga-ui/cspell-config": "^0.512.0",
33
- "@taiga-ui/eslint-plugin-experience-next": "^0.512.0",
34
- "@taiga-ui/jest-config": "^0.512.0",
35
- "@taiga-ui/prettier-config": "^0.512.0",
36
- "@taiga-ui/release-it-config": "^0.512.0",
37
- "@taiga-ui/stylelint-config": "^0.512.0",
38
- "@taiga-ui/syncer": "^0.512.0",
39
- "@taiga-ui/tsconfig": "^0.512.0"
33
+ "@taiga-ui/auto-changelog-config": "^0.514.0",
34
+ "@taiga-ui/browserslist-config": "^0.514.0",
35
+ "@taiga-ui/commitlint-config": "^0.514.0",
36
+ "@taiga-ui/cspell-config": "^0.514.0",
37
+ "@taiga-ui/eslint-plugin-experience-next": "^0.514.0",
38
+ "@taiga-ui/jest-config": "^0.514.0",
39
+ "@taiga-ui/prettier-config": "^0.514.0",
40
+ "@taiga-ui/release-it-config": "^0.514.0",
41
+ "@taiga-ui/stylelint-config": "^0.514.0",
42
+ "@taiga-ui/syncer": "^0.514.0",
43
+ "@taiga-ui/tsconfig": "^0.514.0"
40
44
  },
41
45
  "publishConfig": {
42
46
  "access": "public"