Skip to content

Commit 313cec2

Browse files
committed
chore(deps): upgrade
1 parent a04a10f commit 313cec2

File tree

5 files changed

+691
-686
lines changed

5 files changed

+691
-686
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"devDependencies": {
3535
"@changesets/changelog-github": "^0.5.0",
3636
"@changesets/cli": "^2.27.12",
37-
"@commitlint/cli": "^19.6.1",
38-
"@commitlint/config-conventional": "^19.6.0",
39-
"@commitlint/prompt-cli": "^19.7.0",
37+
"@commitlint/cli": "^19.7.1",
38+
"@commitlint/config-conventional": "^19.7.1",
39+
"@commitlint/prompt-cli": "^19.7.1",
4040
"@commitlint/types": "^19.5.0",
4141
"@icebreakers/eslint-config": "^0.7.13",
4242
"@icebreakers/monorepo": "^0.6.22",
@@ -54,15 +54,15 @@
5454
"@types/html-minifier-terser": "^7.0.2",
5555
"@types/klaw": "^3.0.6",
5656
"@types/lint-staged": "^13.3.0",
57-
"@types/lodash": "^4.17.14",
57+
"@types/lodash": "^4.17.15",
5858
"@types/lodash-es": "^4.17.12",
5959
"@types/micromatch": "^4.0.9",
60-
"@types/node": "^22.10.10",
60+
"@types/node": "^22.13.1",
6161
"@types/resolve": "^1.20.6",
6262
"@types/semver": "^7.5.8",
6363
"@types/set-value": "^4.0.3",
64-
"@vitest/coverage-v8": "~3.0.4",
65-
"astro": "^5.1.9",
64+
"@vitest/coverage-v8": "~3.0.5",
65+
"astro": "^5.2.5",
6666
"ci-info": "^4.1.0",
6767
"comment-json": "^4.2.5",
6868
"cross-env": "^7.0.3",
@@ -74,12 +74,12 @@
7474
"execa": "^9.5.2",
7575
"fast-glob": "^3.3.3",
7676
"fs-extra": "^11.3.0",
77-
"get-value": "^3.0.1",
77+
"get-value": "^4.0.1",
7878
"html-minifier-terser": "^7.2.0",
7979
"html-webpack-plugin": "^5.6.3",
8080
"husky": "^9.1.7",
8181
"klaw": "^4.1.0",
82-
"lint-staged": "^15.4.2",
82+
"lint-staged": "^15.4.3",
8383
"local-pkg": "^1.0.0",
8484
"lodash": "^4.17.21",
8585
"lodash-es": "^4.17.21",
@@ -94,22 +94,22 @@
9494
"postcss7": "npm:postcss@7",
9595
"prettier": "^3.4.2",
9696
"rimraf": "^6.0.1",
97-
"rollup": "^4.32.0",
97+
"rollup": "^4.34.5",
9898
"set-value": "^4.1.0",
9999
"tailwindcss": "^3.4.17",
100100
"tailwindcss-patch": "workspace:*",
101101
"tailwindcss2": "npm:@tailwindcss/postcss7-compat@^2.2.17",
102102
"tslib": "^2.8.1",
103103
"tsup": "^8.3.6",
104104
"tsx": "^4.19.2",
105-
"turbo": "^2.3.4",
105+
"turbo": "^2.4.0",
106106
"typescript": "^5.7.3",
107107
"unbuild": "^3.3.1",
108108
"unplugin": "^2.1.2",
109109
"unplugin-tailwindcss-mangle": "workspace:*",
110-
"vite": "^6.0.11",
110+
"vite": "^6.1.0",
111111
"vite-tsconfig-paths": "^5.1.4",
112-
"vitest": "~3.0.4",
112+
"vitest": "~3.0.5",
113113
"webpack": "^5.97.1",
114114
"webpack-build-utils": "^0.0.7",
115115
"yaml": "^2.7.0"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
"magic-string": "^0.30.17",
7676
"pathe": "^2.0.2",
7777
"postcss": "^8.5.1",
78-
"postcss-selector-parser": "^7.0.0"
78+
"postcss-selector-parser": "^7.1.0"
7979
}
8080
}

packages/tailwindcss-patch/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,20 @@
7676
"@babel/traverse": "^7.26.7",
7777
"@babel/types": "^7.26.7",
7878
"@tailwindcss-mangle/config": "workspace:^",
79-
"@tailwindcss/node": "^4.0.0",
80-
"@tailwindcss/oxide": "^4.0.0",
79+
"@tailwindcss/node": "^4.0.4",
80+
"@tailwindcss/oxide": "^4.0.4",
8181
"cac": "^6.7.14",
8282
"consola": "^3.4.0",
8383
"fs-extra": "^11.3.0",
8484
"jiti": "^2.4.2",
8585
"lilconfig": "^3.1.3",
8686
"pathe": "^2.0.2",
8787
"postcss": "^8.5.1",
88-
"semver": "^7.6.3"
88+
"semver": "^7.7.1"
8989
},
9090
"devDependencies": {
91-
"@tailwindcss/postcss": "^4.0.0",
92-
"@tailwindcss/vite": "^4.0.0",
91+
"@tailwindcss/postcss": "^4.0.4",
92+
"@tailwindcss/vite": "^4.0.4",
9393
"tailwindcss": "^4",
9494
"tailwindcss-3": "npm:tailwindcss@^3",
9595
"tailwindcss-4": "npm:tailwindcss@^4"

0 commit comments

Comments
 (0)