[examples][m] - fix builds

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-06-16 08:44:51 -03:00
parent a801baf34d
commit fe225715e9
8 changed files with 347 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
"name": "my-app",
"version": "0.1.0",
"dependencies": {
"@flowershow/markdowndb": "^0.1.8",
"@githubocto/flat-ui": "^0.14.1",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
@@ -1240,6 +1241,24 @@
"react-dom": ">=16.8.0"
}
},
"node_modules/@flowershow/markdowndb": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/@flowershow/markdowndb/-/markdowndb-0.1.8.tgz",
"integrity": "sha512-Vjb15Kwuce1P1nLrN3C/ULo+/2TZTKvjMKV0Y8PG8K48yKa2mbBj+Wk7hPt6Fe5enAvntpP70KRDcaiH6aWM2g==",
"deprecated": "This package has been renamed to `mddb`. Please use `mddb` instead.",
"dependencies": {
"@flowershow/remark-wiki-link": "^1.1.2",
"gray-matter": "^4.0.3",
"knex": "^2.4.2",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"sqlite3": "^5.1.6",
"unist-util-select": "^4.0.3"
},
"bin": {
"mddb": "dist/src/bin/index.js"
}
},
"node_modules/@flowershow/remark-wiki-link": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@flowershow/remark-wiki-link/-/remark-wiki-link-1.2.0.tgz",

View File

@@ -12,6 +12,7 @@
"test": "vitest"
},
"dependencies": {
"@flowershow/markdowndb": "^0.1.8",
"@githubocto/flat-ui": "^0.14.1",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",