We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6995b commit 1f41a6bCopy full SHA for 1f41a6b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "verzod",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"license": "MIT",
5
"description": "A simple versioning and migration library based on Zod schemas",
6
"author": "Andrew Bastin (andrewbastin.k@gmail.com)",
@@ -33,8 +33,8 @@
33
},
34
"devDependencies": {
35
"jiti": "^1.21.0",
36
- "tsup": "^7.2.0",
37
- "typescript": "^5.3.3",
38
- "vitest": "^0.34.6"
+ "tsup": "^8.0.2",
+ "typescript": "^5.4.2",
+ "vitest": "^1.4.0"
39
}
40
0 commit comments