File tree Expand file tree Collapse file tree 7 files changed +572
-255
lines changed
unplugin-tailwindcss-mangle Expand file tree Collapse file tree 7 files changed +572
-255
lines changed Original file line number Diff line number Diff line change 1
1
registry = http://registry.npmmirror.com/
2
2
shamefully-hoist = true
3
- git-checks = false
3
+ git-checks = false
4
+ hoist-pattern[] = !tailwindcss
Original file line number Diff line number Diff line change 10
10
"prepare" : " tw-patch"
11
11
},
12
12
"dependencies" : {
13
- "@types/node" : " 18.16.2 " ,
13
+ "@types/node" : " 18.16.3 " ,
14
14
"@types/react" : " 18.2.0" ,
15
15
"@types/react-dom" : " 18.2.1" ,
16
16
"autoprefixer" : " 10.4.14" ,
17
17
"eslint" : " 8.39.0" ,
18
- "eslint-config-next" : " 13.3.1 " ,
19
- "next" : " 13.3.1 " ,
18
+ "eslint-config-next" : " 13.3.2 " ,
19
+ "next" : " 13.3.2 " ,
20
20
"postcss" : " 8.4.23" ,
21
21
"react" : " 18.2.0" ,
22
22
"react-dom" : " 18.2.0" ,
Original file line number Diff line number Diff line change 10
10
"prepare" : " tw-patch"
11
11
},
12
12
"devDependencies" : {
13
- "@types/node" : " ^18.16.2 " ,
13
+ "@types/node" : " ^18.16.3 " ,
14
14
"autoprefixer" : " ^10.4.14" ,
15
15
"nuxt" : " ^3.4.3" ,
16
16
"postcss" : " ^8.4.23" ,
Original file line number Diff line number Diff line change 24
24
"@icebreakers/tsconfig" : " ^0.0.6" ,
25
25
"@tsconfig/recommended" : " ^1.0.2" ,
26
26
"@types/jest" : " ^29.5.1" ,
27
- "@types/node" : " ^18.16.2 " ,
27
+ "@types/node" : " ^18.16.3 " ,
28
28
"cross-env" : " ^7.0.3" ,
29
29
"eslint" : " ^8.39.0" ,
30
30
"jest" : " ^29.5.0" ,
31
31
"only-allow" : " ^1.1.1" ,
32
32
"prettier" : " ^2.8.8" ,
33
- "rollup" : " ^3.21.0 " ,
33
+ "rollup" : " ^3.21.2 " ,
34
34
"ts-jest" : " ^29.1.0" ,
35
35
"ts-node" : " ^10.9.1" ,
36
36
"turbo" : " ^1.9.3" ,
Original file line number Diff line number Diff line change 41
41
"tailwindcss" : " ^3.3.2"
42
42
},
43
43
"dependencies" : {
44
- "@babel/generator" : " ^7.21.4 " ,
45
- "@babel/parser" : " ^7.21.4 " ,
46
- "@babel/traverse" : " ^7.21.4 " ,
47
- "@babel/types" : " ^7.21.4 " ,
44
+ "@babel/generator" : " ^7.21.5 " ,
45
+ "@babel/parser" : " ^7.21.5 " ,
46
+ "@babel/traverse" : " ^7.21.5 " ,
47
+ "@babel/types" : " ^7.21.5 " ,
48
48
"resolve" : " ^1.22.2" ,
49
49
"semver" : " ^7.5.0"
50
50
},
Original file line number Diff line number Diff line change 68
68
"author" :
" SonOfMagic <[email protected] >" ,
69
69
"license" : " MIT" ,
70
70
"dependencies" : {
71
- "@babel/core" : " ^7.21.4 " ,
72
- "@babel/types" : " ^7.21.4 " ,
71
+ "@babel/core" : " ^7.21.5 " ,
72
+ "@babel/types" : " ^7.21.5 " ,
73
73
"micromatch" : " ^4.0.5" ,
74
74
"parse5" : " ^7.1.2" ,
75
75
"postcss" : " ^8.4.23" ,
76
- "postcss-selector-parser" : " ^6.0.11 " ,
76
+ "postcss-selector-parser" : " ^6.0.12 " ,
77
77
"semver" : " ^7.5.0" ,
78
78
"tailwindcss-patch" : " workspace:^" ,
79
79
"unplugin" : " ^1.3.1"
You can’t perform that action at this time.
0 commit comments