Skip to content

Commit 6980b24

Browse files
Update pnpm to v10.23.0
1 parent d3fa3fe commit 6980b24

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/continuous-integration-microsoft-typescript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: "10.22.0"
25+
version: "10.23.0"
2626
- name: Install Node.js
2727
uses: actions/setup-node@v6
2828
with:

languages/jvm/kotlinlang.org/gradle/wrapper/ktor.io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"keywords": [],
1010
"author": "hieudoanm <hieumdoan@gmail.com> (https://hieudoanm.github.io)",
1111
"license": "GPL-3.0",
12-
"packageManager": "pnpm@10.22.0"
12+
"packageManager": "pnpm@10.23.0"
1313
}

languages/microsoft/typescriptlang.org/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@reverse-proxy/serverless",
33
"version": "0.0.1",
44
"description": "Reverse Proxy",
5-
"packageManager": "pnpm@10.22.0",
5+
"packageManager": "pnpm@10.23.0",
66
"keywords": [
77
"reverse",
88
"proxy"

languages/microsoft/typescriptlang.org/server/nest.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"homepage": "https://github.com/hieudoanm/hieudoanm.github.io#readme",
1414
"author": "hieudoanm <hieumdoan@gmail.com> (https://hieudoanm.github.io)",
1515
"license": "GPL-3.0",
16-
"packageManager": "pnpm@10.22.0",
16+
"packageManager": "pnpm@10.23.0",
1717
"private": true,
1818
"scripts": {
1919
"build": "nest build",

languages/microsoft/typescriptlang.org/server/next.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"license": "GPL-3.0",
1919
"author": "hieudoanm <hieumdoan@gmail.com> (https://hieudoanm.github.io)",
20-
"packageManager": "pnpm@10.22.0",
20+
"packageManager": "pnpm@10.23.0",
2121
"scripts": {
2222
"predev": "kill-port 3000",
2323
"dev": "next dev --turbopack",

languages/microsoft/typescriptlang.org/server/node.http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"homepage": "https://github.com/hieudoanm/hieudoanm.github.io#readme",
1414
"author": "hieudoanm <hieumdoan@gmail.com> (https://hieudoanm.github.io)",
1515
"license": "GPL-3.0",
16-
"packageManager": "pnpm@10.22.0",
16+
"packageManager": "pnpm@10.23.0",
1717
"private": true,
1818
"scripts": {
1919
"build": "rimraf dist && tsc",

0 commit comments

Comments
 (0)