Skip to content

Commit f28b1db

Browse files
committed
Bump version to 1.0.22 and remove unused Ajv import from tests
1 parent e002c43 commit f28b1db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@programmer_network/use-ajv-form",
3-
"version": "1.0.20",
3+
"version": "1.0.22",
44
"description": "Custom React Hook that integrates with Ajv JSON Schema Validator",
55
"main": "dist/use-ajv-form.es.js",
66
"author": "Aleksandar Grbic",

src/useAjvForm.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { act, renderHook } from '@testing-library/react-hooks';
22
import { JSONSchemaType } from 'ajv';
3-
import Ajv from 'ajv';
43
import { vi } from 'vitest';
54
import useAJVForm from '.';
65

0 commit comments

Comments
 (0)