Skip to content

Commit 62c6dc6

Browse files
committed
chore(deps): doing dependabot's job
1 parent 1e911c6 commit 62c6dc6

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"name": "simpl",
3-
"version": "0.0.1",
4-
"description": "A simpl(e) Hugo Theme",
5-
"author": "@esacteksab",
6-
"scripts": {
7-
"postcss": "postcss ./assets/css/main.css --config ./postcss.config.js -r"
8-
},
9-
"devDependencies": {
10-
"@tailwindcss/cli": "^4.0.0",
11-
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
12-
"@tailwindcss/postcss": "^4.0.12",
13-
"@tailwindcss/typography": "^0.5.16",
14-
"autoprefixer": "^10.4.20",
15-
"install": "^0.13.0",
16-
"npm": "^11.2.0",
17-
"postcss": "^8.5.3",
18-
"postcss-cli": "^11.0.0",
19-
"postcss-color-converter": "^1.1.2",
20-
"postcss-flexbugs-fixes": "^5.0.2",
21-
"prettier": "^3.5.3",
22-
"prettier-plugin-css-order": "^2.1.2",
23-
"prettier-plugin-go-template": "^0.0.15",
24-
"prettier-plugin-organize-attributes": "^1.0.0",
25-
"prettier-plugin-pkg": "^0.18.1",
26-
"prettier-plugin-sh": "^0.16.0",
27-
"prettier-plugin-tailwindcss": "^0.6.11",
28-
"prettier-plugin-toml": "^2.0.1",
29-
"stylelint": "^16.14.1",
30-
"stylelint-config-recommended": "^15.0.0",
31-
"tailwindcss": "^4.0.12"
32-
},
33-
"postcss": {
34-
"map": false,
35-
"plugins": {
36-
"css-declaration-sorter": {
37-
"order": "smacss"
38-
}
2+
"name": "simpl",
3+
"version": "0.0.1",
4+
"description": "A simpl(e) Hugo Theme",
5+
"author": "@esacteksab",
6+
"scripts": {
7+
"postcss": "postcss ./assets/css/main.css --config ./postcss.config.js -r"
8+
},
9+
"devDependencies": {
10+
"@tailwindcss/cli": "^4.0.17",
11+
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
12+
"@tailwindcss/postcss": "^4.0.17",
13+
"@tailwindcss/typography": "^0.5.16",
14+
"autoprefixer": "^10.4.21",
15+
"install": "^0.13.0",
16+
"npm": "^11.2.0",
17+
"postcss": "^8.5.3",
18+
"postcss-cli": "^11.0.1",
19+
"postcss-color-converter": "^1.1.2",
20+
"postcss-flexbugs-fixes": "^5.0.2",
21+
"prettier": "^3.5.3",
22+
"prettier-plugin-css-order": "^2.1.2",
23+
"prettier-plugin-go-template": "^0.0.15",
24+
"prettier-plugin-organize-attributes": "^1.0.0",
25+
"prettier-plugin-pkg": "^0.18.1",
26+
"prettier-plugin-sh": "^0.16.0",
27+
"prettier-plugin-tailwindcss": "^0.6.11",
28+
"prettier-plugin-toml": "^2.0.3",
29+
"stylelint": "^16.17.0",
30+
"stylelint-config-recommended": "^15.0.0",
31+
"tailwindcss": "^4.0.12"
32+
},
33+
"postcss": {
34+
"map": false,
35+
"plugins": {
36+
"css-declaration-sorter": {
37+
"order": "smacss"
38+
}
39+
}
3940
}
40-
}
4141
}

0 commit comments

Comments
 (0)