File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22/* eslint-disable @next/next/no-sync-scripts */
33import { useState , useRef , useEffect } from 'react'
44import Link from 'next/link'
5- import Image from 'next/image'
65import { Bars3Icon , XMarkIcon } from '@heroicons/react/24/outline'
7- import Coffee from '../buttons/Coffee'
8- import styles from '../../styles/Coffee.module.css'
96import React from 'react'
107import { useRouter } from 'next/router'
11- import { StarFilled } from '@ant-design/icons'
128import { languageList } from '../data/languageList'
139import { frameworkList } from '../data/frameworkList'
1410import { gitList } from '../data/gitList'
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments