Skip to content

Commit 7695f7b

Browse files
author
Damian Sznajder
committed
chore: bump packages
1 parent 44f4f91 commit 7695f7b

File tree

6 files changed

+12396
-20
lines changed

6 files changed

+12396
-20
lines changed

.husky/commit-msg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
14
yarn commitlint --edit $1

.husky/pre-commit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
14
yarn lint && yarn typescript

Example/package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,18 @@
1212
"test": "jest"
1313
},
1414
"dependencies": {
15-
"expo": "40.0.1",
16-
"expo-splash-screen": "0.9.0",
17-
"react": "16.13.1",
18-
"react-dom": "16.13.1",
19-
"react-native": "0.63.4",
20-
"react-native-unimodules": "0.12.0",
21-
"react-native-web": "0.15.5"
15+
"expo": "42.0.4",
16+
"react": "17.0.2",
17+
"react-dom": "17.0.2",
18+
"react-native": "0.66.0",
19+
"react-native-web": "0.17.5"
2220
},
2321
"devDependencies": {
24-
"@babel/core": "7.13.14",
25-
"@babel/runtime": "7.13.10",
22+
"@babel/core": "7.15.8",
23+
"@babel/runtime": "7.15.4",
2624
"babel-plugin-module-resolver": "4.1.0",
27-
"babel-preset-expo": "8.3.0",
28-
"escape-string-regexp": "4.0.0",
29-
"expo-cli": "4.3.2"
25+
"babel-preset-expo": "8.4.1",
26+
"escape-string-regexp": "5.0.0",
27+
"expo-cli": "4.12.1"
3028
}
3129
}

0 commit comments

Comments
 (0)