Skip to content

Commit

Permalink
fix(rspack): Add missing peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ndcunningham committed Jan 23, 2024
1 parent 1392474 commit a847b3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"stylus-loader": "^7.1.0",
"@nx/eslint": "^17.0.1"
},
"peerDependencies": {
"@rspack/core": "~0.4.4"
},
"nx-migrations": {
"migrations": "./migrations.json"
}
Expand Down

0 comments on commit a847b3b

Please sign in to comment.