Skip to content

Commit

Permalink
Merge branch 'main' into logger-tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
niwsa committed Jan 9, 2025
2 parents b78ca27 + 9c694ad commit a5a61f7
Show file tree
Hide file tree
Showing 7 changed files with 12,694 additions and 15,293 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
139 changes: 70 additions & 69 deletions internal-ui/package-lock.json

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

12 changes: 6 additions & 6 deletions internal-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
},
"devDependencies": {
"@rollup/plugin-typescript": "12.1.2",
"@types/node": "22.10.3",
"@types/react": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@types/node": "22.10.5",
"@types/react": "19.0.3",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@vitejs/plugin-react": "4.3.4",
"eslint": "9.17.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"prettier": "3.4.2",
"react-daisyui": "5.0.5",
"typescript": "5.7.2",
"vite": "6.0.6"
"vite": "6.0.7"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.29.1"
"@rollup/rollup-linux-x64-gnu": "4.30.1"
},
"peerDependencies": {
"@boxyhq/react-ui": ">=3.3.42",
Expand Down
Loading

0 comments on commit a5a61f7

Please sign in to comment.