File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v4
1818 - uses : actions/setup-node@v4
1919 with :
20- node-version : 20
20+ node-version : 24
2121 - run : yarn --frozen-lockfile
2222 - run : yarn ci
2323 - run : yarn build
Original file line number Diff line number Diff line change 7878 "jest-transform-css" : " ^6.0.1" ,
7979 "npm-run-all" : " ^4.1.5" ,
8080 "postcss" : " ^8.3.6" ,
81- "prettier" : " ^2.3 .2" ,
81+ "prettier" : " ^3.6 .2" ,
8282 "prop-types" : " ^15.8.1" ,
8383 "react" : " ^18.0.0" ,
8484 "react-dom" : " ^18.0.0" ,
Original file line number Diff line number Diff line change 1717 * ["Item 001"] → "Item 002", "Item 003", "Item 004"...
1818 */
1919
20- import { AutoFiller , Series } from "./types" ;
20+ import { AutoFiller } from "./types" ;
2121
2222export type TextWithNumberFactor = {
2323 prefix : string ;
Original file line number Diff line number Diff line change @@ -7873,10 +7873,10 @@ prepend-http@^1.0.0:
78737873 resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
78747874 integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
78757875
7876- prettier@^2.3 .2 :
7877- version "2.4.1 "
7878- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1 .tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c "
7879- integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA ==
7876+ prettier@^3.6 .2 :
7877+ version "3.6.2 "
7878+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2 .tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393 "
7879+ integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ ==
78807880
78817881pretty-error@^4.0.0 :
78827882 version "4.0.0"
You can’t perform that action at this time.
0 commit comments