Skip to content

Commit 43f7ee1

Browse files
committed
chore: upgrade packages
1 parent b273c9b commit 43f7ee1

File tree

3 files changed

+934
-600
lines changed

3 files changed

+934
-600
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@
3131
"release": "release-it"
3232
},
3333
"dependencies": {
34-
"@babel/core": "^7.9.6",
35-
"@babel/plugin-proposal-class-properties": "^7.8.3",
36-
"@babel/preset-env": "^7.9.6",
37-
"@babel/preset-flow": "^7.9.0",
38-
"@babel/preset-react": "^7.9.4",
39-
"@babel/preset-typescript": "^7.9.0",
34+
"@babel/core": "^7.10.2",
35+
"@babel/plugin-proposal-class-properties": "^7.10.1",
36+
"@babel/preset-env": "^7.10.2",
37+
"@babel/preset-flow": "^7.10.1",
38+
"@babel/preset-react": "^7.10.1",
39+
"@babel/preset-typescript": "^7.10.1",
4040
"browserslist": "^4.12.0",
41-
"chalk": "^4.0.0",
41+
"chalk": "^4.1.0",
4242
"cosmiconfig": "^6.0.0",
43-
"cross-spawn": "^7.0.2",
43+
"cross-spawn": "^7.0.3",
4444
"dedent": "^0.7.0",
4545
"del": "^5.1.0",
46-
"ejs": "^3.1.2",
47-
"fs-extra": "^9.0.0",
46+
"ejs": "^3.1.3",
47+
"fs-extra": "^9.0.1",
4848
"github-username": "^5.0.1",
4949
"glob": "^7.1.6",
5050
"inquirer": "^7.0.4",
@@ -55,33 +55,33 @@
5555
"yargs": "^15.3.1"
5656
},
5757
"optionalDependencies": {
58-
"jetifier": "^1.6.5"
58+
"jetifier": "^1.6.6"
5959
},
6060
"devDependencies": {
61-
"@babel/cli": "^7.8.4",
61+
"@babel/cli": "^7.10.1",
6262
"@commitlint/config-conventional": "^8.3.4",
6363
"@release-it/conventional-changelog": "^1.1.4",
64-
"@types/babel__core": "^7.1.7",
64+
"@types/babel__core": "^7.1.8",
6565
"@types/browserslist": "^4.8.0",
6666
"@types/chalk": "^2.2.0",
67-
"@types/cross-spawn": "^6.0.1",
67+
"@types/cross-spawn": "^6.0.2",
6868
"@types/dedent": "^0.7.0",
6969
"@types/del": "^4.0.0",
70-
"@types/ejs": "^3.0.3",
71-
"@types/fs-extra": "^8.1.0",
72-
"@types/glob": "^7.1.1",
70+
"@types/ejs": "^3.0.4",
71+
"@types/fs-extra": "^9.0.1",
72+
"@types/glob": "^7.1.2",
7373
"@types/inquirer": "^6.5.0",
7474
"@types/json5": "^0.0.30",
7575
"@types/validate-npm-package-name": "^3.0.0",
7676
"@types/which": "^1.3.2",
77-
"@types/yargs": "^15.0.4",
77+
"@types/yargs": "^15.0.5",
7878
"commitlint": "^8.3.5",
79-
"eslint": "^7.0.0",
79+
"eslint": "^7.2.0",
8080
"eslint-config-satya164": "^3.1.7",
8181
"husky": "^4.2.5",
8282
"prettier": "^2.0.5",
83-
"release-it": "^13.5.8",
84-
"typescript": "^3.8.3"
83+
"release-it": "^13.6.2",
84+
"typescript": "^3.9.5"
8585
},
8686
"husky": {
8787
"hooks": {

templates/common/$package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
"devDependencies": {
4545
"@commitlint/config-conventional": "^8.3.4",
4646
"@react-native-community/bob": "^<%= bob.version %>",
47-
"@react-native-community/eslint-config": "^1.1.0",
47+
"@react-native-community/eslint-config": "^2.0.0",
4848
"@release-it/conventional-changelog": "^1.1.4",
49-
"@types/jest": "^25.2.1",
49+
"@types/jest": "^26.0.0",
5050
"@types/react": "^16.9.19",
51-
"@types/react-native": "0.62.7",
51+
"@types/react-native": "0.62.13",
5252
"commitlint": "^8.3.5",
53-
"eslint": "^6.8.0",
53+
"eslint": "^7.2.0",
5454
"eslint-config-prettier": "^6.11.0",
5555
"eslint-plugin-prettier": "^3.1.3",
5656
"husky": "^4.2.5",

0 commit comments

Comments
 (0)