Improved types and updated documentation (#71)

* v1.0.0-alpha44
This commit is contained in:
Daniel Lautzenheiser
2022-11-07 10:27:58 -05:00
committed by GitHub
parent ba1cde4e01
commit c55d1f912f
91 changed files with 3695 additions and 2546 deletions

View File

@ -24,7 +24,8 @@
"react-dom": "18.2.0",
"react-schemaorg": "2.0.0",
"remark-gfm": "3.0.1",
"schema-dts": "1.1.0"
"schema-dts": "1.1.0",
"yaml": "2.1.3"
},
"devDependencies": {
"@babel/core": "7.19.6",
@ -33,6 +34,7 @@
"@next/eslint-plugin-next": "12.3.1",
"@types/js-yaml": "4.0.5",
"@types/node": "18.11.3",
"@types/prettier": "2.7.1",
"@types/prismjs": "1.26.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
@ -44,7 +46,6 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-unicorn": "44.0.2",
"prettier": "2.7.1",
"typescript": "4.8.4",
"webpack": "5.74.0"
}