Skip to content

Commit

Permalink
build(ts,tsx): Revert workspace: protocol
Browse files Browse the repository at this point in the history
It seems like lerna doesn't support them. See
lerna/lerna#2564.

This reverts commit dfbd991.
This reverts commit c6de850.
  • Loading branch information
NiGhTTraX committed Jan 5, 2022
1 parent dfbd991 commit afcd25d
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:~",
"@nighttrax/eslint-config-base": "^9.0.0-beta.2",
"@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:~",
"@nighttrax/eslint-config-react": "workspace:~",
"@nighttrax/eslint-config-base": "^9.0.0-beta.2",
"@nighttrax/eslint-config-react": "^8.0.0-beta.1",
"@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 afcd25d

Please sign in to comment.