Skip to content

Commit 8c3a773

Browse files
committed
upgrade yarn and turborepo
1 parent eec62b1 commit 8c3a773

File tree

7 files changed

+4185
-4171
lines changed

7 files changed

+4185
-4171
lines changed

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.yarn/releases/yarn-3.8.2.cjs

Lines changed: 0 additions & 875 deletions
This file was deleted.

.yarn/releases/yarn-4.5.3.cjs

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
nodeLinker: node-modules
1+
compressionLevel: mixed
22

3-
plugins:
4-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5-
spec: "@yarnpkg/plugin-workspace-tools"
6-
7-
yarnPath: .yarn/releases/yarn-3.8.2.cjs
3+
enableGlobalCache: false

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,18 @@
5252
"prettier": "3.2.5",
5353
"puppeteer": "^19.2.0",
5454
"ts-jest": "29.1.2",
55-
"turbo": "latest",
55+
"turbo": "2.3.3",
5656
"typescript": "~5.2.2",
5757
"vitest": "2.1.8",
58-
"webpack": "5.91.0",
59-
"yarn": "1.22.22"
58+
"webpack": "5.91.0"
6059
},
6160
"overrides": {},
6261
"workspaces": [
6362
"packages/*",
6463
"smithy-typescript-ssdk-libs/*",
6564
"private/*"
6665
],
67-
"packageManager": "yarn@3.8.2",
66+
"packageManager": "yarn@4.5.3",
6867
"husky": {
6968
"hooks": {
7069
"pre-commit": "yarn lint:dependencies && yarn lint:versions"

turbo.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
3-
"baseBranch": "origin/main",
4-
"pipeline": {
3+
"tasks": {
54
"build": {
65
"dependsOn": ["^build"],
76
"inputs": ["src/**/*", "package.json"],
8-
"outputs": ["dist-types/**", "dist-cjs/**", "dist-es/**"]
7+
"outputs": ["dist-types/**", "dist-cjs/**", "dist-es/**", "dist"]
98
},
109
"test": {
1110
"dependsOn": ["build", "^build"],

0 commit comments

Comments
 (0)