mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-02 02:25:22 +00:00
Update dependencies
This commit is contained in:
+5
-5
@@ -10,17 +10,17 @@
|
|||||||
"build": "rm -rf ./dist && mkdir dist && babel src -d dist --ignore **/__tests__,src/modules/specHelpers",
|
"build": "rm -rf ./dist && mkdir dist && babel src -d dist --ignore **/__tests__,src/modules/specHelpers",
|
||||||
"build:umd": "webpack --config config/webpack.config.js --sort-assets-by --progress",
|
"build:umd": "webpack --config config/webpack.config.js --sort-assets-by --progress",
|
||||||
"examples": "webpack-dev-server --config config/webpack.config.example.js --inline --hot --colors --quiet",
|
"examples": "webpack-dev-server --config config/webpack.config.example.js --inline --hot --colors --quiet",
|
||||||
"lint": "eslint config examples src",
|
"lint": "eslint config src",
|
||||||
"prepublish": "npm run build && npm run build:umd",
|
"prepublish": "npm run build && npm run build:umd",
|
||||||
"test": "karma start config/karma.config.js",
|
"test": "karma start config/karma.config.js",
|
||||||
"test:watch": "npm run test -- --no-single-run"
|
"test:watch": "npm run test -- --no-single-run"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fbjs": "^0.7.2",
|
"fbjs": "^0.7.2",
|
||||||
"inline-style-prefix-all": "^1.0.2",
|
"inline-style-prefix-all": "^1.0.3",
|
||||||
"lodash.debounce": "^3.1.1",
|
"lodash.debounce": "^4.0.3",
|
||||||
"react-tappable": "^0.7.1",
|
"react-textarea-autosize": "^3.1.0",
|
||||||
"react-textarea-autosize": "^3.1.0"
|
"react-timer-mixin": "^0.13.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-cli": "^6.3.17",
|
"babel-cli": "^6.3.17",
|
||||||
|
|||||||
Reference in New Issue
Block a user