mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-01-12 22:51:07 +08:00
Bump dependencies
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"parser": "babel-eslint",
|
||||
"rules": {
|
||||
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
|
||||
"react/require-default-props": [0],
|
||||
"import/no-extraneous-dependencies": [0],
|
||||
"import/no-unresolved": [2, { ignore: ['^react(-native)?$'] }],
|
||||
"import/extensions": [2, { "js": "never", "json": "always" }],
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable react/no-unused-prop-types */
|
||||
import isEqual from 'lodash/isEqual';
|
||||
import pick from 'lodash/pick';
|
||||
import React, { Component } from 'react';
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable react/no-unused-prop-types */
|
||||
import isEqual from 'lodash/isEqual';
|
||||
import pick from 'lodash/pick';
|
||||
import React, { Component } from 'react';
|
||||
|
||||
15
package.json
15
package.json
@@ -58,19 +58,18 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.0.0",
|
||||
"prop-types": "^15.5.8",
|
||||
"yargs": "^6.3.0"
|
||||
"prop-types": "^15.5.10",
|
||||
"yargs": "^8.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "^6.5.2",
|
||||
"babel-eslint": "^7.0.0",
|
||||
"eslint": "^3.7.1",
|
||||
"eslint-config-airbnb": "^13.0.0",
|
||||
"eslint": "^4.3.0",
|
||||
"eslint-config-airbnb": "^15.1.0",
|
||||
"eslint-config-prettier": "^2.3.0",
|
||||
"eslint-plugin-import": "^2.2.0",
|
||||
"eslint-plugin-jsx-a11y": "^2.2.3",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-plugin-jsx-a11y": "^5.1.1",
|
||||
"eslint-plugin-prettier": "^2.1.2",
|
||||
"eslint-plugin-react": "^6.4.1",
|
||||
"eslint-plugin-react": "^7.1.0",
|
||||
"evil-icons": "^1.8.0",
|
||||
"font-awesome": "^4.6.3",
|
||||
"ionicons": "^3.0.0",
|
||||
|
||||
Reference in New Issue
Block a user