Skip to content

Commit

Permalink
Merge pull request #452 from NullVoxPopuli/move-babel-core-to-peer
Browse files Browse the repository at this point in the history
Move `@babel/core` to `peerDependencies` to resolve peer dependency warnings and errors
  • Loading branch information
bertdeblock authored Oct 1, 2022
2 parents 13be83d + 83fa078 commit 60c2f50
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 60c2f50

Please sign in to comment.