Skip to content

Commit

Permalink
refactor(tree): refactor tree component (#215)
Browse files Browse the repository at this point in the history
* refactor(tree): refactor tree component

* feat(lab): update tree

* update pnpm.lock

* update package.json

* update pnpm-lock

* update

* update pnpm.lock file

---------

Co-authored-by: uu-z <ncysatnaf@gmail.com>
  • Loading branch information
DLHTX and uu-z authored Jun 7, 2023
1 parent bcd63a5 commit c964181
Show file tree
Hide file tree
Showing 14 changed files with 5,158 additions and 4,234 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /w3bstream-studio
RUN npm i pnpm -g
COPY package.json pnpm-lock.yaml ./
COPY prisma ./prisma
RUN pnpm i
RUN pnpm i --frozen-lockfile
COPY . .
RUN pnpm build:standalone

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"postinstall": "npm run gen",
"gen": "prisma generate",
"db:pull": "npx prisma db pull",
"dev:docker": "dp -f docker-compose-dev.yaml build; dp -f docker-compose-dev.yaml up -d"
"dev:docker": "docker-compose -f docker-compose-dev.yaml build; docker-compose -f docker-compose-dev.yaml up -d"
},
"dependencies": {
"@chakra-ui/icons": "2.0.11",
Expand All @@ -41,6 +41,7 @@
"@mantine/modals": "6.0.7",
"@mantine/notifications": "5.9.5",
"@mantine/spotlight": "5.9.5",
"@minoru/react-dnd-treeview": "^3.4.4",
"@monaco-editor/react": "4.4.6",
"@next/bundle-analyzer": "12.3.1",
"@next/font": "^13.4.3",
Expand Down Expand Up @@ -113,6 +114,7 @@
"react-contextmenu": "2.14.0",
"react-csv-reader": "4.0.0",
"react-dev-inspector": "1.8.4",
"react-dnd": "^16.0.1",
"react-dom": "18.2.0",
"react-draggable": "4.4.5",
"react-dropzone": "14.2.3",
Expand Down
Loading

0 comments on commit c964181

Please sign in to comment.