Skip to content

Commit

Permalink
Merge branch 'release/v1.3.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
vwolfley committed Nov 30, 2021
2 parents a9b58eb + 0d389f1 commit ffd985c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The page will automatically reload if you make changes to the code. You will see

## Version

### version | 1.3.1
### version | 1.3.2

- #### Updated | 2021-11-30
- #### Created | 2021-05-18
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-mag-react-template",
"version": "1.3.1",
"version": "1.3.2",
"date": "2021-11-30",
"copyright": "2021",
"description": "The MAG template for Create React App.",
Expand Down Expand Up @@ -41,17 +41,17 @@
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"mag-react-components": "^1.0.18",
"np": "^5.1.3",
"np": "^7.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^3.4.4",
"react-scripts": "^4.0.3",
"web-vitals": "^2.1.2"
},
"devDependencies": {
"customize-cra": "^1.0.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"mag-prettier-config": "^1.0.3",
"mag-prettier-config": "^1.1.1",
"ncp": "^2.0.0",
"prettier": "^2.3.0",
"react-app-rewired": "^2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion template.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prettier": "^2.3.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"mag-prettier-config": "^1.0.3",
"mag-prettier-config": "^1.1.1",
"react-ga": "^3.3.0"
},
"scripts": {
Expand Down

0 comments on commit ffd985c

Please sign in to comment.