Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
chore: bump version to 4.4.0, and theme update
Browse files Browse the repository at this point in the history
  • Loading branch information
emre-cil committed Jul 7, 2023
1 parent 5fbe170 commit 743f799
Show file tree
Hide file tree
Showing 4 changed files with 668 additions and 615 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

JavaScript + React + Redux + Mui + Axios + ESLint + Prettier

![viterjs-template](https://iili.io/yYpGaV.md.png)
![viterjs-template](https://i.ibb.co/xMMGs2Q/Screenshot-2023-07-07-105634.png)

### Getting Started

Expand Down Expand Up @@ -54,8 +54,6 @@ if you don't want to use you can remove these lines from
}
```



### Scripts

| Script | Description |
Expand All @@ -68,6 +66,8 @@ if you don't want to use you can remove these lines from
| pnpm format | Runs prettier for all files |
| pnpm test | Run tests |


### Check List
````

```
```
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,33 +39,33 @@
"test:cover": "vitest run --coverage"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.13.7",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.1"
"react-redux": "^8.1.1",
"react-router-dom": "^6.14.1"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react-swc": "^3.3.1",
"eslint": "^8.40.0",
"@babel/core": "^7.22.8",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8",
"vite": "^4.3.6",
"prettier": "^3.0.0",
"vite": "^4.4.1",
"vite-plugin-fonts": "^0.7.0",
"vitest": "^0.31.0"
"vitest": "^0.33.0"
}
}
Loading

0 comments on commit 743f799

Please sign in to comment.