File tree Expand file tree Collapse file tree 4 files changed +26
-13
lines changed Expand file tree Collapse file tree 4 files changed +26
-13
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
ci :
9
9
name : CI
10
- uses : udibo/react-app/.github/workflows/ci.yml@0.24.2
10
+ uses : udibo/react-app/.github/workflows/ci.yml@0.24.3
11
11
secrets :
12
12
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
13
13
cd :
14
14
name : CD
15
15
needs : ci
16
- uses : udibo/react-app/.github/workflows/deploy.yml@0.24.2
16
+ uses : udibo/react-app/.github/workflows/deploy.yml@0.24.3
17
17
with :
18
18
project : udibo-react-app-example
Original file line number Diff line number Diff line change 5
5
"request" : " launch" ,
6
6
"name" : " build" ,
7
7
"type" : " node" ,
8
- "program" : " jsr:@udibo/react-app@0.24.2 /build" ,
8
+ "program" : " jsr:@udibo/react-app@0.24.3 /build" ,
9
9
"cwd" : " ${workspaceFolder}" ,
10
10
"runtimeExecutable" : " deno" ,
11
11
"runtimeArgs" : [
60
60
"request" : " launch" ,
61
61
"name" : " dev" ,
62
62
"type" : " node" ,
63
- "program" : " jsr:@udibo/react-app@0.24.2 /dev" ,
63
+ "program" : " jsr:@udibo/react-app@0.24.3 /dev" ,
64
64
"cwd" : " ${workspaceFolder}" ,
65
65
"runtimeExecutable" : " deno" ,
66
66
"runtimeArgs" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"tasks" : {
3
3
// Builds the application.
4
- "build" : " deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.24.2 /build" ,
4
+ "build" : " deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.24.3 /build" ,
5
5
// Builds the application in development mode.
6
6
"build-dev" : " export APP_ENV=development NODE_ENV=development && deno task build" ,
7
7
// Builds the application in production mode.
8
8
"build-prod" : " export APP_ENV=production NODE_ENV=production && deno task build" ,
9
9
// Builds and runs the application in development mode, with hot reloading.
10
- "dev" : " export APP_ENV=development NODE_ENV=development && deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.24.2 /dev" ,
10
+ "dev" : " export APP_ENV=development NODE_ENV=development && deno run -A --config=deno.jsonc jsr:@udibo/react-app@0.24.3 /dev" ,
11
11
// Runs the application. Requires the application to be built first.
12
12
"run" : " deno run -A ./main.ts" ,
13
13
// Runs the application in development mode. Requires the application to be built first.
40
40
"imports" : {
41
41
"/" : " ./" ,
42
42
"./" : " ./" ,
43
- "@udibo/react-app" : " jsr:@udibo/react-app@0.24.2 " ,
43
+ "@udibo/react-app" : " jsr:@udibo/react-app@0.24.3 " ,
44
44
"@std/assert" : " jsr:@std/assert@1" ,
45
45
"@std/log" : " jsr:@std/log@0" ,
46
46
"@std/path" : " jsr:@std/path@1" ,
You can’t perform that action at this time.
0 commit comments