mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-25 15:42:24 +00:00
Update inline-style-prefixer and misc deps
This commit is contained in:
+6
-6
@@ -40,9 +40,9 @@
|
|||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
"babel-plugin-add-module-exports": "^1.0.2",
|
"babel-plugin-add-module-exports": "^1.0.2",
|
||||||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
||||||
"caniuse-api": "^2.0.0",
|
"caniuse-api": "^3.0.0",
|
||||||
"cross-env": "^5.2.0",
|
"cross-env": "^6.0.3",
|
||||||
"del-cli": "^1.1.0",
|
"del-cli": "^3.0.0",
|
||||||
"enzyme": "^3.10.0",
|
"enzyme": "^3.10.0",
|
||||||
"enzyme-adapter-react-16": "^1.14.0",
|
"enzyme-adapter-react-16": "^1.14.0",
|
||||||
"enzyme-to-json": "^3.4.2",
|
"enzyme-to-json": "^3.4.2",
|
||||||
@@ -51,13 +51,13 @@
|
|||||||
"eslint-plugin-promise": "^4.2.1",
|
"eslint-plugin-promise": "^4.2.1",
|
||||||
"eslint-plugin-react": "^7.16.0",
|
"eslint-plugin-react": "^7.16.0",
|
||||||
"flow-bin": "^0.109.0",
|
"flow-bin": "^0.109.0",
|
||||||
"glob": "^7.1.2",
|
"glob": "^7.1.4",
|
||||||
"husky": "^3.0.8",
|
"husky": "^3.0.8",
|
||||||
"inline-style-prefixer": "^5.0.3",
|
"inline-style-prefixer": "^5.1.0",
|
||||||
"jest": "^24.9.0",
|
"jest": "^24.9.0",
|
||||||
"jest-canvas-mock": "^2.1.1",
|
"jest-canvas-mock": "^2.1.1",
|
||||||
"lint-staged": "^9.4.2",
|
"lint-staged": "^9.4.2",
|
||||||
"metro-react-native-babel-preset": "^0.51.0",
|
"metro-react-native-babel-preset": "^0.56.0",
|
||||||
"npm-run-all": "^4.1.3",
|
"npm-run-all": "^4.1.3",
|
||||||
"prettier": "^1.18.2",
|
"prettier": "^1.18.2",
|
||||||
"react": "^16.10.2",
|
"react": "^16.10.2",
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
"debounce": "^1.2.0",
|
"debounce": "^1.2.0",
|
||||||
"deep-assign": "^3.0.0",
|
"deep-assign": "^3.0.0",
|
||||||
"fbjs": "^1.0.0",
|
"fbjs": "^1.0.0",
|
||||||
"hyphenate-style-name": "^1.0.2",
|
"hyphenate-style-name": "^1.0.3",
|
||||||
"inline-style-prefixer": "^5.0.3",
|
"inline-style-prefixer": "^5.1.0",
|
||||||
"normalize-css-color": "^1.0.2",
|
"normalize-css-color": "^1.0.2",
|
||||||
"prop-types": "^15.6.0",
|
"prop-types": "^15.6.0",
|
||||||
"react-timer-mixin": "^0.13.4"
|
"react-timer-mixin": "^0.13.4"
|
||||||
|
|||||||
@@ -6,7 +6,9 @@ import flex from 'inline-style-prefixer/lib/plugins/flex';
|
|||||||
import flexboxIE from 'inline-style-prefixer/lib/plugins/flexboxIE';
|
import flexboxIE from 'inline-style-prefixer/lib/plugins/flexboxIE';
|
||||||
import flexboxOld from 'inline-style-prefixer/lib/plugins/flexboxOld';
|
import flexboxOld from 'inline-style-prefixer/lib/plugins/flexboxOld';
|
||||||
import gradient from 'inline-style-prefixer/lib/plugins/gradient';
|
import gradient from 'inline-style-prefixer/lib/plugins/gradient';
|
||||||
|
import grid from 'inline-style-prefixer/lib/plugins/grid';
|
||||||
import imageSet from 'inline-style-prefixer/lib/plugins/imageSet';
|
import imageSet from 'inline-style-prefixer/lib/plugins/imageSet';
|
||||||
|
import logical from 'inline-style-prefixer/lib/plugins/logical';
|
||||||
import position from 'inline-style-prefixer/lib/plugins/position';
|
import position from 'inline-style-prefixer/lib/plugins/position';
|
||||||
import sizing from 'inline-style-prefixer/lib/plugins/sizing';
|
import sizing from 'inline-style-prefixer/lib/plugins/sizing';
|
||||||
import transition from 'inline-style-prefixer/lib/plugins/transition';
|
import transition from 'inline-style-prefixer/lib/plugins/transition';
|
||||||
@@ -27,7 +29,9 @@ export default {
|
|||||||
flexboxIE,
|
flexboxIE,
|
||||||
flexboxOld,
|
flexboxOld,
|
||||||
gradient,
|
gradient,
|
||||||
|
grid,
|
||||||
imageSet,
|
imageSet,
|
||||||
|
logical,
|
||||||
position,
|
position,
|
||||||
sizing,
|
sizing,
|
||||||
transition
|
transition
|
||||||
@@ -129,24 +133,6 @@ export default {
|
|||||||
wrapThrough: ms,
|
wrapThrough: ms,
|
||||||
wrapMargin: ms,
|
wrapMargin: ms,
|
||||||
touchAction: ms,
|
touchAction: ms,
|
||||||
gridTemplateColumns: ms,
|
|
||||||
gridTemplateRows: ms,
|
|
||||||
gridTemplateAreas: ms,
|
|
||||||
gridTemplate: ms,
|
|
||||||
gridAutoColumns: ms,
|
|
||||||
gridAutoRows: ms,
|
|
||||||
gridAutoFlow: ms,
|
|
||||||
grid: ms,
|
|
||||||
gridRowStart: ms,
|
|
||||||
gridColumnStart: ms,
|
|
||||||
gridRowEnd: ms,
|
|
||||||
gridRow: ms,
|
|
||||||
gridColumn: ms,
|
|
||||||
gridColumnEnd: ms,
|
|
||||||
gridColumnGap: ms,
|
|
||||||
gridRowGap: ms,
|
|
||||||
gridArea: ms,
|
|
||||||
gridGap: ms,
|
|
||||||
textSizeAdjust: ['ms', 'Webkit'],
|
textSizeAdjust: ['ms', 'Webkit'],
|
||||||
borderImage: w,
|
borderImage: w,
|
||||||
borderImageOutset: w,
|
borderImageOutset: w,
|
||||||
|
|||||||
Reference in New Issue
Block a user