Skip to content

Commit 81842c5

Browse files
committed
Updated to RN 0.62.2
1 parent 7cefdae commit 81842c5

File tree

2 files changed

+1701
-876
lines changed

2 files changed

+1701
-876
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-background-shapes",
3-
"version": "1.0.3",
3+
"version": "1.0.5",
44
"description": "Beautiful backgrounds shapes to React Native based in flex",
55
"main": "dist/lib/index.js",
66
"scripts": {
@@ -21,29 +21,29 @@
2121
],
2222
"author": "Leonardo Rico Guevara - https://github.com/kevoj",
2323
"license": "MIT",
24-
"dependencies": {
25-
"react": "^16.12.0",
26-
"react-dom": "^16.12.0",
27-
"react-native": "^0.61.5"
28-
},
2924
"peerDependencies": {
30-
"react": "^16.2.0",
31-
"react-dom": "^16.2.0",
32-
"react-native": "^0.61.5"
25+
"react": "^16.13.1",
26+
"react-dom": "^16.13.1",
27+
"react-native": "^0.62.2"
3328
},
3429
"devDependencies": {
35-
"@babel/core": "^7.8.3",
36-
"@babel/preset-env": "^7.8.3",
37-
"@babel/preset-react": "^7.8.3",
38-
"babel-loader": "^8.0.0-beta",
30+
"@babel/core": "^7.10.2",
31+
"@babel/preset-env": "^7.10.2",
32+
"@babel/preset-react": "^7.10.1",
33+
"babel-loader": "^8.1.0",
3934
"babel-plugin-transform-async-to-generator": "^6.24.1",
4035
"babel-preset-env": "^1.7.0",
4136
"babel-preset-react": "^6.24.1",
4237
"babel-preset-stage-2": "^6.24.1",
4338
"metro-react-native-babel-preset": "^0.59.0",
4439
"parcel-bundler": "^1.12.4",
45-
"webpack": "^4.41.5",
46-
"webpack-cli": "^3.3.10",
40+
"webpack": "^4.43.0",
41+
"webpack-cli": "^3.3.11",
4742
"webpack-node-externals": "^1.7.2"
43+
},
44+
"dependencies": {
45+
"react": "16.11.0",
46+
"react-dom": "^16.13.1",
47+
"react-native": "^0.62.2"
4848
}
4949
}

0 commit comments

Comments
 (0)