Skip to content

Commit

Permalink
Update browserlist to fix bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Aug 27, 2023
1 parent 61feaa7 commit e41f65e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/starksheet-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
Expand Down

0 comments on commit e41f65e

Please sign in to comment.