Skip to content

Commit

Permalink
fix: 🐛 Resolve dependencies issues (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Jan 3, 2023
1 parent d4795c7 commit 3268823
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 38 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-clocks-wave.md
@@ -0,0 +1,5 @@
---
"@terminal-nerds/syncpack-config": minor
---

🔧 Disable `workspace`
5 changes: 5 additions & 0 deletions .changeset/short-buckets-cheat.md
@@ -0,0 +1,5 @@
---
"@terminal-nerds/syncpack-config": minor
---

🔧 Remove `volta`
10 changes: 10 additions & 0 deletions .changeset/shy-apes-rescue.md
@@ -0,0 +1,10 @@
---
"@terminal-nerds/browserslist-config": patch
"@terminal-nerds/stylelint-config": patch
"@terminal-nerds/prettier-config": patch
"@terminal-nerds/syncpack-config": patch
"@terminal-nerds/eslint-config": patch
"@terminal-nerds/tsup-config": patch
---

🐛 Fix depedencies issue
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -37,11 +37,11 @@
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@terminal-nerds/browserslist-config": "0.1.0",
"@terminal-nerds/eslint-config": "0.10.0",
"@terminal-nerds/markdownlint-config": "0.5.0",
"@terminal-nerds/prettier-config": "0.3.0",
"@terminal-nerds/syncpack-config": "0.3.0",
"@terminal-nerds/browserslist-config": "workspace:*",
"@terminal-nerds/eslint-config": "workspace:*",
"@terminal-nerds/markdownlint-config": "workspace:*",
"@terminal-nerds/prettier-config": "workspace:*",
"@terminal-nerds/syncpack-config": "workspace:*",
"@types/node": "18.11.18",
"all-contributors-cli": "6.24.0",
"browserslist": "4.21.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/browserslist/package.json
Expand Up @@ -53,8 +53,8 @@
"browserslist": "4.21.4"
},
"devDependencies": {
"@terminal-nerds/tsup-config": "0.1.0",
"@terminal-nerds/typescript-config": "0.4.0",
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "6.5.0",
"typescript": "4.9.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint/package.json
Expand Up @@ -80,8 +80,8 @@
"yaml-eslint-parser": "1.1.0"
},
"devDependencies": {
"@terminal-nerds/tsup-config": "0.1.0",
"@terminal-nerds/typescript-config": "0.4.0",
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"@types/eslint": "8.4.10",
"tsup": "6.5.0",
"typescript": "4.9.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier/package.json
Expand Up @@ -52,8 +52,8 @@
"prettier-plugin-tailwindcss": "0.2.1"
},
"devDependencies": {
"@terminal-nerds/tsup-config": "0.1.0",
"@terminal-nerds/typescript-config": "0.4.0",
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"@types/prettier": "2.7.2",
"tsup": "6.5.0",
"typescript": "4.9.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint/package.json
Expand Up @@ -54,8 +54,8 @@
"stylelint-scss": "4.3.0"
},
"devDependencies": {
"@terminal-nerds/tsup-config": "0.1.0",
"@terminal-nerds/typescript-config": "0.4.0",
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"stylelint": "14.16.1",
"tsup": "6.5.0",
"typescript": "4.9.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/syncpack/package.json
Expand Up @@ -46,8 +46,8 @@
"syncpack": "8.4.11"
},
"devDependencies": {
"@terminal-nerds/tsup-config": "0.1.0",
"@terminal-nerds/typescript-config": "0.4.0",
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"syncpack": "8.4.11",
"tsup": "6.5.0",
"typescript": "4.9.4"
Expand Down
3 changes: 1 addition & 2 deletions packages/syncpack/source/index.ts
Expand Up @@ -25,7 +25,6 @@ const config: Partial<SyncpackConfig> = {
"bugs",
"engines",
"packageManager",
"volta",
"exports",
"main",
"files",
Expand All @@ -36,7 +35,7 @@ const config: Partial<SyncpackConfig> = {
"devDependencies",
],
versionGroups: [],
workspace: true,
workspace: false,
};

export default config;
2 changes: 1 addition & 1 deletion packages/tsup/package.json
Expand Up @@ -54,7 +54,7 @@
"tsup": "6.5.0"
},
"devDependencies": {
"@terminal-nerds/typescript-config": "0.4.0",
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "6.5.0",
"typescript": "4.9.4"
}
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions shared/package.json
Expand Up @@ -54,8 +54,8 @@
"read-pkg-up": "9.1.0"
},
"devDependencies": {
"@terminal-nerds/tsup-config": "0.1.0",
"@terminal-nerds/typescript-config": "0.4.0",
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "6.5.0",
"type-fest": "3.5.0",
"typescript": "4.9.4"
Expand Down

0 comments on commit 3268823

Please sign in to comment.