Skip to content

Commit

Permalink
chore: pin browserslist deps (#1243)
Browse files Browse the repository at this point in the history
* chore: pin browserslist deps

* chore: add explicit dev dependency on browserslist modules
  • Loading branch information
jlp-craigmorten committed Jun 27, 2023
1 parent 491e930 commit 069e184
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,19 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.6",
"browserslist": "4.21.8",
"caniuse-lite": "1.0.30001502",
"jest-in-case": "^1.0.2",
"jest-snapshot-serializer-ansi": "^1.0.0",
"jest-watch-select-projects": "^2.0.0",
"jsdom": "20.0.0",
"kcd-scripts": "^13.0.0",
"typescript": "^4.1.2"
},
"overrides": {
"browserslist": "4.21.8",
"caniuse-lite": "1.0.30001502"
},
"eslintConfig": {
"extends": [
"./node_modules/kcd-scripts/eslint.js",
Expand Down

0 comments on commit 069e184

Please sign in to comment.