Skip to content

Commit 4e46be3

Browse files
committed
update dependencies and release
1 parent dac6c9c commit 4e46be3

6 files changed

Lines changed: 23 additions & 32 deletions

File tree

example-from-npm/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Make your React components sortable.",
55
"main": "index.js",
66
"scripts": {
7-
"start": "webpack --watch",
8-
"test": "jest --verbose"
7+
"start": "webpack --watch"
98
},
109
"repository": {
1110
"type": "git",
@@ -28,12 +27,11 @@
2827
"react-sortable": "1.0.x"
2928
},
3029
"devDependencies": {
31-
"babel-core": "6.10.x",
32-
"babel-jest": "13.x.x",
30+
"babel-core": "6.11.x",
3331
"babel-loader": "6.2.x",
3432
"babel-preset-es2015": "6.9.x",
3533
"babel-preset-react": "6.11.x",
3634
"babel-preset-stage-0": "6.5.x",
37-
"webpack": "2.1.0-beta.14"
35+
"webpack": "2.1.0-beta.20"
3836
}
3937
}

example-real-world/bundle.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example-real-world/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Make your React components sortable.",
55
"main": "index.js",
66
"scripts": {
7-
"start": "webpack --watch",
8-
"test": "jest --verbose"
7+
"start": "webpack --watch"
98
},
109
"repository": {
1110
"type": "git",
@@ -28,11 +27,10 @@
2827
},
2928
"devDependencies": {
3029
"babel-core": "6.11.x",
31-
"babel-jest": "13.x.x",
3230
"babel-loader": "6.2.x",
3331
"babel-preset-es2015": "6.9.x",
3432
"babel-preset-react": "6.11.x",
3533
"babel-preset-stage-0": "6.5.x",
36-
"webpack": "2.1.0-beta.19"
34+
"webpack": "2.1.0-beta.20"
3735
}
3836
}

example-table/package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"description": "Make your React components sortable.",
55
"main": "index.js",
66
"scripts": {
7-
"start": "webpack --watch",
8-
"test": "jest --verbose"
9-
},
7+
"start": "webpack --watch"
8+
},
109
"repository": {
1110
"type": "git",
1211
"url": "https://github.com/danielstocks/react-sortable/"
@@ -27,13 +26,11 @@
2726
"react-dom": "15.x.x"
2827
},
2928
"devDependencies": {
30-
"babel-core": "6.10.x",
31-
"babel-jest": "13.x.x",
29+
"babel-core": "6.11.x",
3230
"babel-loader": "6.2.x",
3331
"babel-preset-es2015": "6.9.x",
3432
"babel-preset-react": "6.11.x",
3533
"babel-preset-stage-0": "6.5.x",
36-
"jest-cli": "13.0.x",
37-
"webpack": "2.1.0-beta.14"
34+
"webpack": "2.1.0-beta.20"
3835
}
3936
}

example/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Make your React components sortable.",
55
"main": "index.js",
66
"scripts": {
7-
"start": "webpack --watch",
8-
"test": "jest --verbose"
7+
"start": "webpack --watch"
98
},
109
"repository": {
1110
"type": "git",
@@ -27,12 +26,11 @@
2726
"react-dom": "15.x.x"
2827
},
2928
"devDependencies": {
30-
"babel-core": "6.10.x",
31-
"babel-jest": "13.x.x",
29+
"babel-core": "6.11.x",
3230
"babel-loader": "6.2.x",
3331
"babel-preset-es2015": "6.9.x",
3432
"babel-preset-react": "6.11.x",
3533
"babel-preset-stage-0": "6.5.x",
36-
"webpack": "2.1.0-beta.14"
34+
"webpack": "2.1.0-beta.20"
3735
}
3836
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sortable",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Make your React components sortable.",
55
"main": "lib/index.js",
66
"jsnext:main": "src/index.js",
@@ -33,12 +33,12 @@
3333
},
3434
"devDependencies": {
3535
"babel-core": "6.11.x",
36-
"babel-jest": "13.x.x",
36+
"babel-jest": "14.x.x",
3737
"babel-preset-es2015": "6.9.x",
3838
"babel-preset-react": "6.11.x",
3939
"babel-preset-stage-0": "6.5.x",
4040
"http-server": "0.9.x",
41-
"jest-cli": "13.2.x",
41+
"jest-cli": "14.0.x",
4242
"react": "15.x.x",
4343
"react-dom": "15.x.x",
4444
"wdio-jasmine-framework": "0.2.x",

0 commit comments

Comments
 (0)