Skip to content

Commit 09ac45c

Browse files
committed
publish version 2.0.0
1 parent 14e3107 commit 09ac45c

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

components/layout/Header.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
/* eslint-disable @next/next/no-sync-scripts */
33
import { useState, useRef, useEffect } from 'react'
44
import Link from 'next/link'
5-
import Image from 'next/image'
65
import { Bars3Icon, XMarkIcon } from '@heroicons/react/24/outline'
7-
import Coffee from '../buttons/Coffee'
8-
import styles from '../../styles/Coffee.module.css'
96
import React from 'react'
107
import { useRouter } from 'next/router'
11-
import { StarFilled } from '@ant-design/icons'
128
import { languageList } from '../data/languageList'
139
import { frameworkList } from '../data/frameworkList'
1410
import { gitList } from '../data/gitList'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fork-commit-merge-web",
3-
"version": "1.1.3",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -27,7 +27,7 @@
2727
"framer-motion": "^12.0.0",
2828
"md5": "^2.3.0",
2929
"multer": "^1.4.5-lts.1",
30-
"next": "^13.5.4",
30+
"next": "^14.1.0",
3131
"next-auth": "^4.24.11",
3232
"next-connect": "^1.0.0",
3333
"next-secure-headers": "^2.2.0",

0 commit comments

Comments
 (0)