Skip to content

Commit

Permalink
feat: browserslist as peer dependency
Browse files Browse the repository at this point in the history
now browserslist is peer dependency

BREAKING CHANGE: now browserslist is peer dependency
  • Loading branch information
dangreen committed Oct 12, 2022
1 parent 4418fc8 commit eedbcc5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@
"release": "run bumpVersion [ git push origin master --tags ] createGithubRelease",
"updateGitHooks": "simple-git-hooks"
},
"peerDependencies": {
"browserslist": ">=4.0.0"
},
"dependencies": {
"argue-cli": "^1.2.0",
"browserslist": "^4.21.4",
"chalk": "^4.0.0",
"easy-table": "^1.1.1",
"useragent": "^2.3.0"
Expand All @@ -74,6 +76,7 @@
"@trigen/scripts": "8.0.0-alpha.18",
"@types/node": "^18.8.4",
"@vitest/coverage-c8": "^0.24.1",
"browserslist": "^4.21.4",
"browserslist-useragent": "^3.0.0",
"clean-publish": "^4.0.1",
"commitizen": "^4.2.5",
Expand Down
9 changes: 8 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eedbcc5

Please sign in to comment.