Skip to content

Commit

Permalink
0.0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 15, 2024
1 parent 6befe80 commit 0e35d6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions imports/requires.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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': $,
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/perception-imports",
"version": "0.0.80",
"version": "0.0.81",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 0e35d6e

Please sign in to comment.