File tree Expand file tree Collapse file tree 12 files changed +737
-1185
lines changed
unplugin-tailwindcss-mangle Expand file tree Collapse file tree 12 files changed +737
-1185
lines changed Original file line number Diff line number Diff line change 19
19
"devDependencies" : {
20
20
"@remix-run/dev" : " ^1.15.0" ,
21
21
"@remix-run/eslint-config" : " ^1.15.0" ,
22
- "@types/react" : " ^18.0.35 " ,
23
- "@types/react-dom" : " ^18.0.11 " ,
24
- "eslint" : " ^8.38 .0" ,
22
+ "@types/react" : " ^18.2.0 " ,
23
+ "@types/react-dom" : " ^18.2.0 " ,
24
+ "eslint" : " ^8.39 .0" ,
25
25
"tailwindcss" : " ^3.3.1" ,
26
26
"tailwindcss-patch" : " workspace:*" ,
27
- "typescript" : " ^4.9.3 " ,
27
+ "typescript" : " ^5.0.4 " ,
28
28
"unplugin-tailwindcss-mangle" : " workspace:*"
29
29
},
30
30
"engines" : {
Original file line number Diff line number Diff line change 16
16
"postcss" : " ^8.4.23" ,
17
17
"tailwindcss" : " ^3.3.1" ,
18
18
"tailwindcss-patch" : " workspace:*" ,
19
- "typescript" : " ^4.9.3 " ,
19
+ "typescript" : " ^5.0.4 " ,
20
20
"unplugin-tailwindcss-mangle" : " workspace:*" ,
21
- "vite" : " ^4.1.1 " ,
21
+ "vite" : " ^4.3.2 " ,
22
22
"vite-plugin-solid" : " ^2.5.0"
23
23
},
24
24
"dependencies" : {
Original file line number Diff line number Diff line change 21
21
"lit" : " ^2.6.1"
22
22
},
23
23
"devDependencies" : {
24
- "typescript" : " ^4.9.3" ,
25
- "vite" : " ^4.2.0" ,
26
24
"autoprefixer" : " ^10.4.14" ,
27
- "postcss" : " ^8.4.21 " ,
25
+ "postcss" : " ^8.4.23 " ,
28
26
"tailwindcss" : " ^3.3.1" ,
29
27
"tailwindcss-patch" : " workspace:*" ,
30
- "unplugin-tailwindcss-mangle" : " workspace:*"
28
+ "typescript" : " ^5.0.4" ,
29
+ "unplugin-tailwindcss-mangle" : " workspace:*" ,
30
+ "vite" : " ^4.3.2"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 14
14
"react-dom" : " ^18.2.0"
15
15
},
16
16
"devDependencies" : {
17
- "@types/react" : " ^18.0.28 " ,
18
- "@types/react-dom" : " ^18.0.11 " ,
19
- "@vitejs/plugin-react" : " ^3.1 .0" ,
17
+ "@types/react" : " ^18.2.0 " ,
18
+ "@types/react-dom" : " ^18.2.0 " ,
19
+ "@vitejs/plugin-react" : " ^4.0 .0" ,
20
20
"autoprefixer" : " ^10.4.14" ,
21
- "postcss" : " ^8.4.21 " ,
21
+ "postcss" : " ^8.4.23 " ,
22
22
"tailwindcss" : " ^3.3.1" ,
23
23
"tailwindcss-patch" : " workspace:*" ,
24
- "typescript" : " ^4.9.3 " ,
24
+ "typescript" : " ^5.0.4 " ,
25
25
"unplugin-tailwindcss-mangle" : " workspace:*" ,
26
- "vite" : " ^4.2.0 "
26
+ "vite" : " ^4.3.2 "
27
27
}
28
28
}
Original file line number Diff line number Diff line change 10
10
"check" : " svelte-check --tsconfig ./tsconfig.json"
11
11
},
12
12
"devDependencies" : {
13
- "@sveltejs/vite-plugin-svelte" : " ^2.0.3 " ,
14
- "@tsconfig/svelte" : " ^3 .0.0 " ,
13
+ "@sveltejs/vite-plugin-svelte" : " ^2.1.0 " ,
14
+ "@tsconfig/svelte" : " ^4 .0.1 " ,
15
15
"autoprefixer" : " ^10.4.14" ,
16
- "postcss" : " ^8.4.22 " ,
16
+ "postcss" : " ^8.4.23 " ,
17
17
"svelte" : " ^3.55.1" ,
18
- "svelte-check" : " ^2.10.3 " ,
18
+ "svelte-check" : " ^3.2.0 " ,
19
19
"tailwindcss" : " ^3.3.1" ,
20
20
"tailwindcss-patch" : " workspace:*" ,
21
21
"tslib" : " ^2.5.0" ,
22
- "typescript" : " ^4.9.3 " ,
22
+ "typescript" : " ^5.0.4 " ,
23
23
"unplugin-tailwindcss-mangle" : " workspace:*" ,
24
- "vite" : " ^4.2.0 "
24
+ "vite" : " ^4.3.2 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 10
10
"prepare" : " tw-patch"
11
11
},
12
12
"devDependencies" : {
13
- "typescript" : " ^4.9.3" ,
14
- "vite" : " ^4.2.0" ,
15
13
"autoprefixer" : " ^10.4.14" ,
16
- "postcss" : " ^8.4.21 " ,
14
+ "postcss" : " ^8.4.23 " ,
17
15
"tailwindcss" : " ^3.3.1" ,
18
16
"tailwindcss-patch" : " workspace:*" ,
19
- "unplugin-tailwindcss-mangle" : " workspace:*"
17
+ "typescript" : " ^5.0.4" ,
18
+ "unplugin-tailwindcss-mangle" : " workspace:*" ,
19
+ "vite" : " ^4.3.2"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 13
13
"vue" : " ^3.2.47"
14
14
},
15
15
"devDependencies" : {
16
- "@vitejs/plugin-vue" : " ^4.1 .0" ,
16
+ "@vitejs/plugin-vue" : " ^4.2 .0" ,
17
17
"autoprefixer" : " ^10.4.14" ,
18
- "postcss" : " ^8.4.21 " ,
18
+ "postcss" : " ^8.4.23 " ,
19
19
"tailwindcss" : " ^3.3.1" ,
20
- "typescript" : " ^4.9.3" ,
21
- "vite" : " ^4.2.0" ,
22
- "vue-tsc" : " ^1.2.0" ,
23
20
"tailwindcss-patch" : " workspace:*" ,
24
- "unplugin-tailwindcss-mangle" : " workspace:*"
21
+ "typescript" : " ^5.0.4" ,
22
+ "unplugin-tailwindcss-mangle" : " workspace:*" ,
23
+ "vite" : " ^4.3.2" ,
24
+ "vue-tsc" : " ^1.4.4"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 15
15
"vue-router" : " ^4.0.3"
16
16
},
17
17
"devDependencies" : {
18
- "@typescript-eslint/eslint-plugin" : " ^5.4.0 " ,
19
- "@typescript-eslint/parser" : " ^5.4.0 " ,
18
+ "@typescript-eslint/eslint-plugin" : " ^5.59.1 " ,
19
+ "@typescript-eslint/parser" : " ^5.59.1 " ,
20
20
"@vue/cli-plugin-babel" : " ~5.0.0" ,
21
21
"@vue/cli-plugin-eslint" : " ~5.0.0" ,
22
22
"@vue/cli-plugin-router" : " ~5.0.0" ,
23
23
"@vue/cli-plugin-typescript" : " ~5.0.0" ,
24
24
"@vue/cli-service" : " ~5.0.0" ,
25
25
"@vue/eslint-config-standard" : " ^8.0.1" ,
26
- "@vue/eslint-config-typescript" : " ^11.0.2 " ,
26
+ "@vue/eslint-config-typescript" : " ^11.0.3 " ,
27
27
"autoprefixer" : " ^10.4.14" ,
28
- "eslint" : " ^8.38 .0" ,
28
+ "eslint" : " ^8.39 .0" ,
29
29
"eslint-plugin-import" : " ^2.27.5" ,
30
30
"eslint-plugin-node" : " ^11.1.0" ,
31
31
"eslint-plugin-promise" : " ^6.1.1" ,
32
32
"eslint-plugin-vue" : " ^9.11.0" ,
33
- "postcss" : " ^8.4.22 " ,
33
+ "postcss" : " ^8.4.23 " ,
34
34
"sass" : " ^1.32.7" ,
35
35
"sass-loader" : " ^13.2.2" ,
36
36
"tailwindcss" : " ^3.3.1" ,
Original file line number Diff line number Diff line change 40
40
"@types/semver" : " ^7.3.13" ,
41
41
"defu" : " ^6.1.2" ,
42
42
"pkg-types" : " ^1.0.2" ,
43
- "postcss" : " ^8.4.21 " ,
43
+ "postcss" : " ^8.4.23 " ,
44
44
"tailwindcss" : " ^3.3.1"
45
45
},
46
46
"dependencies" : {
49
49
"@babel/traverse" : " ^7.21.4" ,
50
50
"@babel/types" : " ^7.21.4" ,
51
51
"resolve" : " ^1.22.2" ,
52
- "semver" : " ^7.4 .0"
52
+ "semver" : " ^7.5 .0"
53
53
},
54
54
"homepage" : " https://github.com/sonofmagic/tailwindcss-mangle" ,
55
55
"repository" : {
Original file line number Diff line number Diff line change 71
71
"acorn-walk" : " ^8.2.0" ,
72
72
"escodegen" : " ^2.0.0" ,
73
73
"parse5" : " ^7.1.2" ,
74
- "postcss" : " ^8.4.22 " ,
74
+ "postcss" : " ^8.4.23 " ,
75
75
"postcss-selector-parser" : " ^6.0.11" ,
76
76
"semver" : " ^7.5.0" ,
77
77
"tailwindcss-patch" : " workspace:*" ,
90
90
"pkg-types" : " ^1.0.2" ,
91
91
"tailwindcss" : " ^3.3.1" ,
92
92
"tslib" : " ^2.5.0" ,
93
- "vite" : " ^4.2 .2" ,
94
- "webpack" : " ^5.79 .0"
93
+ "vite" : " ^4.3 .2" ,
94
+ "webpack" : " ^5.80 .0"
95
95
},
96
96
"homepage" : " https://github.com/sonofmagic/tailwindcss-mangle" ,
97
97
"repository" : {
You can’t perform that action at this time.
0 commit comments