Skip to content

Commit

Permalink
update dependencies and release
Browse files Browse the repository at this point in the history
  • Loading branch information
ladas-larry committed Aug 1, 2016
1 parent dac6c9c commit 4e46be3
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 32 deletions.
8 changes: 3 additions & 5 deletions example-from-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Make your React components sortable.",
"main": "index.js",
"scripts": {
"start": "webpack --watch",
"test": "jest --verbose"
"start": "webpack --watch"
},
"repository": {
"type": "git",
Expand All @@ -28,12 +27,11 @@
"react-sortable": "1.0.x"
},
"devDependencies": {
"babel-core": "6.10.x",
"babel-jest": "13.x.x",
"babel-core": "6.11.x",
"babel-loader": "6.2.x",
"babel-preset-es2015": "6.9.x",
"babel-preset-react": "6.11.x",
"babel-preset-stage-0": "6.5.x",
"webpack": "2.1.0-beta.14"
"webpack": "2.1.0-beta.20"
}
}
16 changes: 8 additions & 8 deletions example-real-world/bundle.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions example-real-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Make your React components sortable.",
"main": "index.js",
"scripts": {
"start": "webpack --watch",
"test": "jest --verbose"
"start": "webpack --watch"
},
"repository": {
"type": "git",
Expand All @@ -28,11 +27,10 @@
},
"devDependencies": {
"babel-core": "6.11.x",
"babel-jest": "13.x.x",
"babel-loader": "6.2.x",
"babel-preset-es2015": "6.9.x",
"babel-preset-react": "6.11.x",
"babel-preset-stage-0": "6.5.x",
"webpack": "2.1.0-beta.19"
"webpack": "2.1.0-beta.20"
}
}
11 changes: 4 additions & 7 deletions example-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"description": "Make your React components sortable.",
"main": "index.js",
"scripts": {
"start": "webpack --watch",
"test": "jest --verbose"
},
"start": "webpack --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/danielstocks/react-sortable/"
Expand All @@ -27,13 +26,11 @@
"react-dom": "15.x.x"
},
"devDependencies": {
"babel-core": "6.10.x",
"babel-jest": "13.x.x",
"babel-core": "6.11.x",
"babel-loader": "6.2.x",
"babel-preset-es2015": "6.9.x",
"babel-preset-react": "6.11.x",
"babel-preset-stage-0": "6.5.x",
"jest-cli": "13.0.x",
"webpack": "2.1.0-beta.14"
"webpack": "2.1.0-beta.20"
}
}
8 changes: 3 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Make your React components sortable.",
"main": "index.js",
"scripts": {
"start": "webpack --watch",
"test": "jest --verbose"
"start": "webpack --watch"
},
"repository": {
"type": "git",
Expand All @@ -27,12 +26,11 @@
"react-dom": "15.x.x"
},
"devDependencies": {
"babel-core": "6.10.x",
"babel-jest": "13.x.x",
"babel-core": "6.11.x",
"babel-loader": "6.2.x",
"babel-preset-es2015": "6.9.x",
"babel-preset-react": "6.11.x",
"babel-preset-stage-0": "6.5.x",
"webpack": "2.1.0-beta.14"
"webpack": "2.1.0-beta.20"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-sortable",
"version": "1.0.2",
"version": "1.0.3",
"description": "Make your React components sortable.",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
Expand Down Expand Up @@ -33,12 +33,12 @@
},
"devDependencies": {
"babel-core": "6.11.x",
"babel-jest": "13.x.x",
"babel-jest": "14.x.x",
"babel-preset-es2015": "6.9.x",
"babel-preset-react": "6.11.x",
"babel-preset-stage-0": "6.5.x",
"http-server": "0.9.x",
"jest-cli": "13.2.x",
"jest-cli": "14.0.x",
"react": "15.x.x",
"react-dom": "15.x.x",
"wdio-jasmine-framework": "0.2.x",
Expand Down

0 comments on commit 4e46be3

Please sign in to comment.