Skip to content

Commit

Permalink
fix(ci): use canary specific version instead of tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Jun 28, 2024
1 parent a8a25ce commit bfcb5a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"overrides": {
"array.prototype.flat": "npm:@nolyfill/[email protected]",
"esbuild": "~0.19.0",
"@rspack/binding": "npm:@rspack/binding-canary@canary",
"@rspack/core": "npm:@rspack/core-canary@canary",
"@rspack/plugin-preact-refresh": "npm:@rspack/plugin-preact-refresh-canary@canary",
"@rspack/plugin-react-refresh": "npm:@rspack/plugin-react-refresh-canary@canary"
"@rspack/binding": "npm:@rspack/binding-canary@0.7.5-canary-cff3bb0-20240627062412",
"@rspack/core": "npm:@rspack/core-canary@0.7.5-canary-cff3bb0-20240627062412",
"@rspack/plugin-preact-refresh": "npm:@rspack/plugin-preact-refresh-canary@0.7.5-canary-cff3bb0-20240627062412",
"@rspack/plugin-react-refresh": "npm:@rspack/plugin-react-refresh-canary@0.7.5-canary-cff3bb0-20240627062412"
},
"peerDependencyRules": {
"allowAny": [
Expand Down

0 comments on commit bfcb5a7

Please sign in to comment.