Skip to content

Commit

Permalink
Merge pull request #6 from JaeYeopHan/env/update-package
Browse files Browse the repository at this point in the history
fix: Update package version
  • Loading branch information
JaeYeopHan authored May 10, 2020
2 parents 6557aa9 + 2304d06 commit 60b4e43
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions template.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"dependencies": {
"@craco/craco": "^5.6.3",
"@emotion/core": "^10.0.27",
"@craco/craco": "^5.6.4",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@reduxjs/toolkit": "^1.2.5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.1",
"@testing-library/user-event": "^10.0.0",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.3",
"@types/react-router-dom": "^5.1.3",
"babel-plugin-emotion": "^10.0.27",
"eslint-plugin-simple-import-sort": "^5.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"@reduxjs/toolkit": "^1.3.6",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^10.1.2",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-redux": "^7.1.8",
"@types/react-router": "^5.1.7",
"@types/react-router-dom": "^5.1.5",
"babel-plugin-emotion": "^10.0.33",
"eslint-plugin-simple-import-sort": "^5.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"typescript": "~3.8.2"
"react-scripts": "3.4.1",
"typescript": "~3.8.3"
},
"scripts": {
"start": "craco start",
Expand Down

0 comments on commit 60b4e43

Please sign in to comment.