Skip to content

Commit

Permalink
[Updated - v0.4.3]
Browse files Browse the repository at this point in the history
- Updated dependencies
- Fixed securities issues/PRs
  • Loading branch information
buildingwatsize committed Jun 25, 2024
1 parent 85e2940 commit 2ea0cb5
Show file tree
Hide file tree
Showing 4 changed files with 396 additions and 349 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Version History

### [v0.4.3] - `2024-06-25`

- Updated dependencies
- Fixed securities issues/PRs

### [v0.4.2] - `2024-04-23`

- Updated dependencies
Expand Down Expand Up @@ -51,6 +56,7 @@

- First time ever, it contains a lot of dir/files but it was needed.

[v0.4.3]: https://github.com/buildingwatsize/vite-react-tailwind-recoil/releases/tag/v0.4.3
[v0.4.2]: https://github.com/buildingwatsize/vite-react-tailwind-recoil/releases/tag/v0.4.2
[v0.4.1]: https://github.com/buildingwatsize/vite-react-tailwind-recoil/releases/tag/v0.4.1
[v0.4.0]: https://github.com/buildingwatsize/vite-react-tailwind-recoil/releases/tag/v0.4.0
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The Vite template with react plugin and tools for scaffolding your project
- [📝 Table of Contents](#-table-of-contents)
- [📦 Template contains](#-template-contains)
- [📝 Versions](#-versions)
- [v0.4.3 - `2024-06-25`](#v043---2024-06-25)
- [v0.4.2 - `2024-04-23`](#v042---2024-04-23)
- [v0.4.1 - `2024-04-17`](#v041---2024-04-17)
- [v0.4.0 - `2024-02-21`](#v040---2024-02-21)
Expand All @@ -32,6 +33,11 @@ The Vite template with react plugin and tools for scaffolding your project

## 📝 Versions

### v0.4.3 - `2024-06-25`

- Updated dependencies
- Fixed securities issues/PRs

### v0.4.2 - `2024-04-23`

- Updated dependencies
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "buildingwatsize.vite-react-tailwind-recoil",
"private": true,
"version": "0.4.2",
"version": "0.4.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,20 +11,20 @@
},
"dependencies": {
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.2",
"daisyui": "^4.12.8",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.0",
"recoil": "^0.7.7",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"vite": "^5.2.10"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"vite": "^5.3.1"
}
}
Loading

0 comments on commit 2ea0cb5

Please sign in to comment.