Skip to content

Commit 070ac4b

Browse files
committed
wip
1 parent 95956bf commit 070ac4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

stubs/esbuild/package.json.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailpress",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Boilerplate WordPress theme with Tailwind CSS.",
55
"author": "Jeffrey van Rossum",
66
"repository": {
@@ -37,6 +37,6 @@
3737
"postcss": "^8.4.18",
3838
"postcss-import": "^14.0.0",
3939
"postcss-nested-ancestors": "^2.0.0",
40-
"tailwindcss": "^3.2.0"
40+
"tailwindcss": "^3.3.0"
4141
}
4242
}

stubs/mix/package.json.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailpress",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Boilerplate WordPress theme with Tailwind CSS.",
55
"author": "Jeffrey van Rossum",
66
"repository": {
@@ -29,6 +29,6 @@
2929
"postcss-nested": "^5.0.3",
3030
"postcss-nested-ancestors": "^2.0.0",
3131
"resolve-url-loader": "^3.1.2",
32-
"tailwindcss": "^3.2.0"
32+
"tailwindcss": "^3.3.0"
3333
}
3434
}

0 commit comments

Comments
 (0)