Skip to content

Commit cce116b

Browse files
committed
update babel-eslint version
1 parent 09f4e5e commit cce116b

2 files changed

Lines changed: 34 additions & 51 deletions

File tree

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"clean": "rimraf dist",
88
"build": "npm run clean && babel src/ -d dist/",
9-
"test": "jest"
9+
"test": "jest"
1010
},
1111
"directories": {
1212
"doc": "docs",
@@ -37,33 +37,33 @@
3737
"postlink": "node ./node_modules/react-native-button-component/scripts/link.js"
3838
}
3939
},
40-
"dependencies": {
41-
"lodash": "^4.17.2",
42-
"react-native-circular-progress": "cconstantinescu/react-native-circular-progress",
43-
"react-native-linear-gradient": "^2.0.0",
44-
"react-native-spinkit": "^1.0.2",
45-
"babel-preset-react-native-stage-0": "^1.0.1"
46-
},
47-
"devDependencies": {
48-
"babel-cli": "^6.24.1",
49-
"babel-eslint": "^7.1.1",
50-
"babel-jest": "20.0.3",
51-
"babel-preset-react-native": "2.1.0",
52-
"eslint": "^3.12.0",
53-
"eslint-config-airbnb": "^13.0.0",
54-
"eslint-plugin-import": "^2.2.0",
55-
"eslint-plugin-jsx-a11y": "2.2.3",
56-
"eslint-plugin-react": "^6.8.0",
57-
"jest": "20.0.4",
58-
"jest-react-native": "^18.0.0",
59-
"react": "16.0.0-alpha.12",
60-
"react-native": "0.47.1",
61-
"react-test-renderer": "16.0.0-alpha.12"
62-
},
63-
"jest": {
64-
"preset": "jest-react-native",
65-
"modulePathIgnorePatterns": [
66-
"ButtonExample/node_modules"
67-
]
68-
}
40+
"dependencies": {
41+
"babel-preset-react-native-stage-0": "^1.0.1",
42+
"lodash": "^4.17.2",
43+
"react-native-circular-progress": "cconstantinescu/react-native-circular-progress",
44+
"react-native-linear-gradient": "^2.0.0",
45+
"react-native-spinkit": "^1.0.2"
46+
},
47+
"devDependencies": {
48+
"babel-cli": "^6.24.1",
49+
"babel-eslint": "^7.2.3",
50+
"babel-jest": "20.0.3",
51+
"babel-preset-react-native": "2.1.0",
52+
"eslint": "^3.12.0",
53+
"eslint-config-airbnb": "^13.0.0",
54+
"eslint-plugin-import": "^2.2.0",
55+
"eslint-plugin-jsx-a11y": "2.2.3",
56+
"eslint-plugin-react": "^6.8.0",
57+
"jest": "20.0.4",
58+
"jest-react-native": "^18.0.0",
59+
"react": "16.0.0-alpha.12",
60+
"react-native": "0.47.1",
61+
"react-test-renderer": "16.0.0-alpha.12"
62+
},
63+
"jest": {
64+
"preset": "jest-react-native",
65+
"modulePathIgnorePatterns": [
66+
"ButtonExample/node_modules"
67+
]
68+
}
6969
}

yarn.lock

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ babel-core@^6.0.0, babel-core@^6.24.1, babel-core@^6.7.2:
293293
slash "^1.0.0"
294294
source-map "^0.5.0"
295295

296-
babel-eslint@^7.1.1:
296+
babel-eslint@^7.2.3:
297297
version "7.2.3"
298298
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.3.tgz#b2fe2d80126470f5c19442dc757253a897710827"
299299
dependencies:
@@ -3367,18 +3367,14 @@ minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
33673367
dependencies:
33683368
brace-expansion "^1.1.7"
33693369

3370-
minimist@0.0.8:
3370+
minimist@0.0.8, minimist@~0.0.1:
33713371
version "0.0.8"
33723372
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
33733373

33743374
minimist@^1.1.0, minimist@^1.1.1, minimist@^1.2.0:
33753375
version "1.2.0"
33763376
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
33773377

3378-
minimist@~0.0.1:
3379-
version "0.0.10"
3380-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
3381-
33823378
"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1:
33833379
version "0.5.1"
33843380
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
@@ -4754,7 +4750,7 @@ ua-parser-js@^0.7.9:
47544750
version "0.7.14"
47554751
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.14.tgz#110d53fa4c3f326c121292bbeac904d2e03387ca"
47564752

4757-
uglify-js@2.7.5:
4753+
uglify-js@2.7.5, uglify-js@^2.6:
47584754
version "2.7.5"
47594755
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.7.5.tgz#4612c0c7baaee2ba7c487de4904ae122079f2ca8"
47604756
dependencies:
@@ -4763,15 +4759,6 @@ uglify-js@2.7.5:
47634759
uglify-to-browserify "~1.0.0"
47644760
yargs "~3.10.0"
47654761

4766-
uglify-js@^2.6:
4767-
version "2.8.29"
4768-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
4769-
dependencies:
4770-
source-map "~0.5.1"
4771-
yargs "~3.10.0"
4772-
optionalDependencies:
4773-
uglify-to-browserify "~1.0.0"
4774-
47754762
uglify-to-browserify@~1.0.0:
47764763
version "1.0.2"
47774764
resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
@@ -4895,11 +4882,7 @@ whatwg-encoding@^1.0.1:
48954882
dependencies:
48964883
iconv-lite "0.4.13"
48974884

4898-
whatwg-fetch@>=0.10.0:
4899-
version "2.0.3"
4900-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"
4901-
4902-
whatwg-fetch@^1.0.0:
4885+
whatwg-fetch@>=0.10.0, whatwg-fetch@^1.0.0:
49034886
version "1.1.1"
49044887
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-1.1.1.tgz#ac3c9d39f320c6dce5339969d054ef43dd333319"
49054888

0 commit comments

Comments
 (0)