Skip to content

Commit

Permalink
[Updated - v0.4.2]
Browse files Browse the repository at this point in the history
- Updated dependencies
  • Loading branch information
buildingwatsize committed Apr 17, 2024
1 parent 3eaa8c9 commit 60cdc1a
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 692 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.2] - `2024-04-17`

- Updated dependencies

### [v0.4.1] - `2024-02-21`

- Fixed fail tests
Expand Down Expand Up @@ -35,6 +39,7 @@

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

[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
[v0.4.0]: https://github.com/buildingwatsize/vite-react-tailwind-antd/releases/tag/v0.4.0
[v0.3.0]: https://github.com/buildingwatsize/vite-react-tailwind-antd/releases/tag/v0.3.0
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.2 - `2024-04-17`](#v042---2024-04-17)
- [v0.4.1 - `2024-02-21`](#v041---2024-02-21)
- [v0.4.0 - `2023-12-26`](#v040---2023-12-26)
- [v0.3.0 - `2023-06-16`](#v030---2023-06-16)
Expand All @@ -29,6 +30,10 @@ The Vite template with react plugin and tools for scaffolding your project

## 📝 Versions (Last 2 Minor Version)

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

- Updated dependencies

### v0.4.1 - `2024-02-21`

- Fixed fail tests
Expand Down
32 changes: 16 additions & 16 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.1",
"version": "0.4.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,31 +11,31 @@
"test:ci": "vitest run --coverage"
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"antd": "^5.14.1",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"js-base64": "^3.7.5",
"postcss": "^8.4.32",
"@ant-design/icons": "^5.3.6",
"antd": "^5.16.2",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"js-base64": "^3.7.7",
"postcss": "^8.4.38",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-randomizable": "^1.0.0",
"react-router-dom": "^6.21.1",
"tailwindcss": "^3.4.1",
"vitest": "^1.1.0"
"react-router-dom": "^6.22.3",
"tailwindcss": "^3.4.3",
"vitest": "^1.5.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^15.0.2",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/coverage-v8": "^1.5.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"vite": "^5.1.3"
"prettier-plugin-tailwindcss": "^0.5.14",
"vite": "^5.2.9"
}
}
Loading

0 comments on commit 60cdc1a

Please sign in to comment.