-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ deps: Update dependencies (non-major)
- Loading branch information
1 parent
7b1d842
commit a630c10
Showing
5 changed files
with
2,050 additions
and
943 deletions.
There are no files selected for viewing
725 changes: 367 additions & 358 deletions
725
frontend/.yarn/releases/yarn-4.5.0.cjs → frontend/.yarn/releases/yarn-4.5.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.5.1.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -54,5 +54,5 @@ | |
"trailingComma": "all", | ||
"printWidth": 110 | ||
}, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |
Oops, something went wrong.