@tantainnovative/ndpr-toolkit 5.1.2 → 5.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [5.1.3](https://github.com/mr-tanta/ndpr-toolkit/compare/v5.1.2...v5.1.3) (2026-05-28)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **deps:** widen optional tailwind-merge peer to ^2.6.0 || ^3.0.0 ([f7d6ed8](https://github.com/mr-tanta/ndpr-toolkit/commit/f7d6ed851f36d38605e74b128b961aa789060ed9))
|
|
11
|
+
|
|
5
12
|
## [5.1.2](https://github.com/mr-tanta/ndpr-toolkit/compare/v5.1.1...v5.1.2) (2026-05-28)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tantainnovative/ndpr-toolkit",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.3",
|
|
4
4
|
"private": false,
|
|
5
|
+
"packageManager": "pnpm@10.34.1",
|
|
5
6
|
"description": "Nigeria Data Protection Toolkit — enterprise-grade compliance components for the Nigeria Data Protection Act (NDPA) 2023",
|
|
6
7
|
"pnpm": {
|
|
7
8
|
"overrides": {
|
|
@@ -310,7 +311,7 @@
|
|
|
310
311
|
"jspdf": "^4.2.1",
|
|
311
312
|
"react": "^18.0.0 || ^19.0.0",
|
|
312
313
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
313
|
-
"tailwind-merge": "^2.6.0"
|
|
314
|
+
"tailwind-merge": "^2.6.0 || ^3.0.0"
|
|
314
315
|
},
|
|
315
316
|
"peerDependenciesMeta": {
|
|
316
317
|
"@radix-ui/react-label": {
|
|
@@ -352,7 +353,7 @@
|
|
|
352
353
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
353
354
|
"@phosphor-icons/react": "^2.1.7",
|
|
354
355
|
"@tailwindcss/postcss": "^4.1.13",
|
|
355
|
-
"@tantainnovative/ndpr-toolkit": "^
|
|
356
|
+
"@tantainnovative/ndpr-toolkit": "^5.1.2",
|
|
356
357
|
"@testing-library/dom": "^10.4.1",
|
|
357
358
|
"@testing-library/jest-dom": "^6.6.3",
|
|
358
359
|
"@testing-library/react": "^16.3.0",
|