Skip to content

Commit 1d8b293

Browse files
⬆️ deps: Update dependencies (non-major)
1 parent 6ec4038 commit 1d8b293

File tree

9 files changed

+2103
-2078
lines changed

9 files changed

+2103
-2078
lines changed

.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.9.0",
3030
"@tsconfig/docusaurus": "^2.0.0",
3131
"typescript": "^4.7.4"
3232
},

docs/yarn.lock

Lines changed: 1327 additions & 1118 deletions
Large diffs are not rendered by default.
Lines changed: 355 additions & 355 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.10.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.10.3"
6464
}

0 commit comments

Comments
 (0)