Merge pull request #377 from starraiderx/main

Title: Fix TypeScript Error TS7016 for js-yaml Import
This commit is contained in:
André B
2024-02-24 01:08:41 -05:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

7
package-lock.json generated
View File

@ -27,6 +27,7 @@
"@iconify-json/flat-color-icons": "^1.1.10",
"@iconify-json/tabler": "^1.1.105",
"@tailwindcss/typography": "^0.5.10",
"@types/js-yaml": "^4.0.9",
"@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
@ -2253,6 +2254,12 @@
"integrity": "sha512-mm2HqV22l8lFQh4r2oSsOEVea+m0qqxEmwpc9kC1p/XzmjLWrReR9D/GRs8Pex2NX/imyEH9c5IU/7tMBQCHOA==",
"dev": true
},
"node_modules/@types/js-yaml": {
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz",
"integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==",
"dev": true
},
"node_modules/@types/json-schema": {
"version": "7.0.15",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",

View File

@ -32,6 +32,7 @@
"@iconify-json/flat-color-icons": "^1.1.10",
"@iconify-json/tabler": "^1.1.105",
"@tailwindcss/typography": "^0.5.10",
"@types/js-yaml": "^4.0.9",
"@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",