Skip to content

Commit 7f51ee5

Browse files
committed
chore(release): 1.3.3
1 parent 723a5d8 commit 7f51ee5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"eject": "expo eject"
99
},
1010
"dependencies": {
11-
"expo": "^39.0.5",
12-
"react": "16.14.0",
13-
"react-dom": "^16.14.0",
14-
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.2.tar.gz",
15-
"react-native-input-spinner": "^1.3.2",
16-
"react-native-web": "^0.14.8"
11+
"expo": "^40.0.0",
12+
"react": "17.0.1",
13+
"react-dom": "^17.0.1",
14+
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
15+
"react-native-input-spinner": "^1.3.3",
16+
"react-native-web": "^0.14.10"
1717
},
1818
"prettier": {
1919
"tabWidth": 4,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-input-spinner",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "React native input with increase and decrease buttons",
55
"main": "index.js",
66
"scripts": {
@@ -56,7 +56,7 @@
5656
"prop-types": "^15.7.2"
5757
},
5858
"devDependencies": {
59-
"prettier": "^2.1.2",
59+
"prettier": "^2.2.1",
6060
"pretty-quick": "^3.1.0"
6161
},
6262
"bit": {

0 commit comments

Comments
 (0)