|
12 | 12 | "homepage": "https://github.com/plotly/dash-ag-grid",
|
13 | 13 | "main": "dash_ag_grid/dash_ag_grid.min.js",
|
14 | 14 | "scripts": {
|
| 15 | + "pre-flight-version": "python test_version.py", |
15 | 16 | "prepublishOnly": "rimraf -rf lib && babel src --out-dir lib --copy-files --config-file ./.babelrc && rimraf --glob -rf lib/jl/ lib/*.jl",
|
16 | 17 | "build:js": "webpack --mode production",
|
17 | 18 | "build:backends": "dash-generate-components ./src/lib/components dash_ag_grid -p package-info.json --r-prefix '' --jl-prefix ''",
|
18 |
| - "build": "run-s prepublishOnly build:js build:backends", |
| 19 | + "build": "run-s pre-flight-version && run-s prepublishOnly build:js build:backends", |
19 | 20 | "postbuild": "es-check es2017 dash_ag_grid/*.js",
|
20 | 21 | "private::format.eslint": "eslint --quiet --fix src",
|
21 | 22 | "private::format.prettier": "prettier --write src --ignore-path=.prettierignore",
|
|
29 | 30 | "dependencies": {
|
30 | 31 | "@emotion/react": "^11.11.1",
|
31 | 32 | "@emotion/styled": "^11.11.0",
|
32 |
| - "ag-grid-community": "^31.0.3", |
33 |
| - "ag-grid-enterprise": "^31.0.3", |
34 |
| - "ag-grid-react": "^31.0.3", |
| 33 | + "ag-grid-community": "31.0.3", |
| 34 | + "ag-grid-enterprise": "31.0.3", |
| 35 | + "ag-grid-react": "31.0.3", |
35 | 36 | "@mui/icons-material": "^5.14.14",
|
36 | 37 | "@mui/material": "^5.14.14",
|
37 | 38 | "d3-format": "^3.1.0",
|
|
0 commit comments