Skip to content

Commit

Permalink
fixed lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
dan13ram committed Dec 30, 2024
1 parent fa9083b commit d079ec7
Show file tree
Hide file tree
Showing 6 changed files with 24,255 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"async-prompt": "^1.0.1",
"conventional-changelog-cli": "^5.0.0",
"dotenv": "^16.3.1",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@nomicfoundation/hardhat-viem": "^2.0.3",
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/contracts": "^5.1.0",
"@openzeppelin/contracts-upgradeable": "^5.1.0",
"@types/chai": "4.3.16",
"@types/chai-as-promised": "7.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/src/ProjectDetailsForm.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Button, Grid, SimpleGrid, Stack, Text } from '@chakra-ui/react';
import { Box, Button, Grid, SimpleGrid, Stack } from '@chakra-ui/react';
import { yupResolver } from '@hookform/resolvers/yup';
import { ESCROW_STEPS, INVOICE_TYPES } from '@smartinvoicexyz/constants';
import { ValueOf } from '@smartinvoicexyz/types';
Expand Down
1 change: 0 additions & 1 deletion packages/ui/src/organisms/InvoiceDashboardTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ export function InvoiceDashboardTable() {
{table.getRowModel().rows.map(row => {
const { address: invoiceAddr, chainId: invoiceChainId } =
row.original;
console.log(row.original);
const url = `/invoice/${invoiceChainId}/${invoiceAddr}`;

return (
Expand Down
1 change: 0 additions & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.7",
"eslint": "8.56.0",
"eslint-config-next": "^14.2.7"
},
"private": true,
Expand Down
Loading

0 comments on commit d079ec7

Please sign in to comment.