Skip to content

Commit

Permalink
0.0.118
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 22, 2024
1 parent 2125e19 commit 662b466
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions imports/requires.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ export const requires: any = {
'react-icons' : IconContext,
'react-linkify': Linkify,

// '@rjsf/core': rjsfCore,
// '@rjsf/chakra-ui': rjsfChakra,
// '@rjsf/validator-ajv8': rjsfValidator,
'@rjsf/core': rjsfCore,
'@rjsf/chakra-ui': rjsfChakra,
'@rjsf/validator-ajv8': rjsfValidator,

// '@belivvr/aframe-react': aframeReact,
// 'aframe-react': { Entity, Scene },
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/perception-imports",
"version": "0.0.117",
"version": "0.0.118",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand All @@ -16,7 +16,7 @@
"app:dev": "npm run app:sync; (cd ../; rm -rf app; npm run dev)"
},
"peerDependencies": {
"@deep-foundation/deeplinks": "^0.0.556",
"@deep-foundation/deeplinks": "^0.0.561",
"react": "^18.3.1"
},
"engines": {
Expand Down

0 comments on commit 662b466

Please sign in to comment.