chore: bump dev dependencies (#1955)

* chore: bump devdeps

* upd infima url
This commit is contained in:
Endi 2019-11-11 17:44:26 +07:00 committed by GitHub
parent 72792a1e5c
commit 3be2e86546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 505 additions and 497 deletions

View file

@ -11,7 +11,8 @@
},
"license": "MIT",
"devDependencies": {
"@docusaurus/types": "^2.0.0-alpha.33"
"@docusaurus/types": "^2.0.0-alpha.33",
"picomatch": "^2.1.0"
},
"dependencies": {
"@docusaurus/mdx-loader": "^2.0.0-alpha.33",

View file

@ -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: [