Skip to content

Commit

Permalink
Move @babel/core to peerDependencies to reduce dependency resolution …
Browse files Browse the repository at this point in the history
…confusion
  • Loading branch information
NullVoxPopuli committed Aug 10, 2022
1 parent 315df8a commit 83fa078
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
"test:node": "mocha node-tests",
"test:node:debug": "mocha debug node-tests"
},
"peerDependencies": {
"@babel/core": "^7.12.0"
},
"dependencies": {
"@babel/core": "^7.12.0",
"@babel/helper-compilation-targets": "^7.12.0",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-proposal-decorators": "^7.13.5",
Expand Down Expand Up @@ -73,6 +75,7 @@
"semver": "^5.5.0"
},
"devDependencies": {
"@babel/core": "^7.12.0",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"babel-eslint": "^10.1.0",
Expand Down

0 comments on commit 83fa078

Please sign in to comment.