-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40c015b
commit 91ad537
Showing
2 changed files
with
31 additions
and
29 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 |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
"build:flags": "RETAIN_FLAGS=true ember build --env production --suppress-sizes", | ||
"clean": "node ./bin/clean.mjs", | ||
"generate:opcodes": "esyes bin/opcodes.mts all", | ||
"link:all": "esyes ./bin/link-all.mts", | ||
"lint": "npm-run-all lint:*", | ||
"lint:files": "turbo lint", | ||
"lint:format": "prettier -c .", | ||
|
@@ -36,8 +37,7 @@ | |
"test:node": "node bin/run-node-tests.mjs", | ||
"test:smoke": "SMOKE_TESTS=true ember test", | ||
"test:types": "node bin/run-types-tests.mjs", | ||
"unlink:all": "esyes ./bin/unlink-all.mts", | ||
"link:all": "esyes ./bin/link-all.mts" | ||
"unlink:all": "esyes ./bin/unlink-all.mts" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
|
@@ -49,6 +49,9 @@ | |
"@release-it-plugins/[email protected]": "patches/@[email protected]" | ||
}, | ||
"peerDependencyRules": { | ||
"allowAny": [ | ||
"vite-plugin-babel" | ||
], | ||
"allowedVersions": { | ||
"@rollup/pluginutils": "5", | ||
"rollup": "3", | ||
|
@@ -82,8 +85,8 @@ | |
"@types/qunit": "^2.19.9", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"@vitejs/plugin-react": "^4.1.1", | ||
"@vitejs/plugin-react-swc": "^3.4.1", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"@vitejs/plugin-react-swc": "^3.5.0", | ||
"amd-name-resolver": "^1.3.1", | ||
"auto-dist-tag": "^2.1.1", | ||
"babel-plugin-macros": "^3.1.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.