Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ deps: Update dependencies (non-major) #267

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- run: yarn build
working-directory: frontend
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2.0
uses: JRubics/poetry-publish@v2.1
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/maunal-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: yarn build
working-directory: frontend
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2.0
uses: JRubics/poetry-publish@v2.1
with:
pypi_token: ${{ secrets.TEST_PYPI_TOKEN }}
repository_name: "neetbox"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.1",
"@docusaurus/types": "3.5.2",
"@docusaurus/types": "3.7.0",
"@tsconfig/docusaurus": "^2.0.0",
"typescript": "^4.7.4"
},
Expand Down
4,222 changes: 2,473 additions & 1,749 deletions docs/yarn.lock

Large diffs are not rendered by default.

925 changes: 0 additions & 925 deletions frontend/.yarn/releases/yarn-4.5.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions frontend/.yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"devDependencies": {
"@douyinfe/semi-rspack-plugin": "^2.48.0",
"@rsbuild/core": "^0.5.3",
"@rsbuild/plugin-react": "^0.1.8",
"@rsbuild/core": "^0.7.0",
"@rsbuild/plugin-react": "^0.7.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
Expand All @@ -54,5 +54,5 @@
"trailingComma": "all",
"printWidth": 110
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.6.0"
}
Loading
Loading