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 5, 2024
1 parent b95454f commit 40bc33e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18

- name: Install Linux canvas deps
if: matrix.os == 'ubuntu-latest'
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 40bc33e

Please sign in to comment.