Skip to content

Commit

Permalink
updated dev deps (#3475)
Browse files Browse the repository at this point in the history
* updated dev deps

* fixed type error

* revert jose

* remove jose from dev dep

* Revert "remove jose from dev dep"

This reverts commit d3f615f.
  • Loading branch information
deepakprabhakara authored Jan 8, 2025
1 parent 07470a6 commit 8e8c44a
Show file tree
Hide file tree
Showing 5 changed files with 663 additions and 3,236 deletions.
2 changes: 1 addition & 1 deletion components/terminus/Blockly/BlocklyComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as Blockly from 'blockly/core';
import 'blockly/blocks';
import { maskSetup } from '@components/terminus/blocks/customblocks';
import * as locale from 'blockly/msg/en';
Blockly.setLocale(locale);
Blockly.setLocale(locale as any);

import { generateModel } from '@components/terminus/blocks/generator';
import { errorToast, successToast } from '@components/Toaster';
Expand Down
Loading

0 comments on commit 8e8c44a

Please sign in to comment.