Skip to content

Commit 8c41061

Browse files
authored
Upgrade postcss-styl (#20)
1 parent 1b4e9e7 commit 8c41061

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue-scoped-css",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "ESLint plugin for Scoped CSS in Vue.js",
55
"main": "dist/index.js",
66
"scripts": {
@@ -80,8 +80,8 @@
8080
"postcss-safe-parser": "^4.0.1",
8181
"postcss-scss": "^2.0.0",
8282
"postcss-selector-parser": "^6.0.2",
83-
"postcss-styl": "^0.4.0",
84-
"vue-eslint-parser": "^5.0.0 || ^6.0.0 || ^7.0.0"
83+
"postcss-styl": "^0.5.0",
84+
"vue-eslint-parser": "^7.0.0 || ^6.0.0 || ^5.0.0"
8585
},
8686
"peerDependencies": {
8787
"eslint": "^5.0.0 || ^6.0.0"

0 commit comments

Comments
 (0)