@tactics/lokaal-loket 0.0.282 → 0.0.284
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.cjs +1130 -883
- package/build/index.d.cts +40 -4
- package/build/index.d.ts +40 -4
- package/build/index.js +835 -594
- package/package.json +5 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tactics/lokaal-loket",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.284",
|
4
4
|
"description": "Component library for Lokaal Loket project",
|
5
5
|
"main": "./build/index.js",
|
6
6
|
"types": "./build/index.d.ts",
|
@@ -67,6 +67,10 @@
|
|
67
67
|
"@tactics/browser": "^0.0.6",
|
68
68
|
"@tactics/js-monad": "^0.0.5",
|
69
69
|
"@tactics/tacky": "2.0.27",
|
70
|
+
"@tiptap/extension-link": "^2.8.0",
|
71
|
+
"@tiptap/pm": "^2.8.0",
|
72
|
+
"@tiptap/react": "^2.8.0",
|
73
|
+
"@tiptap/starter-kit": "^2.8.0",
|
70
74
|
"@types/geojson": "^7946.0.14",
|
71
75
|
"@types/react": "^18.3.8",
|
72
76
|
"@types/styled-components": "^5.1.34",
|