Skip to content

Commit 9c05097

Browse files
committed
chore(deps): upgrade
1 parent 7cdf0b8 commit 9c05097

File tree

6 files changed

+2031
-2025
lines changed

6 files changed

+2031
-2025
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"devDependencies": {
3535
"@changesets/changelog-github": "^0.5.1",
3636
"@changesets/cli": "^2.28.1",
37-
"@commitlint/cli": "^19.7.1",
38-
"@commitlint/config-conventional": "^19.7.1",
39-
"@commitlint/prompt-cli": "^19.7.1",
40-
"@commitlint/types": "^19.5.0",
41-
"@icebreakers/eslint-config": "^1.0.1",
42-
"@icebreakers/monorepo": "^0.7.5",
37+
"@commitlint/cli": "^19.8.0",
38+
"@commitlint/config-conventional": "^19.8.0",
39+
"@commitlint/prompt-cli": "^19.8.0",
40+
"@commitlint/types": "^19.8.0",
41+
"@icebreakers/eslint-config": "^1.0.3",
42+
"@icebreakers/monorepo": "^0.7.8",
4343
"@icebreakers/stylelint-config": "^1.0.0",
4444
"@rollup/pluginutils": "^5.1.4",
4545
"@tailwindcss-mangle/core": "workspace:*",
@@ -57,20 +57,20 @@
5757
"@types/lodash": "^4.17.16",
5858
"@types/lodash-es": "^4.17.12",
5959
"@types/micromatch": "^4.0.9",
60-
"@types/node": "^22.13.8",
60+
"@types/node": "^22.13.10",
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.7",
65-
"astro": "^5.4.1",
66-
"ci-info": "^4.1.0",
64+
"@vitest/coverage-v8": "~3.0.8",
65+
"astro": "^5.5.2",
66+
"ci-info": "^4.2.0",
6767
"comment-json": "^4.2.5",
6868
"cross-env": "^7.0.3",
6969
"css-loader": "^7.1.2",
7070
"dedent": "^1.5.3",
7171
"defu": "^6.1.4",
7272
"del": "^8.0.0",
73-
"eslint": "^9.21.0",
73+
"eslint": "^9.22.0",
7474
"execa": "^9.5.2",
7575
"fast-glob": "^3.3.3",
7676
"fs-extra": "^11.3.0",
@@ -79,22 +79,22 @@
7979
"html-webpack-plugin": "^5.6.3",
8080
"husky": "^9.1.7",
8181
"klaw": "^4.1.0",
82-
"lint-staged": "^15.4.3",
83-
"local-pkg": "^1.1.0",
82+
"lint-staged": "^15.5.0",
83+
"local-pkg": "^1.1.1",
8484
"lodash": "^4.17.21",
8585
"lodash-es": "^4.17.21",
8686
"micromatch": "^4.0.8",
8787
"mini-css-extract-plugin": "^2.9.2",
8888
"normalize-newline": "^4.1.0",
8989
"only-allow": "^1.2.1",
9090
"pathe": "^2.0.3",
91-
"pkg-types": "^2.0.1",
91+
"pkg-types": "^2.1.0",
9292
"postcss": "^8.5.3",
9393
"postcss-loader": "^8.1.1",
9494
"postcss7": "npm:postcss@7",
9595
"prettier": "^3.5.3",
9696
"rimraf": "^6.0.1",
97-
"rollup": "^4.34.9",
97+
"rollup": "^4.35.0",
9898
"set-value": "^4.1.0",
9999
"tailwindcss": "^3.4.17",
100100
"tailwindcss-patch": "workspace:*",
@@ -107,9 +107,9 @@
107107
"unbuild": "^3.5.0",
108108
"unplugin": "^2.2.0",
109109
"unplugin-tailwindcss-mangle": "workspace:*",
110-
"vite": "^6.2.0",
110+
"vite": "^6.2.2",
111111
"vite-tsconfig-paths": "^5.1.4",
112-
"vitest": "~3.0.7",
112+
"vitest": "~3.0.8",
113113
"webpack": "^5.98.0",
114114
"webpack-build-utils": "^0.0.7",
115115
"yaml": "^2.7.0"

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
},
6565
"dependencies": {
6666
"@ast-core/escape": "^1.0.1",
67-
"@babel/parser": "^7.26.9",
68-
"@babel/traverse": "^7.26.9",
69-
"@babel/types": "^7.26.9",
67+
"@babel/parser": "^7.26.10",
68+
"@babel/traverse": "^7.26.10",
69+
"@babel/types": "^7.26.10",
7070
"@tailwindcss-mangle/config": "workspace:^",
7171
"@tailwindcss-mangle/shared": "workspace:^",
7272
"fast-sort": "^3.4.1",

packages/tailwindcss-patch/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -73,25 +73,25 @@
7373
}
7474
},
7575
"dependencies": {
76-
"@babel/generator": "^7.26.9",
77-
"@babel/parser": "^7.26.9",
78-
"@babel/traverse": "^7.26.9",
79-
"@babel/types": "^7.26.9",
76+
"@babel/generator": "^7.26.10",
77+
"@babel/parser": "^7.26.10",
78+
"@babel/traverse": "^7.26.10",
79+
"@babel/types": "^7.26.10",
8080
"@tailwindcss-mangle/config": "workspace:^",
8181
"cac": "^6.7.14",
8282
"consola": "^3.4.0",
8383
"fs-extra": "^11.3.0",
84-
"local-pkg": "^1.1.0",
84+
"local-pkg": "^1.1.1",
8585
"pathe": "^2.0.3",
8686
"postcss": "^8.5.3",
8787
"semver": "^7.7.1",
8888
"tailwindcss-config": "^1.0.0"
8989
},
9090
"devDependencies": {
91-
"@tailwindcss/node": "^4.0.9",
92-
"@tailwindcss/oxide": "^4.0.9",
93-
"@tailwindcss/postcss": "^4.0.9",
94-
"@tailwindcss/vite": "^4.0.9",
91+
"@tailwindcss/node": "^4.0.14",
92+
"@tailwindcss/oxide": "^4.0.14",
93+
"@tailwindcss/postcss": "^4.0.14",
94+
"@tailwindcss/vite": "^4.0.14",
9595
"tailwindcss": "^4.0.9",
9696
"tailwindcss-3": "npm:tailwindcss@^3",
9797
"tailwindcss-4": "npm:tailwindcss@^4.0.9"

0 commit comments

Comments
 (0)