Skip to content

Commit 6771d06

Browse files
committed
Merge branch 'dev' into dev-aliases
2 parents 9f361fb + a392f73 commit 6771d06

File tree

252 files changed

+104310
-76822
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+104310
-76822
lines changed

.circleci/config.yml

Lines changed: 348 additions & 450 deletions
Large diffs are not rendered by default.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These owners will be the default owners for everything in
22
# the repo. Unless a later match takes precedence
3-
* @alexcjohnson @Marc-Andre-Rivet @rpkyle
3+
* @alexcjohnson

.husky/pre-commit

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
npm run lint
1+
npm run lint && \
2+
(cd components/dash-core-components && npm run lint) && \
3+
(cd components/dash-table && npm run lint)

@plotly/dash-component-plugins/package-lock.json

Lines changed: 9660 additions & 2667 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plotly/dash-component-plugins",
3-
"version": "1.2.0",
3+
"version": "1.2.3",
44
"description": "Plugins for Dash Components",
55
"repository": {
66
"type": "git",
@@ -12,20 +12,20 @@
1212
"homepage": "https://github.com/plotly/dash",
1313
"main": "dist/index.js",
1414
"scripts": {
15-
"build": "webpack --display-reasons --bail"
15+
"build": "webpack"
1616
},
1717
"author": "Marc-André Rivet",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@babel/core": "^7.7.2",
21-
"@babel/preset-env": "^7.7.1",
22-
"@babel/preset-react": "^7.7.0",
23-
"babel-loader": "^8.0.6",
20+
"@babel/core": "^7.17.9",
21+
"@babel/preset-env": "^7.16.11",
22+
"@babel/preset-react": "^7.16.7",
23+
"babel-loader": "^8.2.4",
2424
"react": "^16.8.6",
25-
"webpack": "^4.41.2",
26-
"webpack-cli": "^3.3.10"
25+
"webpack": "^4.44.2",
26+
"webpack-cli": "^4.9.2"
2727
},
2828
"files": [
2929
"dist/index.js"
3030
]
31-
}
31+
}

0 commit comments

Comments
 (0)