This repository was archived by the owner on Sep 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- extends : '@studiometa/stylelint-config/prettier ' ,
2
+ extends : '@studiometa/stylelint-config' ,
3
3
} ;
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { tailwindcss } from '@studiometa/webpack-config/presets';
3
3
4
4
// Paths must be relative to the package.json root
5
5
export default defineConfig ( {
6
- target : 'modern' ,
7
6
presets : [ tailwindcss ( ) ] ,
8
7
src : [
9
8
'./web/wp-content/themes/studiometa/src/js/app.js' ,
Original file line number Diff line number Diff line change 20
20
"@studiometa/eslint-config" : " ^3.0.5" ,
21
21
"@studiometa/prettier-config" : " ^2.1.1" ,
22
22
"@studiometa/prettier-formatter-gitlab" : " ^1.1.2" ,
23
- "@studiometa/stylelint-config" : " ^2 .0.0" ,
24
- "@studiometa/tailwind-config" : " ^1.1.0 " ,
23
+ "@studiometa/stylelint-config" : " ^3 .0.0" ,
24
+ "@studiometa/tailwind-config" : " ^2.0.1 " ,
25
25
"@studiometa/webpack-config" : " ^4.0.0" ,
26
26
"eslint" : " ^8.17.0" ,
27
27
"eslint-formatter-gitlab" : " ^3.0.0" ,
33
33
"tailwindcss" : " ^3.1.3"
34
34
},
35
35
"dependencies" : {
36
- "@studiometa/js-toolkit" : " ^2.2.2 " ,
37
- "@studiometa/ui" : " ^0.2.7 "
36
+ "@studiometa/js-toolkit" : " ^2.4.3 " ,
37
+ "@studiometa/ui" : " ^0.2.11 "
38
38
},
39
39
"browserslist" : [
40
40
" extends @studiometa/browserslist-config"
You can’t perform that action at this time.
0 commit comments