Skip to content

Commit

Permalink
Fix build browserlist.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Mar 21, 2024
1 parent 685dcbc commit 41c8b09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/dash-core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
"react-dom": ">=16"
},
"browserslist": [
"last 8 years and not dead"
"last 9 years and not dead"
]
}
2 changes: 1 addition & 1 deletion components/dash-html-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"/dash_html_components/*{.js,.map}"
],
"browserslist": [
"last 8 years and not dead"
"last 9 years and not dead"
]
}
2 changes: 1 addition & 1 deletion components/dash-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@
"npm": ">=6.1.0"
},
"browserslist": [
"last 8 years and not dead"
"last 9 years and not dead"
]
}
2 changes: 1 addition & 1 deletion dash/dash-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
],
"prettier": "@plotly/prettier-config-dash",
"browserslist": [
"last 8 years and not dead"
"last 9 years and not dead"
]
}

0 comments on commit 41c8b09

Please sign in to comment.