Skip to content

Commit d4ec162

Browse files
committed
Update demo
1 parent 171178a commit d4ec162

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/demo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"name": "demo",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"dependencies": {
6-
"plotly.js": "^1.49.5",
7-
"react": "^16.2.0",
8-
"react-dom": "^16.2.0",
6+
"plotly.js": "2.16.4",
7+
"react": "16.14.0",
98
"react-chart-editor": "latest",
10-
"react-scripts": "1.0.17"
9+
"react-dom": "16.14.0",
10+
"react-scripts": "5.0.1"
1111
},
1212
"scripts": {
1313
"start": "react-scripts start",
14-
"build": "react-scripts build",
14+
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build",
1515
"test": "react-scripts test --env=jsdom",
1616
"eject": "react-scripts eject",
1717
"predeploy": "npm run build",
1818
"deploy": "gh-pages -d build"
1919
},
2020
"homepage": "http://plotly.github.io/react-chart-editor",
2121
"devDependencies": {
22-
"gh-pages": "^1.1.0"
22+
"gh-pages": "^5.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)