Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 67905d1

Browse files
author
Marco Cesarato
committed
chore(deps): update dependencies
1 parent c0cd57f commit 67905d1

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

‎Example/package.json‎

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,28 @@
88
"eject": "expo eject"
99
},
1010
"dependencies": {
11-
"expo": "^33.0.0",
12-
"react": "16.8.3",
13-
"react-dom": "^16.8.6",
14-
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
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",
1515
"react-native-input-validator": "^1.0.10",
16-
"react-native-web": "^0.11.4",
17-
"validator": "^11.1.0"
16+
"react-native-web": "^0.14.8",
17+
"validator": "^13.5.1"
18+
},
19+
"prettier": {
20+
"tabWidth": 4,
21+
"useTabs": true,
22+
"semi": true,
23+
"singleQuote": false,
24+
"trailingComma": "es5",
25+
"bracketSpacing": false,
26+
"jsxBracketSameLine": true,
27+
"arrowParens": "always",
28+
"requirePragma": false,
29+
"insertPragma": false
1830
},
1931
"devDependencies": {
20-
"babel-preset-expo": "^5.1.1"
32+
"babel-preset-expo": "^8.3.0"
2133
},
2234
"private": true
2335
}

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"placeholder"
3131
],
3232
"dependencies": {
33-
"validator": "^13.0.0"
33+
"validator": "^13.5.1"
3434
},
3535
"peerDependencies": {
3636
"react": "*",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /