This repository was archived by the owner on Dec 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4505
-1968
lines changed
Expand file tree Collapse file tree 4 files changed +4505
-1968
lines changed Original file line number Diff line number Diff line change 44 main :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v3
8- - uses : actions/setup-node@v3
7+ - uses : actions/checkout@v4
8+ - uses : actions/setup-node@v4
99 with :
1010 node-version : lts/*
1111 cache : yarn
Original file line number Diff line number Diff line change 66 main :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
10- - uses : actions/setup-node@v3
9+ - uses : actions/checkout@v4
10+ - uses : actions/setup-node@v4
1111 with :
1212 node-version : lts/*
1313 cache : yarn
Original file line number Diff line number Diff line change 55 "author" :
" Kohei Watanabe <[email protected] >" ,
66 "license" : " CC0-1.0" ,
77 "dependencies" : {
8- "@docusaurus/core" : " ^2 .0.1 " ,
9- "@docusaurus/plugin-pwa" : " ^2 .0.1 " ,
10- "@docusaurus/preset-classic" : " ^2 .0.1 " ,
8+ "@docusaurus/core" : " ^3 .0.0 " ,
9+ "@docusaurus/plugin-pwa" : " ^3 .0.0 " ,
10+ "@docusaurus/preset-classic" : " ^3 .0.0 " ,
1111 "react" : " ^18.2.0" ,
1212 "react-dom" : " ^18.2.0" ,
13- "remark-deflist" : " ^0.3 .0"
13+ "remark-deflist" : " ^1.0 .0"
1414 },
1515 "scripts" : {
1616 "start" : " docusaurus start" ,
You can’t perform that action at this time.
0 commit comments