Skip to content

Commit

Permalink
fix: babel peer dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
clemyan committed Aug 6, 2023
1 parent 66cb727 commit 0ac3cea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
"tslib": "^2.6.1"
},
"peerDependencies": {
"@babel/core": ">=6.x || >=7.x",
"@babel/runtime": ">=6.x || >=7.x",
"@babel/preset-env": ">=6.x || >=7.x",
"@babel/preset-typescript": ">=6.x || >=7.x",
"@babel/plugin-transform-runtime": ">=6.x || >=7.x",
"@babel/core": ">=7.x",
"@babel/runtime": ">=7.x",
"@babel/preset-env": ">=7.x",
"@babel/preset-typescript": ">=7.x",
"@babel/plugin-transform-runtime": ">=7.x",
"@swc/core": ">=1.x",
"@swc/helpers": ">=0.2",
"rollup": ">=1.x || >=2.x || >=3.x",
Expand Down

0 comments on commit 0ac3cea

Please sign in to comment.