|
32 | 32 | "build:watch": "rollup --config --watch", |
33 | 33 | "circularDepCheck": "madge --circular src/index.ts", |
34 | 34 | "clean": "rimraf dist declarations *.tgz .turbo", |
35 | | - "lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware", |
36 | | - "lint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware", |
| 35 | + "lint:fix": "oxlint . --fix --type-aware", |
| 36 | + "lint": "oxlint . --type-aware", |
37 | 37 | "prepack": "rollup --config", |
38 | 38 | "test": "yarn test:unit", |
39 | 39 | "test:unit": "vitest run", |
|
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | 44 | "@embroider/addon-shim": "^1.10.2", |
| 45 | + "@embroider/macros": "^1.20.2", |
45 | 46 | "@sentry/browser": "10.67.0", |
46 | 47 | "@sentry/conventions": "^0.19.0", |
47 | 48 | "@sentry/core": "10.67.0", |
|
56 | 57 | "@embroider/addon-dev": "^8.3.0", |
57 | 58 | "@embroider/compat": "^4.1.17", |
58 | 59 | "@embroider/core": "^4.4.7", |
59 | | - "@embroider/macros": "^1.20.2", |
60 | 60 | "@embroider/vite": "^1.7.2", |
61 | 61 | "@glint/ember-tsc": "^1.5.0", |
62 | 62 | "@rollup/plugin-babel": "^7.0.0", |
|
0 commit comments