Skip to content

Commit

Permalink
build: update dep dev per, close #31
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Aug 2, 2021
1 parent 7259fb9 commit 3c4048c
Show file tree
Hide file tree
Showing 2 changed files with 1,083 additions and 843 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@
"lint": "eslint *.{js,md}"
},
"dependencies": {
"postcss-safe-parser": "^4.0.1",
"postcss-selector-parser": "^6.0.2"
"postcss-safe-parser": "4.0.2",
"postcss-selector-parser": "6.0.6"
},
"peerDependencies": {
"posthtml": "^0.12.0"
"posthtml": "^0.16.5"
},
"devDependencies": {
"ava": "2.4.0",
"babel-eslint": "^10.0.3",
"coveralls": "^3.0.9",
"eslint": "^6.6.0",
"eslint-config-xo": "^0.27.2",
"eslint-config-xo-space": "^0.22.0",
"eslint-formatter-pretty": "^3.0.0",
"eslint-plugin-ava": "^9.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-markdown": "^1.0.1",
"eslint-plugin-unicorn": "^14.0.1",
"husky": "^3.0.9",
"lint-staged": "^9.4.3",
"nyc": "^14.1.1",
"posthtml": "^0.12.0"
"coveralls": "3.1.1",
"eslint": "6.7.2",
"eslint-config-xo": "0.27.2",
"eslint-config-xo-space": "0.22.0",
"eslint-formatter-pretty": "3.0.1",
"eslint-plugin-ava": "9.0.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-markdown": "1.0.1",
"eslint-plugin-unicorn": "14.0.1",
"husky": "3.1.0",
"lint-staged": "9.5.0",
"nyc": "15.1.0",
"posthtml": "0.16.5"
}
}
Loading

0 comments on commit 3c4048c

Please sign in to comment.