Skip to content

Commit 0358ff2

Browse files
⬆️ deps: Update dependencies (non-major)
1 parent bc16dcb commit 0358ff2

9 files changed

Lines changed: 678 additions & 888 deletions

File tree

.github/workflows/build-and-publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
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 }}

.github/workflows/maunal-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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"

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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
},

docs/yarn.lock

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,21 +1807,6 @@
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"
@@ -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==
Lines changed: 357 additions & 357 deletions
Large diffs are not rendered by default.

frontend/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.9.2.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.3.cjs

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
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",
@@ -60,5 +60,5 @@
6060
"trailingComma": "all",
6161
"printWidth": 110
6262
},
63-
"packageManager": "yarn@4.5.0"
63+
"packageManager": "yarn@4.9.3"
6464
}

0 commit comments

Comments
 (0)