Skip to content

Commit

Permalink
fix(packages): pin browserslist and caniuse-lite versions (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanBobi committed Oct 24, 2023
1 parent 9e20489 commit f386c5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -78,7 +78,7 @@
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist": "^4.21.3",
"browserslist": "4.21.3",
"builtin-modules": "^3.3.0",
"chalk": "^4.1.2",
"concurrently": "^7.3.0",
Expand Down Expand Up @@ -117,6 +117,9 @@
"jest-in-case": "^1.0.2",
"slash": "^3.0.0"
},
"overrides": {
"caniuse-lite": "1.0.30001553"
},
"engines": {
"node": "^14.17.0 || ^16.10.0 || >=17.0.0",
"npm": ">=6"
Expand Down

0 comments on commit f386c5b

Please sign in to comment.