Skip to content

Commit f386c5b

Browse files
authored
fix(packages): pin browserslist and caniuse-lite versions (#238)
1 parent 9e20489 commit f386c5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"babel-plugin-module-resolver": "^4.1.0",
7979
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
8080
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
81-
"browserslist": "^4.21.3",
81+
"browserslist": "4.21.3",
8282
"builtin-modules": "^3.3.0",
8383
"chalk": "^4.1.2",
8484
"concurrently": "^7.3.0",
@@ -117,6 +117,9 @@
117117
"jest-in-case": "^1.0.2",
118118
"slash": "^3.0.0"
119119
},
120+
"overrides": {
121+
"caniuse-lite": "1.0.30001553"
122+
},
120123
"engines": {
121124
"node": "^14.17.0 || ^16.10.0 || >=17.0.0",
122125
"npm": ">=6"

0 commit comments

Comments
 (0)