mtxuilib 0.0.264 → 0.0.266
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 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mtxuilib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.266",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -127,6 +127,7 @@
|
|
|
127
127
|
"lodash": "^4.17.21",
|
|
128
128
|
"lru-cache": "^10.2.0",
|
|
129
129
|
"lucide-react": "^0.344.0",
|
|
130
|
+
"markdown-it": "^14.1.0",
|
|
130
131
|
"next-themes": "^0.2.1",
|
|
131
132
|
"octokit": "^3.1.2",
|
|
132
133
|
"openai": "^4.27.0",
|
|
@@ -148,6 +149,8 @@
|
|
|
148
149
|
"zod": "^3.22.2"
|
|
149
150
|
},
|
|
150
151
|
"devDependencies": {
|
|
152
|
+
"http-server": "^14.1.1",
|
|
153
|
+
"@types/aws-lambda": "^8.10.136",
|
|
151
154
|
"@types/lodash": "^4.17.0",
|
|
152
155
|
"@types/node": "^18.15.3",
|
|
153
156
|
"@types/react": "^18.2.64",
|