|
24 | 24 | }, |
25 | 25 | "scripts": { |
26 | 26 | "build:types": "tsc --project types.tsconfig.json", |
27 | | - "build:js": "yarn babel --extensions '.ts' --presets @babel/preset-typescript addon-test-support --out-dir addon-test-support/ --ignore '**/*.d.ts'", |
| 27 | + "build:js": "pnpm babel --extensions '.ts' --presets @babel/preset-typescript addon-test-support --out-dir addon-test-support/ --ignore '**/*.d.ts'", |
28 | 28 | "build": "concurrently \"npm:build:*\" --names \"build:\"", |
29 | | - "prepack": "cp ../README.md ./ && yarn build", |
| 29 | + "prepack": "cp ../README.md ./ && pnpm build", |
30 | 30 | "postpack": "rimraf addon-test-support/**/*.js public-types", |
31 | 31 | "clean": "git clean -x -f", |
32 | | - "docs": "yarn build && documentation build --document-exported \"addon-test-support/@ember/test-helpers/index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o API.md", |
| 32 | + "docs": "pnpm build && documentation build --document-exported \"addon-test-support/@ember/test-helpers/index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o API.md", |
33 | 33 | "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
34 | 34 | "lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'", |
35 | 35 | "lint:js": "eslint --cache .", |
36 | 36 | "lint:js:fix": "eslint . --fix", |
37 | 37 | "lint:ts": "tsc --noEmit && tsc --noEmit --project type-tests", |
38 | | - "postpublish": "yarn clean", |
| 38 | + "postpublish": "pnpm clean", |
39 | 39 | "release": "release-it", |
40 | 40 | "start": "ember serve", |
41 | 41 | "test": "ember test", |
|
52 | 52 | "broccoli-funnel": "^3.0.8", |
53 | 53 | "dom-element-descriptors": "^0.5.0", |
54 | 54 | "ember-auto-import": "^2.6.0", |
55 | | - "ember-cli-babel": "^7.26.11", |
| 55 | + "ember-cli-babel": "^8.2.0", |
56 | 56 | "ember-cli-htmlbars": "^6.2.0" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
|
61 | 61 | "@babel/preset-typescript": "^7.21.0", |
62 | 62 | "@ember/optional-features": "^2.0.0", |
63 | 63 | "@ember/string": "^3.0.1", |
64 | | - "@embroider/test-setup": "^3.0.1", |
| 64 | + "@embroider/test-setup": "^4.0.0", |
65 | 65 | "@glimmer/component": "^1.1.2", |
66 | | - "@glimmer/interfaces": "^0.84.1", |
67 | | - "@glimmer/reference": "^0.84.2", |
68 | | - "@glint/template": "^0.9.7", |
| 66 | + "@glimmer/interfaces": "*", |
| 67 | + "@glint/template": "^1.4.0", |
69 | 68 | "@tsconfig/ember": "^1.0.1", |
70 | 69 | "@types/jquery": "^3.5.16", |
71 | 70 | "@types/rsvp": "^4.0.4", |
|
84 | 83 | "ember-load-initializers": "^2.1.2", |
85 | 84 | "ember-maybe-import-regenerator-for-testing": "^1.0.0", |
86 | 85 | "ember-resolver": "^9.0.1", |
87 | | - "ember-source": "^5.1.2", |
| 86 | + "ember-source": "~5.9.0", |
88 | 87 | "ember-source-channel-url": "^3.0.0", |
89 | | - "ember-try": "^2.0.0", |
| 88 | + "ember-try": "^3.0.0", |
90 | 89 | "eslint": "^7.32.0", |
91 | 90 | "eslint-config-prettier": "^8.6.0", |
92 | 91 | "eslint-plugin-disable-features": "^0.1.3", |
|
130 | 129 | }, |
131 | 130 | "release-it": { |
132 | 131 | "scripts": { |
133 | | - "after:bump": "yarn docs" |
| 132 | + "after:bump": "pnpm docs" |
134 | 133 | }, |
135 | 134 | "plugins": { |
136 | 135 | "release-it-lerna-changelog": { |
|
0 commit comments