|
1 | 1 | {
|
2 | 2 | "name": "react-uikit-trigger",
|
3 |
| - "version": "0.1.3", |
| 3 | + "version": "1.0.0", |
4 | 4 | "description": "React uikit trigger component.",
|
5 | 5 | "keywords": [
|
6 | 6 | "javascript",
|
|
30 | 30 | "test:watch": "watch 'npm run test' ./"
|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "babel-core": "~6.2.1", |
34 |
| - "babel-eslint": "~4.1.5", |
35 |
| - "babel-plugin-transform-runtime": "~6.1.18", |
36 |
| - "babel-preset-es2015": "~6.1.18", |
37 |
| - "babel-preset-react": "~6.1.18", |
38 |
| - "babel-preset-stage-0": "~6.1.18", |
39 |
| - "babel-runtime": "~6.2.0", |
40 |
| - "blue-tape": "~0.1.10", |
41 |
| - "cheerio": "~0.19.0", |
| 33 | + "babel-cli": "~6.8.0", |
| 34 | + "babel-core": "~6.8.0", |
| 35 | + "babel-eslint": "~6.0.4", |
| 36 | + "babel-plugin-transform-runtime": "~6.8.0", |
| 37 | + "babel-preset-es2015": "~6.6.0", |
| 38 | + "babel-preset-react": "~6.5.0", |
| 39 | + "babel-preset-stage-0": "~6.5.0", |
| 40 | + "babel-runtime": "~6.6.1", |
| 41 | + "blue-tape": "~0.2.0", |
| 42 | + "cheerio": "~0.20.0", |
42 | 43 | "cuid": "~1.3.8",
|
43 |
| - "eslint": "~1.10.1", |
44 |
| - "eslint-config-standard": "~4.4.0", |
45 |
| - "eslint-plugin-react": "~3.11.2", |
| 44 | + "eslint": "~2.9.0", |
| 45 | + "eslint-config-standard": "~5.3.0", |
| 46 | + "eslint-plugin-react": "~5.0.1", |
46 | 47 | "eslint-plugin-smells": "~1.0.1",
|
47 |
| - "eslint-plugin-standard": "~1.3.1", |
| 48 | + "eslint-plugin-standard": "~1.3.2", |
48 | 49 | "faucet": "~0.0.1",
|
49 |
| - "glob": "~6.0.1", |
50 |
| - "history": "~1.13.1", |
51 |
| - "react-addons-test-utils": "~0.14.3", |
| 50 | + "glob": "~7.0.3", |
| 51 | + "history": "~2.1.1", |
| 52 | + "react-addons-test-utils": "~15.0.2", |
52 | 53 | "tap-difflet": "~0.4.0",
|
53 |
| - "tap-min": "~1.0.0", |
54 |
| - "watch": "~0.16.0" |
| 54 | + "tap-min": "~1.1.0", |
| 55 | + "watch": "~0.18.0" |
55 | 56 | },
|
56 | 57 | "dependencies": {
|
57 |
| - "babel-cli": "~6.1.8", |
58 |
| - "react": "~0.14.3", |
59 |
| - "react-uikit-base": "~0.2.2", |
60 |
| - "react-uikit-button": "~0.2.0", |
| 58 | + "babel-cli": "~6.8.0", |
| 59 | + "react": "~15.0.2", |
| 60 | + "react-uikit-base": "~1.0.0", |
| 61 | + "react-uikit-button": "~0.2.2", |
61 | 62 | "ufunc": "~0.2.1"
|
62 | 63 | },
|
63 | 64 | "babel": {
|
|
68 | 69 | ]
|
69 | 70 | },
|
70 | 71 | "engines": {
|
71 |
| - "node": "~4.2.3" |
| 72 | + "node": "~4.4.3" |
72 | 73 | }
|
73 | 74 | }
|
0 commit comments