Skip to content

Commit 0bc8d69

Browse files
committed
Save yarn lock file
1 parent fbb7d3f commit 0bc8d69

File tree

2 files changed

+3449
-29
lines changed

2 files changed

+3449
-29
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -33,34 +33,34 @@
3333
"react": "<= 15.x.x"
3434
},
3535
"devDependencies": {
36-
"babel-cli": "6.18.0",
37-
"babel-eslint": "7.1.1",
38-
"babel-plugin-add-module-exports": "0.2.1",
39-
"babel-plugin-syntax-async-functions": "6.13.0",
40-
"babel-plugin-transform-async-to-generator": "6.16.0",
41-
"babel-plugin-transform-class-properties": "6.19.0",
42-
"babel-plugin-transform-object-rest-spread": "6.20.2",
43-
"babel-polyfill": "6.20.0",
44-
"babel-preset-es2015": "6.18.0",
45-
"babel-preset-react": "6.16.0",
46-
"canvas": "1.6.2",
47-
"common-tags": "1.4.0",
48-
"coveralls": "2.11.15",
49-
"eslint": "3.13.1",
50-
"eslint-config-onelint": "1.1.0",
51-
"eslint-config-onelint-react": "2.0.1",
52-
"eslint-plugin-react": "6.9.0",
53-
"jsdom": "9.9.1",
54-
"mocha": "3.2.0",
55-
"nyc": "10.0.0",
56-
"raf": "3.3.0",
57-
"react": "15.4.2",
58-
"react-addons-test-utils": "15.4.2",
59-
"react-dom": "15.4.2",
60-
"sinon": "1.17.7",
61-
"unexpected": "10.22.0",
62-
"unexpected-dom": "3.1.1",
63-
"unexpected-react": "3.3.2",
64-
"unexpected-sinon": "10.6.0"
36+
"babel-cli": "^6.18.0",
37+
"babel-eslint": "^7.1.1",
38+
"babel-plugin-add-module-exports": "^0.2.1",
39+
"babel-plugin-syntax-async-functions": "^6.13.0",
40+
"babel-plugin-transform-async-to-generator": "^6.16.0",
41+
"babel-plugin-transform-class-properties": "^6.19.0",
42+
"babel-plugin-transform-object-rest-spread": "^6.20.2",
43+
"babel-polyfill": "^6.20.0",
44+
"babel-preset-es2015": "^6.18.0",
45+
"babel-preset-react": "^6.16.0",
46+
"canvas": "^1.6.2",
47+
"common-tags": "^1.4.0",
48+
"coveralls": "^2.11.15",
49+
"eslint": "^3.13.1",
50+
"eslint-config-onelint": "^1.1.0",
51+
"eslint-config-onelint-react": "^2.0.1",
52+
"eslint-plugin-react": "^6.9.0",
53+
"jsdom": "^9.9.1",
54+
"mocha": "^3.2.0",
55+
"nyc": "^10.0.0",
56+
"raf": "^3.3.0",
57+
"react": "^15.4.2",
58+
"react-addons-test-utils": "^15.4.2",
59+
"react-dom": "^15.4.2",
60+
"sinon": "^1.17.7",
61+
"unexpected": "^10.22.0",
62+
"unexpected-dom": "^3.1.1",
63+
"unexpected-react": "^3.3.2",
64+
"unexpected-sinon": "^10.6.0"
6565
}
6666
}

0 commit comments

Comments
 (0)