Skip to content

Commit

Permalink
feat: update minimal @swc/core to 1.14.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yeliex committed Apr 9, 2024
1 parent abfb357 commit cd1efdc
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"url": "https://github.com/swc-project/swc-node/issues"
},
"peerDependencies": {
"@swc/core": ">= 1.3",
"@swc/core": ">= 1.4.13",
"@swc/types": ">= 0.1"
},
"devDependencies": {
"@swc/core": "^1.3.107",
"@swc/core": "^1.4.13",
"@swc/types": "^0.1.5"
},
"funding": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrate-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"p-timeout": "^6.1.2"
},
"devDependencies": {
"@swc/core": "^1.3.107",
"@swc/core": "^1.4.13",
"@swc-node/register": "workspace:*",
"typescript": "^5.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"@swc-node/register": "^1.9.0"
},
"peerDependencies": {
"@swc/core": ">= 1.3",
"@swc/core": ">= 1.4.13",
"@swc/types": ">= 0.1",
"typescript": ">= 5.0"
},
"devDependencies": {
"@swc/core": "^1.3.107",
"@swc/core": "^1.4.13",
"@swc/types": "^0.1.5"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/register/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"@swc/core": ">= 1.3",
"@swc/core": ">= 1.4.13",
"typescript": ">= 4.3"
},
"devDependencies": {
"@swc/core": "^1.3.107",
"@swc/core": "^1.4.13",
"@swc/helpers": "^0.5.3",
"@types/debug": "^4.1.12",
"lodash": "^4.17.21",
Expand Down
80 changes: 40 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd1efdc

Please sign in to comment.