mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
chore: bump dev dependencies (#1955)
* chore: bump devdeps * upd infima url
This commit is contained in:
parent
72792a1e5c
commit
3be2e86546
18 changed files with 505 additions and 497 deletions
|
@ -30,7 +30,10 @@ describe('createOrder', () => {
|
|||
{
|
||||
type: 'category',
|
||||
label: 'Category2',
|
||||
items: [{type: 'doc', id: 'doc3'}, {type: 'doc', id: 'doc4'}],
|
||||
items: [
|
||||
{type: 'doc', id: 'doc3'},
|
||||
{type: 'doc', id: 'doc4'},
|
||||
],
|
||||
},
|
||||
],
|
||||
otherDocs: [
|
||||
|
@ -75,12 +78,18 @@ describe('createOrder', () => {
|
|||
{
|
||||
type: 'category',
|
||||
label: 'Category1',
|
||||
items: [{type: 'doc', id: 'doc1'}, {type: 'doc', id: 'doc2'}],
|
||||
items: [
|
||||
{type: 'doc', id: 'doc1'},
|
||||
{type: 'doc', id: 'doc2'},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Category2',
|
||||
items: [{type: 'doc', id: 'doc3'}, {type: 'doc', id: 'doc4'}],
|
||||
items: [
|
||||
{type: 'doc', id: 'doc3'},
|
||||
{type: 'doc', id: 'doc4'},
|
||||
],
|
||||
},
|
||||
],
|
||||
otherDocs: [
|
||||
|
@ -188,7 +197,10 @@ describe('createOrder', () => {
|
|||
{
|
||||
type: 'category',
|
||||
label: 'Category2',
|
||||
items: [{type: 'doc', id: 'doc3'}, {type: 'ref', id: 'doc4'}],
|
||||
items: [
|
||||
{type: 'doc', id: 'doc3'},
|
||||
{type: 'ref', id: 'doc4'},
|
||||
],
|
||||
},
|
||||
],
|
||||
otherDocs: [
|
||||
|
@ -225,7 +237,10 @@ describe('createOrder', () => {
|
|||
{
|
||||
type: 'category',
|
||||
label: 'Category1',
|
||||
items: [{type: 'endi', id: 'doc1'}, {type: 'doc', id: 'doc2'}],
|
||||
items: [
|
||||
{type: 'endi', id: 'doc1'},
|
||||
{type: 'doc', id: 'doc2'},
|
||||
],
|
||||
},
|
||||
],
|
||||
otherDocs: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue