mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
chore: remove next.js dependency (#3297)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { ArrowDownSmallIcon } from '@blocksuite/icons';
|
||||
import { Link, type LinkProps } from '@mui/material';
|
||||
import clsx from 'clsx';
|
||||
import type { LinkProps } from 'next/link';
|
||||
import Link from 'next/link';
|
||||
import React from 'react';
|
||||
|
||||
import * as styles from './index.css';
|
||||
|
||||
Vendored
-1
@@ -7,7 +7,6 @@
|
||||
"types": "./src/global.ts",
|
||||
"devDependencies": {
|
||||
"@blocksuite/global": "0.0.0-20230717055529-79180930-nightly",
|
||||
"next": "=13.4.2",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"zod": "^3.21.4"
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ws": "^8.5.5",
|
||||
"next": "=13.4.2",
|
||||
"ws": "^8.13.0"
|
||||
},
|
||||
"version": "0.7.0-canary.47"
|
||||
|
||||
Reference in New Issue
Block a user