新版本

This commit is contained in:
caiwendi88@gmail.com 2023-04-18 11:18:35 +08:00
parent 4363f845c9
commit 4160360dbb
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
"use client";
import "../polyfill.ts";
import "core-js/modules/es.array.at.js";
import "core-js/modules/web.structured-clone.js";
import { useState, useEffect, useRef } from "react";

View File

@ -16,10 +16,11 @@
"@hello-pangea/dnd": "^16.2.0",
"@svgr/webpack": "^6.5.1",
"@vercel/analytics": "^0.1.11",
"core-js": "^3.30.1",
"emoji-picker-react": "^4.4.7",
"eventsource-parser": "^0.1.0",
"fuse.js": "^6.6.2",
"next": "^13.3.0",
"next": "^13.3.1-canary.8",
"node-fetch": "^3.3.1",
"openai": "^3.2.1",
"react": "^18.2.0",