Skip to content

Commit

Permalink
chore: bump rspack version (#26)
Browse files Browse the repository at this point in the history
更新 Rspack 的版本。

```release-note
None
```
  • Loading branch information
ruibaby authored Sep 3, 2024
1 parent 651d6a8 commit 0c5c8fd
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 213 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ build {
}

halo {
version = "2.12.2"
}
version = "2.19.0"
}
8 changes: 4 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"prettier": "prettier --write src/"
},
"dependencies": {
"@halo-dev/console-shared": "^2.17.0",
"@halo-dev/richtext-editor": "https://pkg.pr.new/@halo-dev/richtext-editor@9315a16",
"@halo-dev/console-shared": "^2.19.0",
"@halo-dev/richtext-editor": "^2.19.0",
"axios": "^1.7.2",
"highlight.js": "^11.10.0",
"lowlight": "^3.1.0",
"vue": "^3.4.31"
},
"devDependencies": {
"@rspack/cli": "^0.7.5",
"@rspack/core": "^0.7.5",
"@rspack/cli": "^1.0.0",
"@rspack/core": "^1.0.0",
"@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
Expand Down
Loading

0 comments on commit 0c5c8fd

Please sign in to comment.