|
1 | 1 | { |
2 | 2 | "name": "simpl", |
3 | | - "version": "0.7.3", |
| 3 | + "version": "0.8.0", |
4 | 4 | "description": "A simpl(e) Hugo Theme", |
5 | 5 | "author": "@esacteksab", |
6 | | - "packageManager": "[email protected].0", |
| 6 | + "packageManager": "[email protected].1", |
7 | 7 | "scripts": { |
8 | 8 | "postcss": "postcss ./assets/css/main.css --config ./postcss.config.js -r" |
9 | 9 | }, |
10 | 10 | "devDependencies": { |
11 | 11 | "@tailwindcss/cli": "^4.1.8", |
12 | 12 | "@tailwindcss/nesting": "0.0.0-insiders.565cd3e", |
13 | | - "@tailwindcss/postcss": "^4.1.7", |
| 13 | + "@tailwindcss/postcss": "^4.1.8", |
14 | 14 | "@tailwindcss/typography": "^0.5.16", |
15 | 15 | "autoprefixer": "^10.4.21", |
16 | 16 | "install": "^0.13.0", |
17 | | - "npm": "^11.4.0", |
18 | | - "postcss": "^8.5.3", |
| 17 | + "npm": "^11.4.1", |
| 18 | + "postcss": "^8.5.4", |
19 | 19 | "postcss-cli": "^11.0.1", |
20 | 20 | "postcss-color-converter": "^1.1.2", |
21 | 21 | "postcss-flexbugs-fixes": "^5.0.2", |
22 | 22 | "prettier": "^3.5.3", |
23 | 23 | "prettier-plugin-css-order": "^2.1.2", |
24 | 24 | "prettier-plugin-go-template": "^0.0.15", |
25 | 25 | "prettier-plugin-organize-attributes": "^1.0.0", |
26 | | - "prettier-plugin-pkg": "^0.19.1", |
| 26 | + "prettier-plugin-pkg": "^0.20.0", |
27 | 27 | "prettier-plugin-sh": "^0.17.4", |
28 | | - "prettier-plugin-tailwindcss": "^0.6.11", |
| 28 | + "prettier-plugin-tailwindcss": "^0.6.12", |
29 | 29 | "prettier-plugin-toml": "^2.0.5", |
30 | | - "stylelint": "^16.19.1", |
| 30 | + "stylelint": "^16.20.0", |
31 | 31 | "stylelint-config-recommended": "^16.0.0", |
32 | | - "tailwindcss": "^4.1.7" |
| 32 | + "tailwindcss": "^4.1.8" |
33 | 33 | }, |
34 | 34 | "postcss": { |
35 | 35 | "map": false, |
|
0 commit comments