@frameless/strapi-plugin-nl-government-fields 1.0.0 → 1.0.1
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frameless/strapi-plugin-nl-government-fields",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A Strapi v5 plugin that provides reusable custom fields for Dutch government and public-sector product metadata.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"private": false,
|
|
@@ -69,7 +69,8 @@
|
|
|
69
69
|
"@strapi/design-system": "2.1.2",
|
|
70
70
|
"@strapi/icons": "2.1.2",
|
|
71
71
|
"@strapi/sdk-plugin": "5.4.0",
|
|
72
|
-
"@strapi/
|
|
72
|
+
"@strapi/strapi": "5.46.0",
|
|
73
|
+
"@strapi/typescript-utils": "5.46.0",
|
|
73
74
|
"@testing-library/jest-dom": "6.9.1",
|
|
74
75
|
"@testing-library/react": "16.3.2",
|
|
75
76
|
"@types/jest": "29.5.12",
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
"ts-jest": "29.2.6",
|
|
82
83
|
"ts-node": "10.9.2",
|
|
83
84
|
"typescript": "5.9.3",
|
|
84
|
-
"@frameless/eslint-config": "1.
|
|
85
|
+
"@frameless/eslint-config": "1.2.0",
|
|
85
86
|
"@frameless/typescript-config": "1.0.1"
|
|
86
87
|
},
|
|
87
88
|
"scripts": {
|