|
1 | 1 | { |
2 | 2 | "name": "itcss", |
3 | | - "version": "1.7.1", |
| 3 | + "version": "1.8.0", |
4 | 4 | "description": "CSS starter boilerplate based on the ITCSS pattern", |
5 | 5 | "scripts": { |
6 | 6 | "build": "postcss index.css -o main.css -c postcss.config.js", |
|
40 | 40 | "postcss-utilities": "0.8.4" |
41 | 41 | }, |
42 | 42 | "peerDependencies": { |
43 | | - "postcss": "^8.1.10", |
44 | | - "postcss-calc": "^7.0.5 || ^8.0.0", |
45 | | - "postcss-cli": "^8.3.0", |
46 | | - "postcss-custom-media": "^7.0.8 || ^8.0.0", |
47 | | - "postcss-each": "^0.10.0", |
48 | | - "postcss-each-variables": "^0.3.0", |
49 | | - "postcss-easy-import": "^3.0.0", |
50 | | - "postcss-extend": "^1.0.5", |
51 | | - "postcss-flexbugs-fixes": "^5.0.2", |
52 | | - "postcss-for": "^2.1.1", |
53 | | - "postcss-mixins": "^7.0.1", |
54 | | - "postcss-nested": "^5.0.1", |
55 | | - "postcss-normalize": "^9.0.0", |
56 | | - "postcss-preset-env": "^6.7.0", |
57 | | - "postcss-utilities": "^0.8.4" |
| 43 | + "postcss": ">=8.1.10", |
| 44 | + "postcss-calc": ">=8.0.0", |
| 45 | + "postcss-cli": ">=8.3.0", |
| 46 | + "postcss-custom-media": ">=8.0.0", |
| 47 | + "postcss-each": ">=0.10.0", |
| 48 | + "postcss-each-variables": ">=0.3.0", |
| 49 | + "postcss-easy-import": ">=3.0.0", |
| 50 | + "postcss-extend": ">=1.0.5", |
| 51 | + "postcss-flexbugs-fixes": ">=5.0.2", |
| 52 | + "postcss-for": ">=2.1.1", |
| 53 | + "postcss-mixins": ">=7.0.1", |
| 54 | + "postcss-nested": ">=5.0.1", |
| 55 | + "postcss-normalize": ">=9.0.0", |
| 56 | + "postcss-preset-env": ">=6.7.0", |
| 57 | + "postcss-utilities": ">=0.8.4" |
58 | 58 | } |
59 | 59 | } |
0 commit comments