Skip to content

Commit

Permalink
chore: dev dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed May 17, 2020
1 parent 0945ba7 commit 84a9eb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"node": ">=10"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-silverwind": "^11.0.3",
"eslint": "^7.0.0",
"eslint-config-silverwind": "^13.3.2",
"perfectionist": "^2.4.0",
"stylelint": "^13.3.3",
"stylelint": "^13.4.0",
"stylelint-config-standard": "^20.0.0",
"updates": "^10.2.10",
"versions": "^8.2.7"
"updates": "^10.2.11",
"versions": "^8.2.9"
},
"scripts": {
"clean": "npm run lintfix && npm run perfectionist && node tools/fix-perfectionist.js",
"eslint": "eslint --color tools/*.js",
"eslint": "eslint --fix tools/*.js",
"lint": "npm run eslint && npm run stylelint",
"patch": "versions -p -C patch *.user.css",
"minor": "versions -p -C minor *.user.css",
Expand Down

0 comments on commit 84a9eb5

Please sign in to comment.