Skip to content

Commit

Permalink
[Updated - v0.4.5]
Browse files Browse the repository at this point in the history
- Updated dependencies
  • Loading branch information
buildingwatsize committed Aug 15, 2024
1 parent 661d370 commit f3a336e
Show file tree
Hide file tree
Showing 4 changed files with 540 additions and 520 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Version History

### [v0.4.5] - `2024-08-15`

- Updated dependencies

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

- Updated dependencies
Expand Down Expand Up @@ -48,6 +52,7 @@

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

[v0.4.5]: https://github.com/buildingwatsize/vite-react-tailwind-antd/releases/tag/v0.4.5
[v0.4.4]: https://github.com/buildingwatsize/vite-react-tailwind-antd/releases/tag/v0.4.4
[v0.4.3]: https://github.com/buildingwatsize/vite-react-tailwind-antd/releases/tag/v0.4.3
[v0.4.2]: https://github.com/buildingwatsize/vite-react-tailwind-antd/releases/tag/v0.4.2
Expand Down
5 changes: 5 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 (Last 2 Minor Version)](#-versions-last-2-minor-version)
- [v0.4.5 - `2024-08-15`](#v045---2024-08-15)
- [v0.4.4 - `2024-06-25`](#v044---2024-06-25)
- [v0.4.3 - `2024-04-23`](#v043---2024-04-23)
- [v0.4.2 - `2024-04-17`](#v042---2024-04-17)
Expand All @@ -32,6 +33,10 @@ The Vite template with react plugin and tools for scaffolding your project

## 📝 Versions (Last 2 Minor Version)

### v0.4.5 - `2024-08-15`

- Updated dependencies

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

- Updated dependencies
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "buildingwatsize.vite-react-tailwind-antd",
"private": true,
"version": "0.4.4",
"version": "0.4.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,31 +11,32 @@
"test:ci": "vitest run --coverage"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"antd": "^5.18.3",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"@ant-design/icons": "^5.4.0",
"antd": "^5.20.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"js-base64": "^3.7.7",
"postcss": "^8.4.38",
"postcss": "^8.4.41",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loading-randomizable": "^1.0.0",
"react-router-dom": "^6.24.0",
"tailwindcss": "^3.4.4",
"vitest": "^1.6.0"
"react-loading-randomizable": "^1.0.3",
"react-router-dom": "^6.26.0",
"tailwindcss": "^3.4.10",
"vitest": "^2.0.5"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.5",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"vite": "^5.3.1"
}
}
}
Loading

0 comments on commit f3a336e

Please sign in to comment.