Skip to content

Commit 419d65e

Browse files
Updated - v2.1.3
1 parent 2af782d commit 419d65e

File tree

3 files changed

+246
-188
lines changed

3 files changed

+246
-188
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 🎉 Release - v2 🎉
44

5+
## [v2.1.3] - `2025-08-08`
6+
7+
### Updated
8+
9+
- Updated dependencies
10+
511
## [v2.1.2] - `2025-02-13`
612

713
### Edited
@@ -245,6 +251,7 @@ I have to skipping for the old versions which was unpublished once on first crea
245251

246252
- Initialized Project
247253

254+
[v2.1.3]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v2.1.3
248255
[v2.1.2]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v2.1.2
249256
[v2.1.1]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v2.1.1
250257
[v2.1.0]: https://github.com/buildingwatsize/thaidatepicker-react/releases/tag/v2.1.0

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thaidatepicker-react",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Thaidatepicker-react is a component for ReactJS that likes other DatePicker, but all we need is Buddhist Year (25XX - aka Thai Year) come with the right render day (example: Sat, 29 Feb 2020 must be equal to Sat, 29 Feb 2563) so I wish this component will be a useful thing to you :D. Happy Coding.",
55
"type": "module",
66
"directories": {
@@ -37,24 +37,24 @@
3737
"homepage": "https://github.com/buildingwatsize/thaidatepicker-react#readme",
3838
"dependencies": {
3939
"dayjs": "^1.11.13",
40-
"react-datepicker": "^8.0.0"
40+
"react-datepicker": "^8.4.0"
4141
},
4242
"devDependencies": {
43-
"@testing-library/dom": "^10.4.0",
44-
"@testing-library/jest-dom": "^6.6.3",
45-
"@testing-library/react": "^16.2.0",
46-
"@types/jest": "^29.5.14",
47-
"@types/react": "^19.0.8",
48-
"@types/react-dom": "^19.0.3",
43+
"@testing-library/dom": "^10.4.1",
44+
"@testing-library/jest-dom": "^6.6.4",
45+
"@testing-library/react": "^16.3.0",
46+
"@types/jest": "^30.0.0",
47+
"@types/react": "^19.1.9",
48+
"@types/react-dom": "^19.1.7",
4949
"clsx": "^2.1.1",
50-
"cross-env": "^7.0.3",
50+
"cross-env": "^10.0.0",
5151
"microbundle": "^0.15.1",
5252
"mockdate": "^3.0.5",
53-
"react": "^19.0.0",
54-
"react-dom": "^19.0.0",
53+
"react": "^19.1.1",
54+
"react-dom": "^19.1.1",
5555
"react-scripts": "^5.0.1",
56-
"tailwind-merge": "^3.0.1",
57-
"typescript": "^5.7.3"
56+
"tailwind-merge": "^3.3.1",
57+
"typescript": "^5.9.2"
5858
},
5959
"peerDependencies": {
6060
"react": "^18.0.0 || ^19.0.0"
@@ -66,4 +66,4 @@
6666
"main": "dist/index.cjs",
6767
"module": "dist/index.modern.js",
6868
"types": "dist/index.d.ts"
69-
}
69+
}

0 commit comments

Comments
 (0)