Skip to content

Commit d4274f7

Browse files
committed
fix(core)!: move @swc/core to peerDependencies
1 parent 2a6848a commit d4274f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"bugs": {
3939
"url": "https://github.com/swc-project/swc-node/issues"
4040
},
41-
"dependencies": {
42-
"@swc/core": "^1.2.172"
41+
"peerDependencies": {
42+
"@swc/core": ">= 1.3"
4343
},
4444
"funding": {
4545
"type": "github",

0 commit comments

Comments
 (0)