Skip to content

Commit

Permalink
fix: switch babel-plugin-macros to a peer dependency (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 17, 2024
1 parent 87f0f9b commit c7cd115
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
"lint-staged": {
"*": "prettier --ignore-unknown --write"
},
"dependencies": {
"babel-plugin-macros": "^3.1.0"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/preset-env": "^7.23.3",
Expand Down Expand Up @@ -110,6 +107,14 @@
"typescript": "^5.2.2",
"yaml-eslint-parser": "^1.2.2"
},
"peerDependencies": {
"babel-plugin-macros": "^3.1.0"
},
"peerDependenciesMeta": {
"babel-plugin-macros": {
"optional": true
}
},
"packageManager": "pnpm@8.7.0",
"engines": {
"node": ">=18"
Expand Down

0 comments on commit c7cd115

Please sign in to comment.