Skip to content

Commit

Permalink
[Updated - v0.4.4]
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 d57ed07 commit 661d370
Show file tree
Hide file tree
Showing 4 changed files with 699 additions and 464 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.4] - `2024-06-25`

- Updated dependencies
- Fixed securities issues/PRs

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

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

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

[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
[v0.4.1]: https://github.com/buildingwatsize/vite-react-tailwind-antd/releases/tag/v0.4.1
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 (Last 2 Minor Version)](#-versions-last-2-minor-version)
- [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)
- [v0.4.1 - `2024-02-21`](#v041---2024-02-21)
Expand All @@ -31,6 +32,11 @@ The Vite template with react plugin and tools for scaffolding your project

## 📝 Versions (Last 2 Minor Version)

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

- Updated dependencies
- Fixed securities issues/PRs

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

- Updated dependencies
Expand Down
38 changes: 19 additions & 19 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.3",
"version": "0.4.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,31 +11,31 @@
"test:ci": "vitest run --coverage"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"antd": "^5.16.2",
"@ant-design/icons": "^5.3.7",
"antd": "^5.18.3",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"axios": "^1.7.2",
"js-base64": "^3.7.7",
"postcss": "^8.4.38",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loading-randomizable": "^1.0.0",
"react-router-dom": "^6.22.3",
"tailwindcss": "^3.4.3",
"vitest": "^1.5.0"
"react-router-dom": "^6.24.0",
"tailwindcss": "^3.4.4",
"vitest": "^1.6.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-v8": "^1.5.0",
"jsdom": "^24.0.0",
"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",
"@vitest/coverage-v8": "^1.6.0",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"vite": "^5.3.1"
}
}
Loading

0 comments on commit 661d370

Please sign in to comment.