Skip to content

Commit

Permalink
fix(register): @swc/core should be in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Oct 6, 2022
1 parent a69aa41 commit cb05cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/loader/package.json
Expand Up @@ -28,6 +28,7 @@
"@swc-node/register": "^1.5.3"
},
"peerDependencies": {
"@swc/core": ">= 1.3",
"typescript": ">= 4.3",
"webpack": ">= 5.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/register/package.json
Expand Up @@ -41,6 +41,7 @@
"tslib": "^2.4.0"
},
"peerDependencies": {
"@swc/core": ">= 1.3",
"typescript": ">= 4.3"
},
"devDependencies": {
Expand Down

0 comments on commit cb05cae

Please sign in to comment.