diff --git a/build.ts b/build.ts index b1da4f4..2834da0 100644 --- a/build.ts +++ b/build.ts @@ -7,7 +7,7 @@ * ```jsonc * "tasks": { * // Builds the application. - * "build": "deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.21/build", + * "build": "deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.22/build", * // Builds the application in development mode. * "build-dev": "export APP_ENV=development NODE_ENV=development && deno task build", * // Builds the application in production mode. diff --git a/dev.ts b/dev.ts index d1684ab..c5c28f3 100644 --- a/dev.ts +++ b/dev.ts @@ -8,7 +8,7 @@ * ```jsonc * "tasks": { // Builds and runs the application in development mode, with hot reloading. - * "dev": "export APP_ENV=development NODE_ENV=development && deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.21/dev", + * "dev": "export APP_ENV=development NODE_ENV=development && deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.22/dev", * } * ``` *