Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 0591504

Browse files
committed
Update NPM dependencies
1 parent d114b67 commit 0591504

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.stylelintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: '@studiometa/stylelint-config/prettier',
2+
extends: '@studiometa/stylelint-config',
33
};

meta.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { tailwindcss } from '@studiometa/webpack-config/presets';
33

44
// Paths must be relative to the package.json root
55
export default defineConfig({
6-
target: 'modern',
76
presets: [tailwindcss()],
87
src: [
98
'./web/wp-content/themes/studiometa/src/js/app.js',

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@studiometa/eslint-config": "^3.0.5",
2121
"@studiometa/prettier-config": "^2.1.1",
2222
"@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",
2525
"@studiometa/webpack-config": "^4.0.0",
2626
"eslint": "^8.17.0",
2727
"eslint-formatter-gitlab": "^3.0.0",
@@ -33,8 +33,8 @@
3333
"tailwindcss": "^3.1.3"
3434
},
3535
"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"
3838
},
3939
"browserslist": [
4040
"extends @studiometa/browserslist-config"

0 commit comments

Comments
 (0)