chore: remove next.js dependency (#3297)

This commit is contained in:
Alex Yang
2023-07-19 11:13:14 +08:00
committed by GitHub
parent 1abcdee2f0
commit 4ced66c236
5 changed files with 8 additions and 171 deletions
@@ -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';
-1
View File
@@ -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"
-1
View File
@@ -33,7 +33,6 @@
},
"devDependencies": {
"@types/ws": "^8.5.5",
"next": "=13.4.2",
"ws": "^8.13.0"
},
"version": "0.7.0-canary.47"