Upgrade primereact deps
This commit is contained in:
parent
1eef3dccca
commit
7057573134
2 changed files with 3 additions and 3 deletions
|
|
@ -19,8 +19,8 @@
|
|||
"jszip": "^3.10.1",
|
||||
"monaco-editor": "^0.36.1",
|
||||
"primeflex": "^3.3.1",
|
||||
"primeicons": "^6.0.1",
|
||||
"primereact": "9.3.x",
|
||||
"primeicons": "^7.0.0",
|
||||
"primereact": "^10.8.5",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import { CSSProperties, useContext } from 'react';
|
||||
import { TreeSelect } from 'primereact/treeselect';
|
||||
import TreeNode from 'primereact/treenode';
|
||||
import { TreeNode } from 'primereact/treenode';
|
||||
import { ModelContext, FSContext } from './contexts';
|
||||
import { getParentDir, join } from '../fs/filesystem';
|
||||
import { defaultSourcePath } from '../state/initial-state';
|
||||
|
|
|
|||
Loading…
Reference in a new issue