Skip to content

Commit

Permalink
build(deps): lock file maintenance (#1676)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yamagishi Kazutoshi <ykzts@haneru.dev>
  • Loading branch information
renovate[bot] and ykzts authored Mar 16, 2023
1 parent 91bba0c commit e252c7b
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 129 deletions.
4 changes: 3 additions & 1 deletion pages/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ import Header from '../components/header'
import Layout from '../components/layout'
import Message from '../components/message'
import SEO from '../components/seo'
import { getAllReleases } from '../lib/releases'

import type { Release } from '../lib/releases'

import { getAllReleases } from '../lib/releases'

import type { GetStaticProps } from 'next'
import type { VFC } from 'react'

Expand Down
9 changes: 6 additions & 3 deletions pages/s/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ import Avatar from '../../components/avatar'
import Graph from '../../components/graph'
import Layout from '../../components/layout'
import MessageWindow from '../../components/message-window'

import type { Result } from '../../lib/analysis'

import SEO from '../../components/seo'

import type { GetStaticPaths, GetStaticProps, NextPage } from 'next'

import { getAnalysisResult, getAnalysisResultIDs } from '../../lib/analysis'
import { createTweetURL } from '../../lib/share'
import pkg from '../../package.json'

import type { Result } from '../../lib/analysis'
import type { GetStaticPaths, GetStaticProps, NextPage } from 'next'

function createYouTubeEmbedURL(url: string): string {
const { pathname, searchParams } = new URL(url)

Expand Down
Loading

1 comment on commit e252c7b

@vercel
Copy link

@vercel vercel bot commented on e252c7b Mar 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

animare-shindan – ./

shindan.animare.cafe
animare-shindan-inabagumi.vercel.app
animare-shindan-git-main-inabagumi.vercel.app

Please sign in to comment.