Skip to content

Commit

Permalink
feat: version next update
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ong-c committed Nov 18, 2020
1 parent ddb53a4 commit 85952fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cra-template-songc",
"private": false,
"version": "0.0.6",
"version": "0.0.7",
"description": "The full template with redux-toolkit for Create React App.",
"main": "template.json",
"scripts": {
Expand Down
15 changes: 8 additions & 7 deletions template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"dependencies": {
"@craco/craco": "^5.6.4",
"@reduxjs/toolkit": "^1.3.6",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.5",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^14.11.1",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.5",
Expand All @@ -20,7 +20,8 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"typescript": "~4.0.5"
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "craco start",
Expand Down

0 comments on commit 85952fd

Please sign in to comment.