File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - run : yarn build
3535 working-directory : frontend
3636 - name : Build and publish to pypi
37- uses : JRubics/poetry-publish@v2.0
37+ uses : JRubics/poetry-publish@v2.1
3838 with :
3939 pypi_token : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 3232 - run : yarn build
3333 working-directory : frontend
3434 - name : Build and publish to pypi
35- uses : JRubics/poetry-publish@v2.0
35+ uses : JRubics/poetry-publish@v2.1
3636 with :
3737 pypi_token : ${{ secrets.TEST_PYPI_TOKEN }}
3838 repository_name : " neetbox"
Original file line number Diff line number Diff line change 2626 },
2727 "devDependencies" : {
2828 "@docusaurus/module-type-aliases" : " ^3.0.1" ,
29- "@docusaurus/types" : " 3.5.2 " ,
29+ "@docusaurus/types" : " 3.8.1 " ,
3030 "@tsconfig/docusaurus" : " ^2.0.0" ,
3131 "typescript" : " ^4.7.4"
3232 },
Original file line number Diff line number Diff line change 18071807 fs-extra "^11.1.1"
18081808 tslib "^2.6.0"
18091809
1810- " @docusaurus/types@3.5.2 " :
1811- version "3.5.2"
1812- resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.5.2.tgz#058019dbeffbee2d412c3f72569e412a727f9608"
1813- integrity sha512-N6GntLXoLVUwkZw7zCxwy9QiuEXIcTVzA9AkmNw16oc0AP3SXLrMmDMMBIfgqwuKWa6Ox6epHol9kMtJqekACw==
1814- dependencies :
1815- " @mdx-js/mdx" " ^3.0.0"
1816- " @types/history" " ^4.7.11"
1817- " @types/react" " *"
1818- commander "^5.1.0"
1819- joi "^17.9.2"
1820- react-helmet-async "^1.3.0"
1821- utility-types "^3.10.0"
1822- webpack "^5.88.1"
1823- webpack-merge "^5.9.0"
1824-
18251810" @docusaurus/types@3.8.1 " :
18261811 version "3.8.1"
18271812 resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.8.1.tgz#83ab66c345464e003b576a49f78897482061fc26"
19931978 vfile "^6.0.0"
19941979
19951980" @mdx-js/react@^3.0.0 " :
1996- version "3.1.0 "
1997- resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0 .tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed "
1998- integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ ==
1981+ version "3.1.1 "
1982+ resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.1 .tgz#24bda7fffceb2fe256f954482123cda1be5f5fef "
1983+ integrity sha512-f++rKLQgUVYDAtECQ6fn/is15GkEH9+nZPM3MS0RcxVqoTfawHvDlSCH7JbMhAM6uJ32v3eXLvLmLvjGu7PTQw ==
19991984 dependencies :
20001985 " @types/mdx" " ^2.0.0"
20011986
@@ -7250,7 +7235,7 @@ react-fast-compare@^3.2.0:
72507235 resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.2.tgz#929a97a532304ce9fee4bcae44234f1ce2c21d49"
72517236 integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==
72527237
7253- react-helmet-async@^1.3.0, "react-helmet-async@npm:@slorber/react-helmet-async@1.3.0" :
7238+ " react-helmet-async@npm:@slorber/react-helmet-async@1.3.0 " :
72547239 version "1.3.0"
72557240 resolved "https://registry.yarnpkg.com/@slorber/react-helmet-async/-/react-helmet-async-1.3.0.tgz#11fbc6094605cf60aa04a28c17e0aab894b4ecff"
72567241 integrity sha512-e9/OK8VhwUSc67diWI8Rb3I0YgI9/SBQtnhe9aEuK6MhZm7ntZZimXgwXnd8W96YTmSOb9M4d8LwhRZyhWr/1A==
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11nodeLinker : node-modules
22
3- yarnPath : .yarn/releases/yarn-4.9.2 .cjs
3+ yarnPath : .yarn/releases/yarn-4.9.4 .cjs
Original file line number Diff line number Diff line change 3939 },
4040 "devDependencies" : {
4141 "@douyinfe/semi-rspack-plugin" : " ^2.78.0" ,
42- "@rsbuild/core" : " ^0.5.9 " ,
43- "@rsbuild/plugin-react" : " ^0.1.9 " ,
42+ "@rsbuild/core" : " ^0.7.0 " ,
43+ "@rsbuild/plugin-react" : " ^0.7.0 " ,
4444 "@types/react" : " ^18.3.20" ,
4545 "@types/react-dom" : " ^18.3.5" ,
4646 "@typescript-eslint/eslint-plugin" : " ^6.21.0" ,
6060 "trailingComma" : " all" ,
6161 "printWidth" : 110
6262 },
63- "packageManager" : " yarn@4.5.0 "
63+ "packageManager" : " yarn@4.9.4 "
6464}
You can’t perform that action at this time.
0 commit comments