Skip to content

Commit

Permalink
chore: Add browserslist as peer dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jan 27, 2024
1 parent ebdbba6 commit b80d191
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
31 changes: 16 additions & 15 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"test:coverage": "vitest run --coverage.enabled --coverage.all"
},
"peerDependencies": {
"browserslist": ">=4.0",
"sass": ">=1.60",
"vite": "^4 || ^5"
},
Expand All @@ -43,7 +44,7 @@
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-node-externals": "^6.1.2",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vite-plugin-dts": "^3.7.1",
"vite-plugin-dts": "^3.7.2",
"vite-plugin-node-polyfills": "^0.19.0"
},
"devDependencies": {
Expand Down

0 comments on commit b80d191

Please sign in to comment.