mirror of
https://github.com/simonw/datasette-vega.git
synced 2026-07-16 22:14:34 +02:00
Upgrade to latest Vega/React, refs #29
This commit is contained in:
parent
8cea6b4388
commit
00de059ab1
1 changed files with 17 additions and 6 deletions
23
package.json
23
package.json
|
|
@ -3,17 +3,28 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
"react-scripts": "1.1.4",
|
||||
"source-map-explorer": "^1.5.0",
|
||||
"vega-embed": "^3.15.0",
|
||||
"vega-lib": "^4.0.0-rc.3"
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-scripts": "^4.0.3",
|
||||
"vega-embed": "^6.20.5",
|
||||
"vega-lib": "^4.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "REACT_APP_STAGE=dev react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue