Skip to content

Commit

Permalink
Update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mbidenaio committed Apr 6, 2024
1 parent b95454f commit 36d9293
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
node-version: 14

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'

- name: Install Linux canvas deps
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
Expand Down
9 changes: 1 addition & 8 deletions renderer/pages/flips/edit.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import React, {useEffect, useState} from 'react'
import {useRouter} from 'next/router'
import {
Box,
Flex,
useToast,
Divider,
useDisclosure,
Stack,
} from '@chakra-ui/react'
import {Box, Flex, useToast, Divider, useDisclosure} from '@chakra-ui/react'
import {useTranslation} from 'react-i18next'
import {useMachine} from '@xstate/react'
import {
Expand Down

0 comments on commit 36d9293

Please sign in to comment.