Skip to content

Commit 021114b

Browse files
committed
chore: upgrade dependencies
1 parent 69d2dde commit 021114b

20 files changed

Lines changed: 666 additions & 1580 deletions

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,22 @@
5757
"tailwindcss": ">=3.4.14 || >=4.0.0"
5858
},
5959
"devDependencies": {
60-
"@changesets/changelog-github": "^0.5.0",
61-
"@changesets/cli": "^2.27.11",
62-
"@tailwindcss/node": "^4.0.0",
63-
"@types/node": "^22.10.2",
64-
"@vitest/coverage-istanbul": "2.1.8",
65-
"@vitest/ui": "^2.1.8",
60+
"@changesets/changelog-github": "^0.5.1",
61+
"@changesets/cli": "^2.28.1",
62+
"@tailwindcss/node": "^4.1.3",
63+
"@types/node": "^22.14.1",
64+
"@vitest/coverage-istanbul": "3.1.1",
65+
"@vitest/ui": "^3.1.1",
6666
"@vnphanquang/eslint-config": "^4.0.2",
67-
"eslint": "^9.17.0",
68-
"postcss": "^8.4.49",
69-
"prettier": "^3.4.2",
70-
"publint": "^0.2.12",
71-
"tailwindcss": "^4.0.0",
67+
"eslint": "^9.24.0",
68+
"postcss": "^8.5.3",
69+
"prettier": "^3.5.3",
70+
"publint": "^0.3.11",
71+
"tailwindcss": "^4.1.3",
7272
"tailwindcssv3": "npm:tailwindcss@3.4.17",
73-
"typescript": "^5.7.2",
74-
"vite": "^6.0.6",
75-
"vitest": "^2.1.8"
73+
"typescript": "^5.8.3",
74+
"vite": "^6.2.6",
75+
"vitest": "^3.1.1"
7676
},
7777
"packageManager": "pnpm@9.12.0",
7878
"engines": {

pnpm-lock.yaml

Lines changed: 634 additions & 1543 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/__snapshots__/v4/custom-default-weight.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
22
@layer base {
33
:root, :host {
44
--spacing: 0.25rem;
@@ -32,4 +32,3 @@
3232
}
3333
}
3434
}
35-
: ;

tests/__snapshots__/v4/custom-layer.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
22
@layer base {
33
:root, :host {
44
--spacing: 0.25rem;
@@ -32,4 +32,3 @@
3232
}
3333
}
3434
}
35-
: ;

tests/__snapshots__/v4/custom-prefix.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
22
@layer base {
33
:root, :host {
44
--spacing: 0.25rem;
@@ -32,4 +32,3 @@
3232
}
3333
}
3434
}
35-
: ;

tests/__snapshots__/v4/custom-property.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
22
@layer base {
33
:root, :host {
44
--spacing: 0.25rem;
@@ -32,4 +32,3 @@
3232
}
3333
}
3434
}
35-
: ;

tests/__snapshots__/v4/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
22
@layer base {
33
:root, :host {
44
--spacing: 0.25rem;

tests/__snapshots__/v4/no-icon-found.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
22
@layer base {
33
:root, :host {
44
--spacing: 0.25rem;

tests/__snapshots__/v4/no-icon-name.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
22
@layer base {
33
:root, :host {
44
--spacing: 0.25rem;

tests/__snapshots__/v4/no-layer.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
22
@layer base {
33
:root, :host {
44
--spacing: 0.25rem;
@@ -28,4 +28,3 @@
2828
--ph-url: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBmaWxsPSJjdXJyZW50Q29sb3IiPjxwYXRoIGQ9Ik0xMjgsMjRBMTA0LDEwNCwwLDEsMCwyMzIsMTI4LDEwNC4xMSwxMDQuMTEsMCwwLDAsMTI4LDI0Wm0wLDE5MmE4OCw4OCwwLDEsMSw4OC04OEE4OC4xLDg4LjEsMCwwLDEsMTI4LDIxNlptMTYtNDBhOCw4LDAsMCwxLTgsOCwxNiwxNiwwLDAsMS0xNi0xNlYxMjhhOCw4LDAsMCwxLDAtMTYsMTYsMTYsMCwwLDEsMTYsMTZ2NDBBOCw4LDAsMCwxLDE0NCwxNzZaTTExMiw4NGExMiwxMiwwLDEsMSwxMiwxMkExMiwxMiwwLDAsMSwxMTIsODRaIi8+PC9zdmc+);
2929
}
3030
}
31-
: ;

0 commit comments

Comments
 (0)