File tree Expand file tree Collapse file tree 15 files changed +1061
-763
lines changed
unplugin-tailwindcss-mangle Expand file tree Collapse file tree 15 files changed +1061
-763
lines changed Original file line number Diff line number Diff line change 10
10
"prepare" : " tw-patch"
11
11
},
12
12
"dependencies" : {
13
- "@types/node" : " 20.1.3 " ,
13
+ "@types/node" : " 20.2.1 " ,
14
14
"@types/react" : " 18.2.6" ,
15
15
"@types/react-dom" : " 18.2.4" ,
16
16
"autoprefixer" : " 10.4.14" ,
Original file line number Diff line number Diff line change 10
10
"prepare" : " tw-patch"
11
11
},
12
12
"devDependencies" : {
13
- "@types/node" : " ^20.1.3 " ,
13
+ "@types/node" : " ^20.2.1 " ,
14
14
"autoprefixer" : " ^10.4.14" ,
15
- "nuxt" : " ^3.4.3 " ,
15
+ "nuxt" : " ^3.5.0 " ,
16
16
"postcss" : " ^8.4.23" ,
17
17
"tailwindcss" : " ^3.3.2" ,
18
18
"tailwindcss-patch" : " workspace:*" ,
Original file line number Diff line number Diff line change 9
9
"prepare" : " tw-patch"
10
10
},
11
11
"dependencies" : {
12
- "@remix-run/node" : " ^1.16.0 " ,
13
- "@remix-run/react" : " ^1.16.0 " ,
14
- "@remix-run/serve" : " ^1.16.0 " ,
12
+ "@remix-run/node" : " ^1.16.1 " ,
13
+ "@remix-run/react" : " ^1.16.1 " ,
14
+ "@remix-run/serve" : " ^1.16.1 " ,
15
15
"isbot" : " ^3.6.8" ,
16
16
"react" : " ^18.2.0" ,
17
17
"react-dom" : " ^18.2.0"
18
18
},
19
19
"devDependencies" : {
20
- "@remix-run/dev" : " ^1.16.0 " ,
21
- "@remix-run/eslint-config" : " ^1.16.0 " ,
20
+ "@remix-run/dev" : " ^1.16.1 " ,
21
+ "@remix-run/eslint-config" : " ^1.16.1 " ,
22
22
"@types/react" : " ^18.2.6" ,
23
23
"@types/react-dom" : " ^18.2.4" ,
24
24
"eslint" : " ^8.40.0" ,
Original file line number Diff line number Diff line change 18
18
"tailwindcss-patch" : " workspace:*" ,
19
19
"typescript" : " ^5.0.4" ,
20
20
"unplugin-tailwindcss-mangle" : " workspace:*" ,
21
- "vite" : " ^4.3.5 " ,
21
+ "vite" : " ^4.3.8 " ,
22
22
"vite-plugin-solid" : " ^2.5.0"
23
23
},
24
24
"dependencies" : {
Original file line number Diff line number Diff line change 27
27
"tailwindcss-patch" : " workspace:*" ,
28
28
"typescript" : " ^5.0.4" ,
29
29
"unplugin-tailwindcss-mangle" : " workspace:*" ,
30
- "vite" : " ^4.3.5 "
30
+ "vite" : " ^4.3.8 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 23
23
"tailwindcss-patch" : " workspace:*" ,
24
24
"typescript" : " ^5.0.4" ,
25
25
"unplugin-tailwindcss-mangle" : " workspace:*" ,
26
- "vite" : " ^4.3.5 "
26
+ "vite" : " ^4.3.8 "
27
27
}
28
28
}
Original file line number Diff line number Diff line change 18
18
"svelte-check" : " ^3.3.2" ,
19
19
"tailwindcss" : " ^3.3.2" ,
20
20
"tailwindcss-patch" : " workspace:*" ,
21
- "tslib" : " ^2.5.0 " ,
21
+ "tslib" : " ^2.5.1 " ,
22
22
"typescript" : " ^5.0.4" ,
23
23
"unplugin-tailwindcss-mangle" : " workspace:*" ,
24
- "vite" : " ^4.3.5 "
24
+ "vite" : " ^4.3.8 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 16
16
"tailwindcss-patch" : " workspace:*" ,
17
17
"typescript" : " ^5.0.4" ,
18
18
"unplugin-tailwindcss-mangle" : " workspace:*" ,
19
- "vite" : " ^4.3.5 "
19
+ "vite" : " ^4.3.8 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change 10
10
"prepare" : " tw-patch"
11
11
},
12
12
"dependencies" : {
13
- "vue" : " ^3.3.1 "
13
+ "vue" : " ^3.3.4 "
14
14
},
15
15
"devDependencies" : {
16
- "@vitejs/plugin-vue" : " ^4.2.2 " ,
16
+ "@vitejs/plugin-vue" : " ^4.2.3 " ,
17
17
"autoprefixer" : " ^10.4.14" ,
18
18
"postcss" : " ^8.4.23" ,
19
19
"tailwindcss" : " ^3.3.2" ,
20
20
"tailwindcss-patch" : " workspace:*" ,
21
21
"typescript" : " ^5.0.4" ,
22
22
"unplugin-tailwindcss-mangle" : " workspace:*" ,
23
- "vite" : " ^4.3.5 " ,
24
- "vue-tsc" : " ^1.6.4 "
23
+ "vite" : " ^4.3.8 " ,
24
+ "vue-tsc" : " ^1.6.5 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"core-js" : " ^3.30.2" ,
14
- "vue" : " ^3.3.1 " ,
14
+ "vue" : " ^3.3.4 " ,
15
15
"vue-router" : " ^4.2.0"
16
16
},
17
17
"devDependencies" : {
18
- "@typescript-eslint/eslint-plugin" : " ^5.59.5 " ,
19
- "@typescript-eslint/parser" : " ^5.59.5 " ,
18
+ "@typescript-eslint/eslint-plugin" : " ^5.59.6 " ,
19
+ "@typescript-eslint/parser" : " ^5.59.6 " ,
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" ,
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
- "eslint-plugin-vue" : " ^9.12 .0" ,
32
+ "eslint-plugin-vue" : " ^9.13 .0" ,
33
33
"postcss" : " ^8.4.23" ,
34
34
"sass" : " ^1.62.1" ,
35
35
"sass-loader" : " ^13.2.2" ,
You can’t perform that action at this time.
0 commit comments