@frameless/strapi-plugin-open-forms-embed 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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frameless/strapi-plugin-open-forms-embed",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A Strapi custom field plugin that lets editors search and select OpenForms from a remote OpenForms API using a combobox interface.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"private": false,
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"pnpm": ">=10.0.0"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@strapi/utils": "5.
|
|
59
|
+
"@strapi/utils": "5.46.0",
|
|
60
60
|
"@utrecht/component-library-css": "9.0.0",
|
|
61
61
|
"@utrecht/component-library-react": "12.0.0",
|
|
62
62
|
"@utrecht/design-tokens": "5.0.1",
|
|
@@ -69,8 +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/strapi": "5.
|
|
73
|
-
"@strapi/typescript-utils": "5.
|
|
72
|
+
"@strapi/strapi": "5.46.0",
|
|
73
|
+
"@strapi/typescript-utils": "5.46.0",
|
|
74
74
|
"@testing-library/jest-dom": "6.9.1",
|
|
75
75
|
"@testing-library/react": "16.3.2",
|
|
76
76
|
"@types/jest": "29.5.12",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"ts-jest": "29.2.6",
|
|
87
87
|
"ts-node": "10.9.2",
|
|
88
88
|
"typescript": "5.9.3",
|
|
89
|
-
"@frameless/eslint-config": "1.
|
|
90
|
-
"@frameless/typescript-config": "1.0.
|
|
89
|
+
"@frameless/eslint-config": "1.2.0",
|
|
90
|
+
"@frameless/typescript-config": "1.0.1"
|
|
91
91
|
},
|
|
92
92
|
"scripts": {
|
|
93
93
|
"build": "strapi-plugin build",
|