Skip to content

Commit 6557aa9

Browse files
authored
Merge pull request #4 from JaeYeopHan/env/update-dependencies
feat: Update dependencies version
2 parents 01fb7f9 + 842638e commit 6557aa9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

template.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"@craco/craco": "^5.6.2",
3+
"@craco/craco": "^5.6.3",
44
"@emotion/core": "^10.0.27",
55
"@emotion/styled": "^10.0.27",
6-
"@reduxjs/toolkit": "^1.1.0",
6+
"@reduxjs/toolkit": "^1.2.5",
77
"@testing-library/jest-dom": "^4.2.4",
8-
"@testing-library/react": "^9.3.2",
9-
"@testing-library/user-event": "^7.1.2",
8+
"@testing-library/react": "^9.4.1",
9+
"@testing-library/user-event": "^10.0.0",
1010
"@types/jest": "^24.0.0",
1111
"@types/node": "^12.0.0",
1212
"@types/react": "^16.9.0",
@@ -18,11 +18,11 @@
1818
"eslint-plugin-simple-import-sort": "^5.0.0",
1919
"react": "^16.12.0",
2020
"react-dom": "^16.12.0",
21-
"react-redux": "^7.1.3",
21+
"react-redux": "^7.2.0",
2222
"react-router": "^5.1.2",
2323
"react-router-dom": "^5.1.2",
24-
"react-scripts": "3.3.0",
25-
"typescript": "~3.7.2"
24+
"react-scripts": "3.4.0",
25+
"typescript": "~3.8.2"
2626
},
2727
"scripts": {
2828
"start": "craco start",

0 commit comments

Comments
 (0)