Skip to content

Commit f82288d

Browse files
committed
Fix build issues for dash-table and dash-core-components
1 parent 402d8b9 commit f82288d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

components/dash-core-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build:js": "webpack --mode production",
2828
"build:backends": "dash-generate-components ./src/components dash_core_components -p package-info.json && cp dash_core_components_base/** dash_core_components/ && dash-generate-components ./src/components dash_core_components -p package-info.json -k RangeSlider,Slider,Dropdown,RadioItems,Checklist,DatePickerSingle,DatePickerRange,Input,Link --r-prefix 'dcc' --r-suggests 'dash,dashHtmlComponents,jsonlite,plotly' --jl-prefix 'dcc' && black dash_core_components",
2929
"build": "run-s prepublishOnly build:js build:backends",
30-
"postbuild": "es-check es2015 dash_core_components/*.js",
30+
"postbuild": "es-check es2017 dash_core_components/*.js",
3131
"build:watch": "watch 'npm run build' src",
3232
"format": "run-s private::format.*",
3333
"lint": "run-s private::lint.*"
@@ -126,6 +126,6 @@
126126
"react-dom": "16 - 19"
127127
},
128128
"browserslist": [
129-
"last 9 years and not dead"
129+
"last 11 years and not dead"
130130
]
131131
}

components/dash-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@
119119
"npm": ">=6.1.0"
120120
},
121121
"browserslist": [
122-
"last 9 years and not dead"
122+
"last 11 years and not dead"
123123
]
124124
}

dash/dash-renderer/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
'@babel/preset-typescript',
44
['@babel/preset-env', {
55
"targets": {
6-
"browsers": ["last 10 years and not dead"]
6+
"browsers": ["last 11 years and not dead"]
77
}
88
}],
99
'@babel/preset-react'

dash/dash-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
],
9090
"prettier": "@plotly/prettier-config-dash",
9191
"browserslist": [
92-
"last 10 years and not dead"
92+
"last 11 years and not dead"
9393
]
9494
}

0 commit comments

Comments
 (0)