Skip to content

Commit 545a4d3

Browse files
committed
chore: update all the things
1 parent 2b79bcd commit 545a4d3

File tree

5 files changed

+170
-178
lines changed

5 files changed

+170
-178
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.24.4
1+
go 1.25.0
22
node 22.15.1
33
python 3.12.10
4-
pnpm 10.11.1
4+
pnpm 10.14.0

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cfgv==3.4.0
22
distlib==0.4.0
3-
filelock==3.18.0
3+
filelock==3.19.1
44
identify==2.6.13
55
nodeenv==1.9.1
66
platformdirs==4.3.8
77
pre-commit==4.3.0
88
pyyaml==6.0.2
9-
virtualenv==20.33.1
9+
virtualenv==20.34.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/esacteksab/simpl
22

3-
go 1.24.4
3+
go 1.25.0

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "0.8.0",
44
"description": "A simpl(e) Hugo Theme",
55
"author": "@esacteksab",
6-
"packageManager": "pnpm@10.11.1",
6+
"packageManager": "pnpm@10.14.0",
77
"scripts": {
88
"postcss": "postcss ./assets/css/main.css --config ./postcss.config.js -r"
99
},
1010
"devDependencies": {
11-
"@tailwindcss/cli": "^4.1.11",
11+
"@tailwindcss/cli": "^4.1.12",
1212
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
13-
"@tailwindcss/postcss": "^4.1.11",
13+
"@tailwindcss/postcss": "^4.1.12",
1414
"@tailwindcss/typography": "^0.5.16",
1515
"autoprefixer": "^10.4.21",
1616
"install": "^0.13.0",
@@ -28,8 +28,8 @@
2828
"prettier-plugin-tailwindcss": "^0.6.14",
2929
"prettier-plugin-toml": "^2.0.6",
3030
"stylelint": "^16.23.1",
31-
"stylelint-config-recommended": "^16.0.0",
32-
"tailwindcss": "^4.1.11"
31+
"stylelint-config-recommended": "^17.0.0",
32+
"tailwindcss": "^4.1.12"
3333
},
3434
"postcss": {
3535
"map": false,

0 commit comments

Comments
 (0)