From 0e35d6e2c023162ccf4e706fa65cc3b1272752a5 Mon Sep 17 00:00:00 2001 From: Ivan S Glazunov Date: Sun, 15 Sep 2024 14:37:38 +0000 Subject: [PATCH] 0.0.81 --- imports/requires.tsx | 15 --------------- package.json | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/imports/requires.tsx b/imports/requires.tsx index cd2a826..79d0614 100644 --- a/imports/requires.tsx +++ b/imports/requires.tsx @@ -43,7 +43,6 @@ import * as rjsfValidator from '@rjsf/validator-ajv8'; // @ts-ignore // import * as aframeReact from '@belivvr/aframe-react'; // import { Entity, Scene } from 'aframe-react'; -import { CatchErrors } from './react-errors'; import _ from 'lodash'; import md5 from "md5"; import { v4 as uuidv4 } from 'uuid'; @@ -81,9 +80,6 @@ import * as planet from "react-planet"; import * as ni from "next/image"; import EmojiPicker from 'emoji-picker-react'; -// @ts-ignore -const GraphQL = dynamic(() => import('./graphql').then(m => m.GraphQL), { ssr: false }) - export const requires: any = { 'lodash': _, 'jquery': $, @@ -131,17 +127,6 @@ export const requires: any = { // }, '@deep-foundation/deeplinks': deeplinks, '@deep-foundation/perception-imports': perception, - '@deep-foundation/perception-app': { - TypedIcon, - DownIcon, - UpIcon, - TypeIcon, - InIcon, - OutIcon, - FromIcon, - ToIcon, - GraphQL, - }, 'react-icons/pi': pi, 'react-icons/bs': bs, 'react-icons/fi': fi, diff --git a/package.json b/package.json index dd1c4af..1bbdabd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deep-foundation/perception-imports", - "version": "0.0.80", + "version": "0.0.81", "license": "Unlicense", "type": "module", "main": "import.js",