Skip to content

Commit

Permalink
feat(examples): upgrade examples dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Mar 27, 2019
1 parent 4c4cbde commit e07f58f
Show file tree
Hide file tree
Showing 7 changed files with 5,604 additions and 2,826 deletions.
38 changes: 22 additions & 16 deletions examples/retro/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
{
"name": "nivo-example-retro",
"version": "0.49.0",
"version": "0.55.0",
"private": true,
"dependencies": {
"@nivo/bar": "0.49.0",
"@nivo/chord": "0.49.0",
"@nivo/circle-packing": "0.49.0",
"@nivo/core": "0.49.0",
"@nivo/generators": "0.49.0",
"@nivo/heatmap": "0.49.0",
"@nivo/pie": "0.49.0",
"@nivo/stream": "0.49.0",
"@nivo/treemap": "0.49.0",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-scripts": "^1.1.5"
"@nivo/bar": "0.55.0",
"@nivo/chord": "0.55.0",
"@nivo/circle-packing": "0.55.0",
"@nivo/core": "0.55.0",
"@nivo/generators": "0.55.0",
"@nivo/heatmap": "0.55.0",
"@nivo/pie": "0.55.0",
"@nivo/stream": "0.55.0",
"@nivo/treemap": "0.55.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-scripts": "^2.1.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
}
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "SKIP_PREFLIGHT_CHECK=true react-scripts build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
8,143 changes: 5,437 additions & 2,706 deletions examples/retro/yarn.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@nivo/line": "0.51.0",
"@nivo/scatterplot": "0.51.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"@nivo/line": "0.55.0",
"@nivo/scatterplot": "0.55.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-scripts-ts": "3.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^10.12.0",
"@types/react": "^16.8.9",
"@types/react-dom": "^16.8.3",
"typescript": "^3.3.4000"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.5",
"@types/node": "^10.12.0",
"@types/react": "^16.4.17",
"@types/react-dom": "^16.0.9",
"typescript": "^3.1.3"
}
}
Loading

0 comments on commit e07f58f

Please sign in to comment.