Skip to content

Commit

Permalink
update browserslist target to match vite's target
Browse files Browse the repository at this point in the history
  • Loading branch information
judeallred committed Nov 21, 2023
1 parent 3db38d7 commit 1c47e96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/sim-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@
"@types/react": "16.9.56"
},
"dependencies": {}
}
}
16 changes: 4 additions & 12 deletions apps/sim-core/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,11 @@
"/node_modules/(?!monaco-editor).+\\.js$"
]
},
"// browserslist": [
"this list is an `intersection` of browsers (organized as they are in `https://caniuse.com/`",
"for easier reference) that support the features we need/use, namely (really wish this was a",
"`featureslist` instead):",
"",
"We have compiled a browserlist query based on the below at https://docs.google.com/spreadsheets/d/1pCjtbvxIgnbzIbgfrJuYIk6TLHhLhqIxNAA2Iord1gE/edit#gid=0",
""
],
"browserslist": [
"edge >= 79",
"firefox >= 67",
"chrome >= 66",
"safari >= 12.1"
"edge >= 88",
"firefox >= 78",
"chrome >= 87",
"safari >= 14"
],
"// dependencies": [
"We compile to a single-page app, so technically everything should be in '/devDependencies'",
Expand Down

0 comments on commit 1c47e96

Please sign in to comment.