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

Update deps #2621

Merged
merged 2 commits into from
Aug 14, 2023
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
3,231 changes: 1,725 additions & 1,506 deletions components/dash-core-components/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions components/dash-core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"mathjax": "^3.2.2",
"moment": "^2.29.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"plotly.js-dist-min": "2.24.2",
"plotly.js-dist-min": "2.25.2",
"prop-types": "^15.8.1",
"ramda": "^0.29.0",
"rc-slider": "^9.7.5",
Expand All @@ -66,17 +66,17 @@
"uniqid": "^5.4.0"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@plotly/dash-component-plugins": "^1.2.3",
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
"babel-loader": "^9.1.2",
"babel-loader": "^9.1.3",
"component-playground": "^3.2.1",
"copyfiles": "^2.4.1",
"css-loader": "^6.7.4",
"css-loader": "^6.8.1",
"es-check": "^7.1.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -90,7 +90,7 @@
"react-jsx-parser": "1.21.0",
"style-loader": "^3.3.3",
"styled-jsx": "^3.4.4",
"webpack": "^5.88.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"files": [
Expand Down
3,215 changes: 1,717 additions & 1,498 deletions components/dash-html-components/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions components/dash-html-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"babel-loader": "^9.1.3",
"cheerio": "^0.22.0",
"cross-env": "^7.0.3",
"es-check": "^7.1.1",
Expand All @@ -49,7 +49,7 @@
"react-docgen": "^5.4.3",
"request": "^2.88.2",
"string": "^3.3.3",
"webpack": "^5.88.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"files": [
Expand Down
Loading