-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
1 addition
and
682 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,9 @@ | |
"dev:docs": "pnpm run --filter docs docs:watch --preserveWatchOutput", | ||
"dev:ember": "pnpm run --filter test-app start", | ||
"lint": "pnpm run --filter '*' lint", | ||
"lint:fix": "pnpm run --filter '*' lint:fix", | ||
"release": "changeset publish" | ||
"lint:fix": "pnpm run --filter '*' lint:fix" | ||
}, | ||
"devDependencies": { | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.26.0", | ||
"@nullvoxpopuli/eslint-configs": "^3.2.0", | ||
"concurrently": "^8.0.0", | ||
"eslint": "^8.35.0", | ||
|
@@ -39,11 +36,9 @@ | |
"pnpm": { | ||
"overrides": { | ||
"@types/eslint": "7.29.0", | ||
"@changesets/assemble-release-plan": "5.2.3", | ||
"mustache": "^4.2.0" | ||
}, | ||
"overrides-notes": { | ||
"@changesets/assemble-release-plan": "patched, we don't want drift until https://github.com/changesets/changesets/issues/835 is resolved", | ||
"@types/eslint": "webpack brings in @types/eslint@8, which breaks our type checking", | ||
"mustache": "ember-cli -> testem -> consolidate -> mustache is ancient" | ||
}, | ||
|
@@ -56,9 +51,6 @@ | |
"ember-source", | ||
"typescript" | ||
] | ||
}, | ||
"patchedDependencies": { | ||
"@changesets/[email protected]": "patches/@[email protected]" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.