@fest-lib/lure 0.1.64 → 0.1.66
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/dist/lure.js +5031 -4851
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fest-lib/lure",
|
|
3
3
|
"description": "fest-lib LUR.E: reactive DOM (E/H/M/Q), form bind, overlays, drag",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.66",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": true,
|
|
@@ -123,23 +123,23 @@
|
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
125
|
"@gerrit0/mini-shiki": "^3.23.0",
|
|
126
|
-
"@praha/vite-plugin-external": ">=1.
|
|
127
|
-
"@types/node": ">=
|
|
128
|
-
"@vitejs/plugin-react": "^6.
|
|
129
|
-
"cbor-x": ">=1.6.
|
|
126
|
+
"@praha/vite-plugin-external": ">=1.2.0",
|
|
127
|
+
"@types/node": ">=26.4.1",
|
|
128
|
+
"@vitejs/plugin-react": "^6.1.1",
|
|
129
|
+
"cbor-x": ">=1.6.6",
|
|
130
130
|
"highlight.js": "^11.12.0",
|
|
131
|
-
"linkify-it": "^
|
|
131
|
+
"linkify-it": "^6.1.0",
|
|
132
132
|
"lunr": "^2.3.9",
|
|
133
|
-
"markdown-it": "^
|
|
133
|
+
"markdown-it": "^15.0.1",
|
|
134
134
|
"mdurl": "^2.1.0",
|
|
135
135
|
"punycode.js": "^2.3.1",
|
|
136
136
|
"tsconfig": "^7.0.0",
|
|
137
137
|
"typedoc": "^0.28.20",
|
|
138
|
-
"typedoc-plugin-markdown": "^4.
|
|
139
|
-
"typescript": "
|
|
140
|
-
"uc.micro": "^
|
|
141
|
-
"vite": "^8.
|
|
142
|
-
"vite-plugin-external": ">=
|
|
138
|
+
"typedoc-plugin-markdown": "^4.13.0",
|
|
139
|
+
"typescript": "^6.0.3",
|
|
140
|
+
"uc.micro": "^3.0.0",
|
|
141
|
+
"vite": "^8.2.2",
|
|
142
|
+
"vite-plugin-external": ">=8.0.3",
|
|
143
143
|
"vite-plugin-optimizer": ">=1.4.3",
|
|
144
144
|
"yaml": "^2.9.0"
|
|
145
145
|
}
|