Skip to content

Commit

Permalink
chore: bump to v1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisUser committed Mar 22, 2024
1 parent 12a572a commit 76a8ddf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-complete-web-app",
"version": "1.1.15",
"version": "1.1.16",
"description": "CRA template with: typescript, axios, sass, react-router, redux and much more already configured.",
"license": "MIT",
"main": "template.json",
Expand Down
29 changes: 17 additions & 12 deletions template.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
{
"package": {
"dependencies": {
"@reduxjs/toolkit": "^2.1.0",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"@reduxjs/toolkit": "^2.2.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"axios": "^1.6.7",
"axios": "^1.6.8",
"eslint-plugin-prettier": "^5.1.3",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"redux-persist": "^6.0.0",
"sass": "^1.70.0",
"sass-loader": "^14.0.0"
"sass": "^1.72.0",
"sass-loader": "^14.1.1"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.11.7",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/react-redux": "^7.1.33",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 76a8ddf

Please sign in to comment.