|
1 | 1 | { |
2 | 2 | "name": "dash-ag-grid", |
3 | | - "version": "35.0.0rc0", |
| 3 | + "version": "35.2.0", |
4 | 4 | "description": "Dash wrapper around AG Grid, the best interactive data grid for the web.", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
18 | 18 | "build:js": "webpack --mode production", |
19 | 19 | "build:backends": "dash-generate-components ./src/lib/components dash_ag_grid -p package-info.json --r-prefix '' --jl-prefix ''", |
20 | 20 | "build": "run-s pre-flight-version && run-s prepublishOnly build:js build:backends", |
21 | | - "postbuild": "es-check es2017 dash_ag_grid/*.js", |
| 21 | + "postbuild": "es-check es2018 dash_ag_grid/*.js", |
22 | 22 | "private::format.eslint": "eslint --quiet --fix src", |
23 | 23 | "private::format.prettier": "prettier --write src --ignore-path=.prettierignore", |
24 | 24 | "format": "run-s private::format.*", |
25 | 25 | "private::lint.eslint": "eslint src", |
26 | 26 | "private::lint.prettier": "prettier src --list-different --ignore-path=.prettierignore", |
27 | 27 | "lint": "run-s private::lint.*", |
28 | | - "dist": "npm run build && run-s pre-flight-dag-version && python setup.py sdist bdist_wheel" |
| 28 | + "dist": "npm run build && run-s pre-flight-dag-version && python setup.py sdist bdist_wheel", |
| 29 | + "update-packages": "ncu -u && npm install" |
29 | 30 | }, |
30 | 31 | "author": "Plotly <chris@plot.ly>", |
31 | 32 | "license": "MIT", |
32 | 33 | "dependencies": { |
33 | | - "@emotion/react": "^11.11.3", |
34 | | - "@emotion/styled": "^11.11.0", |
35 | | - "@mui/icons-material": "^5.15.7", |
36 | | - "@mui/material": "^5.15.7", |
37 | | - "ag-grid-community": "35.0.0", |
38 | | - "ag-grid-enterprise": "35.0.0", |
39 | | - "ag-grid-react": "35.0.0", |
40 | | - "d3-format": "^3.1.0", |
| 34 | + "@emotion/react": "^11.14.0", |
| 35 | + "@emotion/styled": "^11.14.1", |
| 36 | + "@mui/icons-material": "^7.3.9", |
| 37 | + "@mui/material": "^7.3.9", |
| 38 | + "ag-grid-community": "35.2.0", |
| 39 | + "ag-grid-enterprise": "35.2.0", |
| 40 | + "ag-grid-react": "35.2.0", |
| 41 | + "d3-format": "^3.1.2", |
41 | 42 | "d3-time": "^3.1.0", |
42 | 43 | "d3-time-format": "^4.1.0", |
43 | 44 | "esprima": "^4.0.1", |
44 | | - "ramda": "^0.29.1", |
45 | | - "react-markdown": "^8.0.7", |
| 45 | + "npm-check-updates": "^19.6.3", |
| 46 | + "ramda": "^0.32.0", |
| 47 | + "react-markdown": "^10.1.0", |
| 48 | + "rehype-external-links": "^3.0.0", |
46 | 49 | "rehype-raw": "^7.0.0", |
47 | | - "remark-gfm": "^3.0.1", |
| 50 | + "remark-gfm": "^4.0.1", |
48 | 51 | "static-eval": "^2.1.1" |
49 | 52 | }, |
50 | 53 | "devDependencies": { |
51 | | - "@babel/cli": "^7.23.9", |
52 | | - "@babel/core": "^7.23.9", |
53 | | - "@babel/eslint-parser": "^7.23.10", |
| 54 | + "@babel/cli": "^7.28.6", |
| 55 | + "@babel/core": "^7.29.0", |
| 56 | + "@babel/eslint-parser": "^7.28.6", |
54 | 57 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
55 | | - "@babel/preset-env": "^7.23.9", |
56 | | - "@babel/preset-react": "^7.23.3", |
| 58 | + "@babel/preset-env": "^7.29.0", |
| 59 | + "@babel/preset-react": "^7.28.5", |
57 | 60 | "@plotly/webpack-dash-dynamic-import": "^1.3.0", |
58 | | - "babel-loader": "^9.1.3", |
59 | | - "css-loader": "^6.10.0", |
| 61 | + "babel-loader": "^10.1.1", |
| 62 | + "css-loader": "^7.1.4", |
60 | 63 | "es-check": "^7.1.1", |
61 | | - "esbuild-loader": "^4.1.0", |
| 64 | + "esbuild-loader": "^4.4.2", |
62 | 65 | "eslint": "^8.56.0", |
63 | | - "eslint-config-prettier": "^9.1.0", |
64 | | - "eslint-plugin-import": "^2.29.1", |
65 | | - "eslint-plugin-react": "^7.33.2", |
| 66 | + "eslint-config-prettier": "^10.1.8", |
| 67 | + "eslint-plugin-import": "^2.32.0", |
| 68 | + "eslint-plugin-react": "^7.37.5", |
66 | 69 | "npm-run-all": "^4.1.5", |
67 | | - "prettier": "^3.2.4", |
| 70 | + "prettier": "^3.8.1", |
68 | 71 | "prop-types": "^15.8.1", |
69 | | - "react": "^18.2.0", |
| 72 | + "react": "^18.3.1", |
70 | 73 | "react-docgen": "^5.4.3", |
71 | | - "react-dom": "^18.2.0", |
72 | | - "rimraf": "^5.0.5", |
73 | | - "style-loader": "^3.3.4", |
74 | | - "styled-jsx": "^5.1.2", |
75 | | - "webpack": "^5.90.1", |
76 | | - "webpack-cli": "^5.1.4" |
| 74 | + "react-dom": "^18.3.1", |
| 75 | + "rimraf": "^6.1.3", |
| 76 | + "style-loader": "^4.0.0", |
| 77 | + "styled-jsx": "^5.1.7", |
| 78 | + "webpack": "^5.105.4", |
| 79 | + "webpack-cli": "^6.0.1" |
77 | 80 | }, |
78 | 81 | "files": [ |
79 | 82 | "/dash_ag_grid/*{.js,.map}", |
|
0 commit comments