Skip to content

Commit

Permalink
build(ts,tsx): Use correct workspace: versions
Browse files Browse the repository at this point in the history
This also changes from `^` to `~` which should be safer.
  • Loading branch information
NiGhTTraX committed Jan 5, 2022
1 parent f86e52c commit dfbd991
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "../../test.sh mugshot ts"
},
"dependencies": {
"@nighttrax/eslint-config-base": "workspace:^9.0.0-beta.2",
"@nighttrax/eslint-config-base": "workspace:~",
"@rushstack/eslint-patch": "~1.1.0",
"@typescript-eslint/eslint-plugin": "~5.8.0",
"@typescript-eslint/parser": "~5.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"test": "../../test.sh tdd-buffet tsx"
},
"dependencies": {
"@nighttrax/eslint-config-base": "workspace:^9.0.0-beta.2",
"@nighttrax/eslint-config-react": "workspace:^8.0.0-beta.1",
"@nighttrax/eslint-config-base": "workspace:~",
"@nighttrax/eslint-config-react": "workspace:~",
"@rushstack/eslint-patch": "~1.1.0",
"@typescript-eslint/eslint-plugin": "~5.8.0",
"@typescript-eslint/parser": "~5.8.0",
Expand Down
6 changes: 3 additions & 3 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 dfbd991

Please sign in to comment.