Skip to content

Commit a5dc4ed

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

File tree

5 files changed

+857
-838
lines changed

5 files changed

+857
-838
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"@commitlint/config-conventional": "^19.7.1",
3939
"@commitlint/prompt-cli": "^19.7.1",
4040
"@commitlint/types": "^19.5.0",
41-
"@icebreakers/eslint-config": "^0.7.13",
42-
"@icebreakers/monorepo": "^0.6.22",
43-
"@icebreakers/stylelint-config": "^0.1.4",
41+
"@icebreakers/eslint-config": "^1.0.0",
42+
"@icebreakers/monorepo": "^0.7.1",
43+
"@icebreakers/stylelint-config": "^1.0.0",
4444
"@rollup/pluginutils": "^5.1.4",
4545
"@tailwindcss-mangle/core": "workspace:*",
4646
"@tailwindcss-mangle/shared": "workspace:*",
@@ -70,7 +70,7 @@
7070
"dedent": "^1.5.3",
7171
"defu": "^6.1.4",
7272
"del": "^8.0.0",
73-
"eslint": "^9.19.0",
73+
"eslint": "^9.20.0",
7474
"execa": "^9.5.2",
7575
"fast-glob": "^3.3.3",
7676
"fs-extra": "^11.3.0",
@@ -94,7 +94,7 @@
9494
"postcss7": "npm:postcss@7",
9595
"prettier": "^3.4.2",
9696
"rimraf": "^6.0.1",
97-
"rollup": "^4.34.5",
97+
"rollup": "^4.34.6",
9898
"set-value": "^4.1.0",
9999
"tailwindcss": "^3.4.17",
100100
"tailwindcss-patch": "workspace:*",

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.7",
68-
"@babel/traverse": "^7.26.7",
69-
"@babel/types": "^7.26.7",
67+
"@babel/parser": "^7.26.8",
68+
"@babel/traverse": "^7.26.8",
69+
"@babel/types": "^7.26.8",
7070
"@tailwindcss-mangle/config": "workspace:^",
7171
"@tailwindcss-mangle/shared": "workspace:^",
7272
"fast-sort": "^3.4.1",

packages/tailwindcss-patch/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
}
7272
},
7373
"dependencies": {
74-
"@babel/generator": "^7.26.5",
75-
"@babel/parser": "^7.26.7",
76-
"@babel/traverse": "^7.26.7",
77-
"@babel/types": "^7.26.7",
74+
"@babel/generator": "^7.26.8",
75+
"@babel/parser": "^7.26.8",
76+
"@babel/traverse": "^7.26.8",
77+
"@babel/types": "^7.26.8",
7878
"@tailwindcss-mangle/config": "workspace:^",
7979
"@tailwindcss/node": "^4.0.4",
8080
"@tailwindcss/oxide": "^4.0.4",

packages/tailwindcss-patch/src/core/candidates.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
import process from 'node:process'
22
import { defu } from '@tailwindcss-mangle/shared'
3-
import { __unstable__loadDesignSystem, compile } from '@tailwindcss/node'
3+
import { __unstable__loadDesignSystem } from '@tailwindcss/node'
44
import { Scanner } from '@tailwindcss/oxide'
55

6-
// export async function xxx(css: string, opts: CompileOptions = {}) {
7-
// const result = await parseCss(CSS.parse(css), opts)
8-
// return result.designSystem
9-
// }
10-
116
export async function extractRawCandidates(
127
content: string,
138
extension: string = 'html',

0 commit comments

Comments
 (0)