Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Oct 28, 2024
1 parent 727fc59 commit a81de0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/alfa-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {
"@siteimprove/alfa-dom": "^0.93.8"
"@siteimprove/alfa-device": "^0.93.8",
"@siteimprove/alfa-dom": "^0.93.8",
"@siteimprove/alfa-http": "^0.93.8",
"@siteimprove/alfa-rules": "^0.93.8",
"@siteimprove/alfa-web": "^0.93.8"
}
}
3 changes: 1 addition & 2 deletions packages/alfa-jest/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist",

"outDir": "../dist"
},
"files": ["./index.ts", "./jest.ts"],
"references": [{ "path": "../../alfa-assert" }]
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2383,10 +2383,14 @@ __metadata:
dependencies:
"@siteimprove/alfa-act": "npm:^0.93.8"
"@siteimprove/alfa-assert": "workspace:^"
"@siteimprove/alfa-device": "npm:^0.93.8"
"@siteimprove/alfa-dom": "npm:^0.93.8"
"@siteimprove/alfa-future": "npm:^0.93.8"
"@siteimprove/alfa-hash": "npm:^0.93.8"
"@siteimprove/alfa-http": "npm:^0.93.8"
"@siteimprove/alfa-mapper": "npm:^0.93.8"
"@siteimprove/alfa-rules": "npm:^0.93.8"
"@siteimprove/alfa-web": "npm:^0.93.8"
"@types/jest": "npm:^29.5.14"
jest: "npm:^29.7.0"
peerDependencies:
Expand Down

0 comments on commit a81de0e

Please sign in to comment.