File tree Expand file tree Collapse file tree 5 files changed +29
-29
lines changed
tailwindcss-config-analyzer Expand file tree Collapse file tree 5 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 38
38
"devDependencies" : {
39
39
"@types/node" : " 20.16.5" ,
40
40
"typescript" : " 5.6.2" ,
41
- "vite" : " 5.4.6 " ,
41
+ "vite" : " 5.4.7 " ,
42
42
"vitest" : " 1.6.0"
43
43
},
44
44
"publishConfig" : {
Original file line number Diff line number Diff line change 50
50
"provenance" : true
51
51
},
52
52
"optionalDependencies" : {
53
- "@biomejs/cli-win32-x64" : " 1.9.1 " ,
54
- "@biomejs/cli-win32-arm64" : " 1.9.1 " ,
55
- "@biomejs/cli-darwin-x64" : " 1.9.1 " ,
56
- "@biomejs/cli-darwin-arm64" : " 1.9.1 " ,
57
- "@biomejs/cli-linux-x64" : " 1.9.1 " ,
58
- "@biomejs/cli-linux-arm64" : " 1.9.1 " ,
59
- "@biomejs/cli-linux-x64-musl" : " 1.9.1 " ,
60
- "@biomejs/cli-linux-arm64-musl" : " 1.9.1 "
53
+ "@biomejs/cli-win32-x64" : " 1.9.2 " ,
54
+ "@biomejs/cli-win32-arm64" : " 1.9.2 " ,
55
+ "@biomejs/cli-darwin-x64" : " 1.9.2 " ,
56
+ "@biomejs/cli-darwin-arm64" : " 1.9.2 " ,
57
+ "@biomejs/cli-linux-x64" : " 1.9.2 " ,
58
+ "@biomejs/cli-linux-arm64" : " 1.9.2 " ,
59
+ "@biomejs/cli-linux-x64-musl" : " 1.9.2 " ,
60
+ "@biomejs/cli-linux-arm64-musl" : " 1.9.2 "
61
61
}
62
62
}
Original file line number Diff line number Diff line change 50
50
"@biomejs/wasm-nodejs" : " link:../wasm-nodejs" ,
51
51
"@biomejs/wasm-web" : " link:../wasm-web" ,
52
52
"typescript" : " 5.6.2" ,
53
- "vite" : " 5.4.6 " ,
53
+ "vite" : " 5.4.7 " ,
54
54
"vitest" : " 1.6.0"
55
55
},
56
56
"peerDependencies" : {
57
- "@biomejs/wasm-bundler" : " ^1.9.1 " ,
58
- "@biomejs/wasm-nodejs" : " ^1.9.1 " ,
59
- "@biomejs/wasm-web" : " ^1.9.1 "
57
+ "@biomejs/wasm-bundler" : " ^1.9.2 " ,
58
+ "@biomejs/wasm-nodejs" : " ^1.9.2 " ,
59
+ "@biomejs/wasm-web" : " ^1.9.2 "
60
60
},
61
61
"peerDependenciesMeta" : {
62
62
"@biomejs/wasm-bundler" : {
Original file line number Diff line number Diff line change 7
7
"author" : " Dani Guardiola" ,
8
8
"type" : " module" ,
9
9
"dependencies" : {
10
- "tailwindcss" : " ^3.4.11 "
10
+ "tailwindcss" : " ^3.4.12 "
11
11
},
12
12
"devDependencies" : {
13
- "@types/bun" : " 1.1.9 " ,
13
+ "@types/bun" : " 1.1.10 " ,
14
14
"read-package-up" : " 11.0.0" ,
15
15
"typescript" : " 5.6.2"
16
16
}
You can’t perform that action at this time.
0 commit comments