File tree Expand file tree Collapse file tree 4 files changed +84
-579
lines changed
packages/react-native-web Expand file tree Collapse file tree 4 files changed +84
-579
lines changed Original file line number Diff line number Diff line change 40
40
"babel-loader" : " ^8.0.6" ,
41
41
"babel-plugin-add-module-exports" : " ^1.0.2" ,
42
42
"babel-plugin-transform-react-remove-prop-types" : " ^0.4.24" ,
43
- "caniuse-api" : " ^2 .0.0" ,
44
- "cross-env" : " ^5.2.0 " ,
45
- "del-cli" : " ^1.1 .0" ,
43
+ "caniuse-api" : " ^3 .0.0" ,
44
+ "cross-env" : " ^6.0.3 " ,
45
+ "del-cli" : " ^3.0 .0" ,
46
46
"enzyme" : " ^3.10.0" ,
47
47
"enzyme-adapter-react-16" : " ^1.14.0" ,
48
48
"enzyme-to-json" : " ^3.4.2" ,
51
51
"eslint-plugin-promise" : " ^4.2.1" ,
52
52
"eslint-plugin-react" : " ^7.16.0" ,
53
53
"flow-bin" : " ^0.109.0" ,
54
- "glob" : " ^7.1.2 " ,
54
+ "glob" : " ^7.1.4 " ,
55
55
"husky" : " ^3.0.8" ,
56
- "inline-style-prefixer" : " ^5.0.3 " ,
56
+ "inline-style-prefixer" : " ^5.1.0 " ,
57
57
"jest" : " ^24.9.0" ,
58
58
"jest-canvas-mock" : " ^2.1.1" ,
59
59
"lint-staged" : " ^9.4.2" ,
60
- "metro-react-native-babel-preset" : " ^0.51 .0" ,
60
+ "metro-react-native-babel-preset" : " ^0.56 .0" ,
61
61
"npm-run-all" : " ^4.1.3" ,
62
62
"prettier" : " ^1.18.2" ,
63
63
"react" : " ^16.10.2" ,
Original file line number Diff line number Diff line change 21
21
"debounce" : " ^1.2.0" ,
22
22
"deep-assign" : " ^3.0.0" ,
23
23
"fbjs" : " ^1.0.0" ,
24
- "hyphenate-style-name" : " ^1.0.2 " ,
25
- "inline-style-prefixer" : " ^5.0.3 " ,
24
+ "hyphenate-style-name" : " ^1.0.3 " ,
25
+ "inline-style-prefixer" : " ^5.1.0 " ,
26
26
"normalize-css-color" : " ^1.0.2" ,
27
27
"prop-types" : " ^15.6.0" ,
28
28
"react-timer-mixin" : " ^0.13.4"
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ import flex from 'inline-style-prefixer/lib/plugins/flex';
6
6
import flexboxIE from 'inline-style-prefixer/lib/plugins/flexboxIE' ;
7
7
import flexboxOld from 'inline-style-prefixer/lib/plugins/flexboxOld' ;
8
8
import gradient from 'inline-style-prefixer/lib/plugins/gradient' ;
9
+ import grid from 'inline-style-prefixer/lib/plugins/grid' ;
9
10
import imageSet from 'inline-style-prefixer/lib/plugins/imageSet' ;
11
+ import logical from 'inline-style-prefixer/lib/plugins/logical' ;
10
12
import position from 'inline-style-prefixer/lib/plugins/position' ;
11
13
import sizing from 'inline-style-prefixer/lib/plugins/sizing' ;
12
14
import transition from 'inline-style-prefixer/lib/plugins/transition' ;
@@ -27,7 +29,9 @@ export default {
27
29
flexboxIE ,
28
30
flexboxOld ,
29
31
gradient ,
32
+ grid ,
30
33
imageSet ,
34
+ logical ,
31
35
position ,
32
36
sizing ,
33
37
transition
@@ -129,24 +133,6 @@ export default {
129
133
wrapThrough : ms ,
130
134
wrapMargin : ms ,
131
135
touchAction : ms ,
132
- gridTemplateColumns : ms ,
133
- gridTemplateRows : ms ,
134
- gridTemplateAreas : ms ,
135
- gridTemplate : ms ,
136
- gridAutoColumns : ms ,
137
- gridAutoRows : ms ,
138
- gridAutoFlow : ms ,
139
- grid : ms ,
140
- gridRowStart : ms ,
141
- gridColumnStart : ms ,
142
- gridRowEnd : ms ,
143
- gridRow : ms ,
144
- gridColumn : ms ,
145
- gridColumnEnd : ms ,
146
- gridColumnGap : ms ,
147
- gridRowGap : ms ,
148
- gridArea : ms ,
149
- gridGap : ms ,
150
136
textSizeAdjust : [ 'ms' , 'Webkit' ] ,
151
137
borderImage : w ,
152
138
borderImageOutset : w ,
You can’t perform that action at this time.
0 commit comments