Skip to content

Commit

Permalink
Upgrade to pnpm 10 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
illright authored Jan 22, 2025
1 parent 051528e commit 9543105
Show file tree
Hide file tree
Showing 9 changed files with 791 additions and 1,342 deletions.
10 changes: 5 additions & 5 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@steiger/eslint-config": "workspace:*",
"@steiger/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^18.11.9",
"eslint": "^9.16.0",
"@types/node": "^18.19.71",
"eslint": "^9.18.0",
"figures": "^6.1.0",
"get-bin-path": "^11.0.0",
"prettier": "^3.4.2",
"tinyexec": "^0.3.1",
"typescript": "^5.7.2",
"vitest": "^3.0.0-beta.2"
"tinyexec": "^0.3.2",
"typescript": "^5.7.3",
"vitest": "^3.0.2"
},
"dependencies": {
"steiger": "workspace:*"
Expand Down
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@
"engines": {
"node": ">= 18"
},
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@changesets/cli": "^2.27.11",
"@manypkg/cli": "^0.23.0",
"@steiger/eslint-config": "workspace:*",
"eslint": "^9.16.0",
"eslint": "^9.18.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.4.1",
"prettier": "^3.4.2",
"turbo": "^2.3.3"
},
Expand Down
7 changes: 3 additions & 4 deletions packages/pretty-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@
"@steiger/tsconfig": "workspace:*",
"@steiger/types": "workspace:*",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^18.11.9",
"eslint": "^9.16.0",
"@types/node": "^18.19.71",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"dependencies": {
"chalk": "^5.3.0",
"figures": "^6.1.0",
"picocolors": "^1.1.1",
"terminal-link": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/steiger-plugin-fsd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/lodash-es": "^4.17.12",
"@types/pluralize": "^0.0.33",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^3.0.0-beta.2"
"typescript": "^5.7.3",
"vitest": "^3.0.2"
}
}
12 changes: 6 additions & 6 deletions packages/steiger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"README.md"
],
"dependencies": {
"@clack/prompts": "^0.8.2",
"@clack/prompts": "^0.9.1",
"@feature-sliced/steiger-plugin": "workspace:*",
"chokidar": "^4.0.1",
"chokidar": "^4.0.3",
"cosmiconfig": "^9.0.0",
"effector": "^23.2.3",
"empathic": "^1.0.0",
Expand All @@ -55,7 +55,7 @@
"picocolors": "^1.1.1",
"prexit": "^2.3.0",
"yargs": "^17.7.2",
"zod": "^3.24.0",
"zod": "^3.24.1",
"zod-validation-error": "^3.4.0"
},
"devDependencies": {
Expand All @@ -68,10 +68,10 @@
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.9",
"@types/yargs": "^17.0.33",
"memfs": "^4.15.0",
"memfs": "^4.17.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^3.0.0-beta.2"
"typescript": "^5.7.3",
"vitest": "^3.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@steiger/types": "workspace:*",
"@total-typescript/ts-reset": "^0.6.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^3.0.0-beta.2"
"typescript": "^5.7.3",
"vitest": "^3.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"devDependencies": {
"@steiger/tsconfig": "workspace:*",
"@types/node": "^18.11.9",
"typescript": "^5.7.2"
"@types/node": "^18.19.71",
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit 9543105

Please sign in to comment.