Skip to content

Commit cdc0622

Browse files
committed
fix package
1 parent 294179c commit cdc0622

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/ember/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"build:watch": "rollup --config --watch",
3333
"circularDepCheck": "madge --circular src/index.ts",
3434
"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",
3737
"prepack": "rollup --config",
3838
"test": "yarn test:unit",
3939
"test:unit": "vitest run",
@@ -42,6 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@embroider/addon-shim": "^1.10.2",
45+
"@embroider/macros": "^1.20.2",
4546
"@sentry/browser": "10.67.0",
4647
"@sentry/conventions": "^0.19.0",
4748
"@sentry/core": "10.67.0",
@@ -56,7 +57,6 @@
5657
"@embroider/addon-dev": "^8.3.0",
5758
"@embroider/compat": "^4.1.17",
5859
"@embroider/core": "^4.4.7",
59-
"@embroider/macros": "^1.20.2",
6060
"@embroider/vite": "^1.7.2",
6161
"@glint/ember-tsc": "^1.5.0",
6262
"@rollup/plugin-babel": "^7.0.0",

0 commit comments

Comments
 (0)