Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dep updates 2022-02-16 #1930

Merged
merged 5 commits into from
Feb 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
npm run lint
npm run lint && \
(cd components/dash-core-components && npm run lint) && \
(cd components/dash-table && npm run lint)
4,011 changes: 2,088 additions & 1,923 deletions components/dash-core-components/package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions components/dash-core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"maintainer": "Alex Johnson <alex@plotly.com>",
"license": "MIT",
"dependencies": {
"@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.16",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"base64-js": "^1.5.1",
"color": "^4.1.0",
"color": "^4.2.1",
"d3-format": "^1.4.5",
"fast-isnumeric": "^1.1.4",
"file-saver": "^2.0.5",
"highlight.js": "^11.3.1",
"highlight.js": "^11.4.0",
"moment": "^2.29.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"plotly.js-dist-min": "2.9.0",
Expand All @@ -63,23 +63,23 @@
"uniqid": "^5.4.0"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/cli": "^7.17.3",
"@babel/core": "^7.17.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@plotly/dash-component-plugins": "^1.2.2",
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"component-playground": "^3.2.1",
"copyfiles": "^2.4.1",
"css-loader": "^6.5.1",
"es-check": "^6.1.1",
"css-loader": "^6.6.0",
"es-check": "^6.2.1",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.28.0",
"identity-obj-proxy": "^3.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
Expand All @@ -88,8 +88,8 @@
"react-jsx-parser": "1.21.0",
"style-loader": "^3.3.1",
"styled-jsx": "^3.4.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
"webpack": "^5.69.0",
"webpack-cli": "^4.9.2"
},
"files": [
"/dash_core_components/*{.js,.map}",
Expand Down
Loading