Skip to content

Commit

Permalink
Update: Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 12, 2024
1 parent 141616d commit 615792d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 16 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "",
"@typescript-eslint/parser": "",
"eslint": ""
"@typescript-eslint/parser": ""
}
}
5 changes: 4 additions & 1 deletion packages/jest-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
"dependencies": {
"@techor/jest": "workspace:^",
"jest-environment-jsdom": "^29.3.1"
"jest-environment-jsdom": "^29.3.1",
"jest": "*",
"ts-jest": "*",
"ts-node": "*"
}
}
6 changes: 3 additions & 3 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@swc/core": "^1.3.106",
"@swc/jest": "^0.2.31",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2"
"jest": "*",
"ts-jest": "*",
"ts-node": "*"
}
}
8 changes: 3 additions & 5 deletions packages/repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@types/node": "",
"typescript": ""
},
"dependencies": {
"@techor/pack": "workspace:^",
"@techor/version": "workspace:^",
"@techor/jest": "workspace:^",
"commitlint-config-techor": "workspace:^",
"eslint-config-techor": "workspace:^"
"eslint-config-techor": "workspace:^",
"@types/node": "*",
"typescript": "*"
}
}
19 changes: 14 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 615792d

Please sign in to comment.