Skip to content

Commit 60b4e43

Browse files
authored
Merge pull request #6 from JaeYeopHan/env/update-package
fix: Update package version
2 parents 6557aa9 + 2304d06 commit 60b4e43

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

template.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"dependencies": {
3-
"@craco/craco": "^5.6.3",
4-
"@emotion/core": "^10.0.27",
3+
"@craco/craco": "^5.6.4",
4+
"@emotion/core": "^10.0.28",
55
"@emotion/styled": "^10.0.27",
6-
"@reduxjs/toolkit": "^1.2.5",
7-
"@testing-library/jest-dom": "^4.2.4",
8-
"@testing-library/react": "^9.4.1",
9-
"@testing-library/user-event": "^10.0.0",
10-
"@types/jest": "^24.0.0",
11-
"@types/node": "^12.0.0",
12-
"@types/react": "^16.9.0",
13-
"@types/react-dom": "^16.9.0",
14-
"@types/react-redux": "^7.1.5",
15-
"@types/react-router": "^5.1.3",
16-
"@types/react-router-dom": "^5.1.3",
17-
"babel-plugin-emotion": "^10.0.27",
18-
"eslint-plugin-simple-import-sort": "^5.0.0",
19-
"react": "^16.12.0",
20-
"react-dom": "^16.12.0",
6+
"@reduxjs/toolkit": "^1.3.6",
7+
"@testing-library/jest-dom": "^5.7.0",
8+
"@testing-library/react": "^10.0.4",
9+
"@testing-library/user-event": "^10.1.2",
10+
"@types/jest": "^25.2.1",
11+
"@types/node": "^13.13.5",
12+
"@types/react": "^16.9.34",
13+
"@types/react-dom": "^16.9.7",
14+
"@types/react-redux": "^7.1.8",
15+
"@types/react-router": "^5.1.7",
16+
"@types/react-router-dom": "^5.1.5",
17+
"babel-plugin-emotion": "^10.0.33",
18+
"eslint-plugin-simple-import-sort": "^5.0.3",
19+
"react": "^16.13.1",
20+
"react-dom": "^16.13.1",
2121
"react-redux": "^7.2.0",
2222
"react-router": "^5.1.2",
2323
"react-router-dom": "^5.1.2",
24-
"react-scripts": "3.4.0",
25-
"typescript": "~3.8.2"
24+
"react-scripts": "3.4.1",
25+
"typescript": "~3.8.3"
2626
},
2727
"scripts": {
2828
"start": "craco start",

0 commit comments

Comments
 (0)