chore: Upgrade directus-to-markdown
This commit is contained in:
parent
64eaab93b2
commit
e0b3ed9a0f
|
@ -9,7 +9,7 @@
|
|||
"version": "0.1.0",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@resilien/directus-to-markdown": "1.0.1",
|
||||
"@resilien/directus-to-markdown": "1.1.0",
|
||||
"imagemin-cli": "^6.0.0",
|
||||
"imagemin-webp": "^6.0.0",
|
||||
"richtypo": "4.1.9",
|
||||
|
@ -144,9 +144,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@resilien/directus-to-markdown": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-1.0.1.tgz",
|
||||
"integrity": "sha512-68Y14g6VulZtiG+6NKSVjLxfZlMqRDzcMhV0BoI24r/y2o4hn20JrBVPQa+rzaI9Y2dDDHCBXTHsc/9VmcSYPA==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-1.1.0.tgz",
|
||||
"integrity": "sha512-AO2G7WLI/0ccI0tR7ZcdAa6qyHrV6pGvw1A5wWxsBVZ8/02+6wH2E0qpvvJG6AP57/1mOFY3n6URqSN4qTXzHg==",
|
||||
"dependencies": {
|
||||
"@directus/sdk": "^9.5.2",
|
||||
"js-yaml": "^4.1.0"
|
||||
|
@ -4884,9 +4884,9 @@
|
|||
}
|
||||
},
|
||||
"@resilien/directus-to-markdown": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-1.0.1.tgz",
|
||||
"integrity": "sha512-68Y14g6VulZtiG+6NKSVjLxfZlMqRDzcMhV0BoI24r/y2o4hn20JrBVPQa+rzaI9Y2dDDHCBXTHsc/9VmcSYPA==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-1.1.0.tgz",
|
||||
"integrity": "sha512-AO2G7WLI/0ccI0tR7ZcdAa6qyHrV6pGvw1A5wWxsBVZ8/02+6wH2E0qpvvJG6AP57/1mOFY3n6URqSN4qTXzHg==",
|
||||
"requires": {
|
||||
"@directus/sdk": "^9.5.2",
|
||||
"js-yaml": "^4.1.0"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"author": "Simon <simon@lamelio.fr>",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@resilien/directus-to-markdown": "1.0.1",
|
||||
"@resilien/directus-to-markdown": "1.1.0",
|
||||
"imagemin-cli": "^6.0.0",
|
||||
"imagemin-webp": "^6.0.0",
|
||||
"richtypo": "4.1.9",
|
||||
|
|
Loading…
Reference in New Issue