-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86f4cfb
commit 8c73426
Showing
191 changed files
with
23,309 additions
and
11,831 deletions.
There are no files selected for viewing
31,345 changes: 21,050 additions & 10,295 deletions
31,345
dash/dash-renderer/build/dash_renderer.dev.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dash-table", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "Dash table", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -23,7 +23,7 @@ | |
"private::format.black": "black dash_table_base tests", | ||
"private::lint.ts": "eslint ./src ./tests", | ||
"private::lint.flake": "flake8 dash_table_base tests", | ||
"private::lint.black": "black --check dash_table_base tests", | ||
"private::lint.black": "if [[ ${PYVERSION:-python39} != python36 ]]; then black --check dash_table_base tests; fi", | ||
"private::lint.prettier": "prettier --config .prettierrc \"{src,tests,demo}/**/*.{js,ts,tsx}\" --list-different", | ||
"private::test.python": "python -m unittest tests/unit/format_test.py", | ||
"private::test.unit": "karma start karma.conf.js --single-run", | ||
|
@@ -41,58 +41,58 @@ | |
"maintainer": "Alex Johnson <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.17.3", | ||
"@babel/core": "^7.17.4", | ||
"@babel/cli": "^7.17.10", | ||
"@babel/core": "^7.17.10", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-transform-regenerator": "^7.16.7", | ||
"@babel/plugin-transform-regenerator": "^7.17.9", | ||
"@babel/polyfill": "^7.12.1", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-env": "^7.17.10", | ||
"@babel/preset-react": "^7.16.7", | ||
"@fortawesome/fontawesome-svg-core": "1.2.36", | ||
"@fortawesome/free-regular-svg-icons": "^5.15.4", | ||
"@fortawesome/free-solid-svg-icons": "^5.15.4", | ||
"@fortawesome/react-fontawesome": "^0.1.17", | ||
"@percy/storybook": "^3.3.1", | ||
"@plotly/dash-component-plugins": "^1.2.2", | ||
"@plotly/dash-component-plugins": "^1.2.3", | ||
"@plotly/webpack-dash-dynamic-import": "^1.3.0", | ||
"@storybook/builder-webpack5": "^6.4.19", | ||
"@storybook/cli": "^6.4.19", | ||
"@storybook/manager-webpack5": "^6.4.19", | ||
"@storybook/react": "^6.4.19", | ||
"@storybook/builder-webpack5": "^6.4.22", | ||
"@storybook/cli": "^6.4.22", | ||
"@storybook/manager-webpack5": "^6.4.22", | ||
"@storybook/react": "^6.4.22", | ||
"@storybook/semver": "^7.3.2", | ||
"@types/chai": "^4.3.0", | ||
"@types/chai": "^4.3.1", | ||
"@types/d3-format": "^3.0.1", | ||
"@types/mocha": "^8.2.3", | ||
"@types/mocha": "^9.1.1", | ||
"@types/papaparse": "^5.3.2", | ||
"@types/ramda": "0.27.42", | ||
"@types/ramda": "0.28.11", | ||
"@types/react": "^16.14.8", | ||
"@types/react-dom": "^16.9.13", | ||
"@types/react-select": "^4.0.16", | ||
"@typescript-eslint/eslint-plugin": "^5.7.0", | ||
"@typescript-eslint/parser": "^5.7.0", | ||
"babel-loader": "^8.2.3", | ||
"@typescript-eslint/eslint-plugin": "^5.22.0", | ||
"@typescript-eslint/parser": "^5.22.0", | ||
"babel-loader": "^8.2.5", | ||
"chai": "^4.3.6", | ||
"css-loader": "^6.6.0", | ||
"css-loader": "^6.7.1", | ||
"css.escape": "^1.5.1", | ||
"d3-format": "^3.1.0", | ||
"es-check": "^6.2.1", | ||
"eslint": "^7.30.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint": "^8.14.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"fast-isnumeric": "^1.1.4", | ||
"file-loader": "^6.2.0", | ||
"highlight.js": "^11.4.0", | ||
"karma": "^6.3.16", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"highlight.js": "^11.5.1", | ||
"karma": "^6.3.19", | ||
"karma-chrome-launcher": "^3.1.1", | ||
"karma-mocha": "^2.0.1", | ||
"karma-typescript": "^5.5.3", | ||
"karma-webpack": "^5.0.0", | ||
"less": "^4.1.2", | ||
"less-loader": "^10.2.0", | ||
"mocha": "^9.2.0", | ||
"mocha": "^9.2.2", | ||
"npm-run-all": "^4.1.5", | ||
"papaparse": "^5.3.1", | ||
"prettier": "^2.5.1", | ||
"ramda": "^0.27.1", | ||
"papaparse": "^5.3.2", | ||
"prettier": "^2.6.2", | ||
"ramda": "^0.28.0", | ||
"raw-loader": "^4.0.2", | ||
"react": "^16.14.0", | ||
"react-docgen": "^5.4.0", | ||
|
@@ -102,13 +102,13 @@ | |
"remarkable": "^2.0.1", | ||
"sheetclip": "^0.3.0", | ||
"style-loader": "^3.3.1", | ||
"ts-loader": "^9.2.6", | ||
"typescript": "^4.3.5", | ||
"webpack": "^5.69.0", | ||
"ts-loader": "^9.3.0", | ||
"typescript": "^4.6.4", | ||
"webpack": "^5.72.0", | ||
"webpack-cli": "^4.9.2", | ||
"webpack-dev-server": "^3.11.2", | ||
"webpack-preprocessor": "^0.1.12", | ||
"xlsx": "^0.17.4" | ||
"xlsx": "^0.17.5" | ||
}, | ||
"files": [ | ||
"/dash_table/async-*{.js,.map}", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.