Skip to content

Commit

Permalink
Merge branch 'dev' into master-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Jan 28, 2022
2 parents 2975e00 + f24ed34 commit 3afc2b6
Show file tree
Hide file tree
Showing 142 changed files with 98,110 additions and 66,351 deletions.
784 changes: 337 additions & 447 deletions .circleci/config.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence
* @alexcjohnson @Marc-Andre-Rivet @rpkyle
* @alexcjohnson
12,170 changes: 9,512 additions & 2,658 deletions @plotly/dash-component-plugins/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions @plotly/dash-component-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plotly/dash-component-plugins",
"version": "1.2.0",
"version": "1.2.2",
"description": "Plugins for Dash Components",
"repository": {
"type": "git",
Expand All @@ -12,20 +12,20 @@
"homepage": "https://github.com/plotly/dash",
"main": "dist/index.js",
"scripts": {
"build": "webpack --display-reasons --bail"
"build": "webpack"
},
"author": "Marc-André Rivet",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"babel-loader": "^8.0.6",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"react": "^16.8.6",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
"webpack": "^4.44.2",
"webpack-cli": "^4.9.1"
},
"files": [
"dist/index.js"
]
}
}
Loading

0 comments on commit 3afc2b6

Please sign in to comment.