Skip to content

Commit 0729feb

Browse files
committed
Update dependencies
1 parent efdda1f commit 0729feb

3 files changed

Lines changed: 497 additions & 262 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ module.exports = (opts = {}) => {
5050
}
5151

5252
return {
53-
postcssPlugin: 'postcss-dark-theme-class',
5453
AtRuleExit: {
5554
media: atrule => {
5655
if (!atrule.params.includes('dark')) return
@@ -93,7 +92,8 @@ module.exports = (opts = {}) => {
9392
}
9493
}
9594
}
96-
}
95+
},
96+
postcssPlugin: 'postcss-dark-theme-class'
9797
}
9898
}
9999
module.exports.postcss = true

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,17 @@
3838
"postcss": "^8.2.14"
3939
},
4040
"devDependencies": {
41-
"@logux/eslint-config": "^49.0.0",
42-
"c8": "^7.13.0",
43-
"clean-publish": "^4.1.1",
44-
"eslint": "^8.36.0",
45-
"eslint-config-standard": "^17.0.0",
46-
"eslint-plugin-import": "^2.27.5",
47-
"eslint-plugin-n": "^15.6.1",
41+
"@logux/eslint-config": "^51.0.1",
42+
"c8": "^8.0.1",
43+
"clean-publish": "^4.2.0",
44+
"eslint": "^8.47.0",
45+
"eslint-config-standard": "^17.1.0",
46+
"eslint-plugin-import": "^2.28.0",
47+
"eslint-plugin-n": "^16.0.1",
48+
"eslint-plugin-perfectionist": "^1.5.1",
4849
"eslint-plugin-prefer-let": "^3.0.1",
4950
"eslint-plugin-promise": "^6.1.1",
50-
"postcss": "^8.4.21",
51+
"postcss": "^8.4.27",
5152
"uvu": "^0.5.6"
5253
},
5354
"prettier": {

0 commit comments

Comments
 (0)