Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aengl committed Sep 3, 2019
1 parent 49204e2 commit c4aeace
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions examples/brushing-and-linking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"version": "1.0.0",
"dependencies": {
"@cocoon/plugin-echarts": "0.107.0",
"@cocoon/plugin-views": "0.107.0"
"@cocoon/plugin-echarts": "0.108.0",
"@cocoon/plugin-views": "0.108.0"
},
"devDependencies": {
"@cocoon/editor": "0.107.0"
"@cocoon/editor": "0.108.0"
}
}
12 changes: 6 additions & 6 deletions examples/custom-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
]
},
"dependencies": {
"@cocoon/plugin-distance": "0.107.0",
"@cocoon/plugin-echarts": "0.107.0",
"@cocoon/util": "0.107.0",
"@cocoon/plugin-distance": "0.108.0",
"@cocoon/plugin-echarts": "0.108.0",
"@cocoon/util": "0.108.0",
"got": "9.6.0"
},
"devDependencies": {
"@cocoon/editor": "0.107.0",
"@cocoon/rollup": "0.107.0",
"@cocoon/types": "0.107.0",
"@cocoon/editor": "0.108.0",
"@cocoon/rollup": "0.108.0",
"@cocoon/types": "0.108.0",
"@types/got": "9.6.7"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"version": "1.0.0",
"dependencies": {
"@cocoon/plugin-views": "0.107.0"
"@cocoon/plugin-views": "0.108.0"
},
"devDependencies": {
"@cocoon/editor": "0.107.0"
"@cocoon/editor": "0.108.0"
}
}
6 changes: 3 additions & 3 deletions examples/simple-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"private": true,
"version": "1.0.0",
"dependencies": {
"@cocoon/plugin-echarts": "0.107.0",
"@cocoon/plugin-inspect": "0.107.0"
"@cocoon/plugin-echarts": "0.108.0",
"@cocoon/plugin-inspect": "0.108.0"
},
"devDependencies": {
"@cocoon/editor": "0.107.0"
"@cocoon/editor": "0.108.0"
}
}
8 changes: 4 additions & 4 deletions examples/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
]
},
"dependencies": {
"@cocoon/plugin-views": "0.107.0",
"@cocoon/testing": "0.107.0",
"@cocoon/util": "0.107.0",
"@cocoon/plugin-views": "0.108.0",
"@cocoon/testing": "0.108.0",
"@cocoon/util": "0.108.0",
"ava": "2.3.0",
"puppeteer": "1.19.0"
},
"devDependencies": {
"@cocoon/editor": "0.107.0",
"@cocoon/editor": "0.108.0",
"@types/puppeteer": "1.19.1"
},
"scripts": {
Expand Down

0 comments on commit c4aeace

Please sign in to comment.