Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 8, 2022
1 parent dae6bc3 commit 5fbe3f4
Show file tree
Hide file tree
Showing 6 changed files with 3,194 additions and 2,444 deletions.
2 changes: 1 addition & 1 deletion docs/_component/blog.server.js
@@ -1,5 +1,5 @@
import React, {createElement} from 'react'
import apStyleTitleCase from 'ap-style-title-case'
import {apStyleTitleCase} from 'ap-style-title-case'
import {toH} from 'hast-to-hyperscript'
import {sortItems} from './sort.js'

Expand Down
2 changes: 1 addition & 1 deletion docs/_component/nav.server.js
@@ -1,5 +1,5 @@
import React, {createElement} from 'react'
import apStyleTitleCase from 'ap-style-title-case'
import {apStyleTitleCase} from 'ap-style-title-case'
import {toH} from 'hast-to-hyperscript'
import {sortItems} from './sort.js'

Expand Down

0 comments on commit 5fbe3f4

Please sign in to comment.