Skip to content

Commit e258fcc

Browse files
committed
Update babel-plugin-react-native-classname-to-style with a bugfix
1 parent 6a83493 commit e258fcc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"autoprefixer": "^9.4.4",
3434
"babel-jest": "23.6.0",
3535
"babel-loader": "^8.0.5",
36-
"babel-plugin-react-native-classname-to-style": "^1.2.1",
36+
"babel-plugin-react-native-classname-to-style": "^1.2.2",
3737
"babel-plugin-react-native-platform-specific-extensions": "^1.1.1",
3838
"babel-preset-react": "^7.0.0-beta.3",
3939
"css-loader": "^1.0.1",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,9 +1859,10 @@ babel-plugin-jest-hoist@^23.2.0:
18591859
version "23.2.0"
18601860
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz#e61fae05a1ca8801aadee57a6d66b8cefaf44167"
18611861

1862-
babel-plugin-react-native-classname-to-style@^1.2.1:
1863-
version "1.2.1"
1864-
resolved "https://registry.yarnpkg.com/babel-plugin-react-native-classname-to-style/-/babel-plugin-react-native-classname-to-style-1.2.1.tgz#364182bbc7d1929242a7a09598f873c5e97350dd"
1862+
babel-plugin-react-native-classname-to-style@^1.2.2:
1863+
version "1.2.2"
1864+
resolved "https://registry.yarnpkg.com/babel-plugin-react-native-classname-to-style/-/babel-plugin-react-native-classname-to-style-1.2.2.tgz#2a51cdfb57bd436d20139e0d749b979564692191"
1865+
integrity sha512-kavZRZ56YoYmrwuCRMY0UuCYfMPszoN7v0DLST1D+rTqkl+cFWVW3W8l//AfWsyMNHkY+UTX+RrB5K7GY9mq3w==
18651866

18661867
babel-plugin-react-native-platform-specific-extensions@^1.1.1:
18671868
version "1.1.1"

0 commit comments

Comments
 (0)