Bump version to 0.0.0-experimental-410375f-20240515
Lauren Tan committed
May 15, 2024 at 08:05 UTC
740b7c1b0af4dd411b2656fc06cbe08ea2050082
1 file changed
+4
-4
compiler/packages/react-compiler-healthcheck/package.json
+4
-4
@@ -1,6 +1,6 @@
1
{
2
"name": "react-compiler-healthcheck",
3
- "version": "0.0.0",
3
+ "version": "0.0.0-experimental-410375f-20240515",
4
"description": "Health check script to test violations of the rules of react.",
5
"bin": {
6
"react-compiler-healthcheck": "dist/index.js"
@@ -12,12 +12,12 @@
12
"dependencies": {
13
"@babel/core": "^7.24.4",
14
"@babel/parser": "^7.24.4",
15
- "zod": "^3.22.4",
16
- "zod-validation-error": "^3.0.3",
15
"chalk": "4",
16
"fast-glob": "^3.3.2",
17
"ora": "5.4.1",
20
- "yargs": "^17.7.2"
18
+ "yargs": "^17.7.2",
19
+ "zod": "^3.22.4",
20
+ "zod-validation-error": "^3.0.3"
21
},
22
"devDependencies": {},
23
"engines": {