-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV: Move deprecation-finder to its own package (#60)
This will allow us to update the root package.json/lockfile like any other theme/plugin. Also deletes the `/list_ember_deprecations.rb` script which has been superseded by `./scripts/update_ember_deprecations.rb`
- Loading branch information
1 parent
f50ec76
commit c0041af
Showing
9 changed files
with
1,775 additions
and
1,295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"private": true, | ||
"devDependencies": { | ||
"@babel/parser": "^7.26.2", | ||
"@babel/preset-env": "^7.26.0", | ||
"@babel/traverse": "^7.25.9", | ||
"@babel/types": "^7.26.0", | ||
"content-tag": "^2.0.3", | ||
"js-yaml": "^4.1.0" | ||
}, | ||
"engines": { | ||
"node": ">= 18", | ||
"npm": "please-use-pnpm", | ||
"yarn": "please-use-pnpm", | ||
"pnpm": ">= 9" | ||
}, | ||
"packageManager": "pnpm@9.15.5" | ||
} |
Oops, something went wrong.