Skip to content

Commit ddab05b

Browse files
committed
deps: update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages
1 parent 3ef623a commit ddab05b

File tree

31 files changed

+1321
-806
lines changed

31 files changed

+1321
-806
lines changed

.yarn/sdks/prettier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier",
3-
"version": "3.3.3-sdk",
3+
"version": "3.4.2-sdk",
44
"main": "./index.cjs",
55
"type": "commonjs",
66
"bin": "./bin/prettier.cjs"

.yarn/sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript",
3-
"version": "5.6.3-sdk",
3+
"version": "5.7.3-sdk",
44
"main": "./lib/typescript.js",
55
"type": "commonjs",
66
"bin": {

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"devDependencies": {
4242
"@alwatr/eslint-config": "workspace:^",
4343
"@alwatr/prettier-config": "workspace:^",
44-
"@lerna-lite/changed": "^3.10.1",
45-
"@lerna-lite/cli": "^3.10.1",
46-
"@lerna-lite/diff": "^3.10.1",
47-
"@lerna-lite/exec": "^3.10.1",
48-
"@lerna-lite/publish": "^3.10.1",
49-
"@lerna-lite/run": "^3.10.1",
50-
"@lerna-lite/version": "^3.10.1",
44+
"@lerna-lite/changed": "^3.12.0",
45+
"@lerna-lite/cli": "^3.12.0",
46+
"@lerna-lite/diff": "^3.12.0",
47+
"@lerna-lite/exec": "^3.12.0",
48+
"@lerna-lite/publish": "^3.12.0",
49+
"@lerna-lite/run": "^3.12.0",
50+
"@lerna-lite/version": "^3.12.0",
5151
"@types/jest": "^29.5.14",
5252
"@typescript-eslint/eslint-plugin": "^7.15.0",
5353
"@typescript-eslint/parser": "^7.15.0",
@@ -58,7 +58,7 @@
5858
"eslint-plugin-require-extensions": "^0.1.3",
5959
"jest": "^29.7.0",
6060
"prettier": "^3.4.2",
61-
"typescript": "^5.7.2"
61+
"typescript": "^5.7.3"
6262
},
63-
"packageManager": "yarn@4.5.1"
63+
"packageManager": "yarn@4.6.0"
6464
}

packages/async-queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
"@alwatr/tsconfig-base": "workspace:^",
8585
"@alwatr/type-helper": "workspace:^",
8686
"jest": "^29.7.0",
87-
"typescript": "^5.7.2"
87+
"typescript": "^5.7.3"
8888
}
8989
}

packages/dedupe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777
"@alwatr/prettier-config": "workspace:^",
7878
"@alwatr/tsconfig-base": "workspace:^",
7979
"@alwatr/type-helper": "workspace:^",
80-
"typescript": "^5.7.2"
80+
"typescript": "^5.7.3"
8181
}
8282
}

packages/deep-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
"@alwatr/nano-build": "workspace:^",
7575
"@alwatr/prettier-config": "workspace:^",
7676
"@alwatr/tsconfig-base": "workspace:^",
77-
"typescript": "^5.7.2"
77+
"typescript": "^5.7.3"
7878
}
7979
}

packages/delay/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@alwatr/prettier-config": "workspace:^",
7777
"@alwatr/tsconfig-base": "workspace:^",
7878
"@alwatr/type-helper": "workspace:^",
79-
"@types/node": "^22.10.1",
80-
"typescript": "^5.7.2"
79+
"@types/node": "^22.13.0",
80+
"typescript": "^5.7.3"
8181
}
8282
}

packages/env/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@alwatr/prettier-config": "workspace:^",
7676
"@alwatr/tsconfig-base": "workspace:^",
7777
"@alwatr/type-helper": "workspace:^",
78-
"@types/node": "^22.10.1",
79-
"typescript": "^5.7.2"
78+
"@types/node": "^22.13.0",
79+
"typescript": "^5.7.3"
8080
}
8181
}

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-import-resolver-typescript": "^3.7.0",
5757
"eslint-plugin-import": "^2.31.0",
5858
"eslint-plugin-require-extensions": "^0.1.3",
59-
"typescript": "^5.7.2"
59+
"typescript": "^5.7.3"
6060
},
6161
"peerDependencies": {
6262
"@typescript-eslint/eslint-plugin": ">7.0.0 <8.0.0",

packages/exit-hook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@alwatr/nano-build": "workspace:^",
7373
"@alwatr/prettier-config": "workspace:^",
7474
"@alwatr/tsconfig-base": "workspace:^",
75-
"@types/node": "^22.10.1",
76-
"typescript": "^5.7.2"
75+
"@types/node": "^22.13.0",
76+
"typescript": "^5.7.3"
7777
}
7878
}

0 commit comments

Comments
 (0)