Skip to content

Commit 3afc2b6

Browse files
committed
Merge branch 'dev' into master-2.1.0
2 parents 2975e00 + f24ed34 commit 3afc2b6

File tree

142 files changed

+98110
-66351
lines changed

Some content is hidden

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

142 files changed

+98110
-66351
lines changed

.circleci/config.yml

Lines changed: 337 additions & 447 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

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

Lines changed: 9512 additions & 2658 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.2",
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.16.0",
21+
"@babel/preset-env": "^7.16.4",
22+
"@babel/preset-react": "^7.16.0",
23+
"babel-loader": "^8.2.3",
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.1"
2727
},
2828
"files": [
2929
"dist/index.js"
3030
]
31-
}
31+
}

0 commit comments

Comments
 (0)