Skip to content

Commit 8e20f1f

Browse files
committed
Update dependencies
1 parent b2c8bc1 commit 8e20f1f

File tree

5 files changed

+376
-147
lines changed

5 files changed

+376
-147
lines changed

.prettierrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"arrowParens": "always",
3+
"semi": true,
4+
"useTabs": false,
5+
"tabWidth": 2,
6+
"bracketSpacing": true,
7+
"singleQuote": true,
8+
"trailingComma": "none",
9+
"printWidth": 120
10+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Ideal for creating React apps from the scratch.
99

1010
## Contains
1111

12-
- [x] [Typescript](https://www.typescriptlang.org/) 3
12+
- [x] [Typescript](https://www.typescriptlang.org/) 3.8
1313
- [x] [React](https://facebook.github.io/react/) 16.12
1414
- [x] [Redux](https://github.com/reactjs/redux) 4
1515
- [x] [Redux Thunk](https://github.com/reduxjs/redux-thunk) 2.3

0 commit comments

Comments
 (0)