Skip to content

Commit c1b0c08

Browse files
committed
chore: Update Programmer Network AJV library version and dependencies
1 parent 3c1d755 commit c1b0c08

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@programmer_network/ajv",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A JSON Schema Validator",
55
"author": "Aleksandar Grbic - (https://programmer.network)",
66
"publishConfig": {
@@ -41,25 +41,25 @@
4141
}
4242
},
4343
"peerDependencies": {
44-
"ajv": "^8.12.0",
45-
"ajv-errors": "^3.0.0",
46-
"ajv-formats": "^2.1.1"
44+
"ajv": "8.13.0",
45+
"ajv-errors": "3.0.0",
46+
"ajv-formats": "2.1.1"
4747
},
4848
"devDependencies": {
49-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
50-
"@types/jest": "^29.5.12",
51-
"@typescript-eslint/eslint-plugin": "^6.21.0",
52-
"esbuild-jest": "^0.5.0",
49+
"@trivago/prettier-plugin-sort-imports": "4.3.0",
50+
"@types/jest": "29.5.12",
51+
"@typescript-eslint/eslint-plugin": "6.21.0",
52+
"esbuild-jest": "0.5.0",
5353
"eslint": "8.53.0",
5454
"eslint-config-prettier": "9.0.0",
5555
"eslint-plugin-prettier": "5.0.1",
56-
"husky": "^8.0.3",
57-
"jest": "^29.7.0",
58-
"lint-staged": "^13.3.0",
59-
"prettier": "^3.2.5",
60-
"typescript": "^5.3.3",
61-
"vite": "^5.1.4",
62-
"vite-plugin-dts": "^3.7.3",
63-
"vitest": "^1.3.1"
56+
"husky": "8.0.3",
57+
"jest": "29.7.0",
58+
"lint-staged": "13.3.0",
59+
"prettier": "3.2.5",
60+
"typescript": "5.3.3",
61+
"vite": "5.1.4",
62+
"vite-plugin-dts": "3.7.3",
63+
"vitest": "1.3.1"
6464
}
6565
}

0 commit comments

Comments
 (0)