Skip to content

Commit e74ecd9

Browse files
committed
chore: Upgrade pnpm to version 10.12.1 and update package metadata
1 parent 5dae15d commit e74ecd9

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup pnpm
2727
uses: pnpm/action-setup@v4
2828
with:
29-
version: 9
29+
version: 10.12.1
3030
run_install: false
3131

3232
- name: Get pnpm store directory

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup pnpm
4444
uses: pnpm/action-setup@v4
4545
with:
46-
version: 9
46+
version: 10.12.1
4747
run_install: false
4848

4949
- name: Get pnpm store directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup pnpm
4242
uses: pnpm/action-setup@v4
4343
with:
44-
version: 9
44+
version: 10.12.1
4545
run_install: false
4646

4747
- name: Install dependencies

.vscode/mcp.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"servers": {
3+
"github": {
4+
"url": "https://api.githubcopilot.com/mcp/"
5+
}
6+
}
7+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "devlog-monorepo",
2+
"name": "devlog",
33
"version": "1.0.0",
44
"description": "Monorepo for development logging tools and MCP server",
55
"private": true,
@@ -36,5 +36,5 @@
3636
"node": ">=18",
3737
"pnpm": ">=8.0.0"
3838
},
39-
"packageManager": "pnpm@9.9.0"
39+
"packageManager": "pnpm@10.12.1"
4040
}

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/your-username/devlog-monorepo.git",
15+
"url": "https://github.com/tikazyq/devlog.git",
1616
"directory": "packages/core"
1717
},
18-
"homepage": "https://github.com/your-username/devlog-monorepo#readme",
18+
"homepage": "https://github.com/tikazyq/devlog#readme",
1919
"bugs": {
20-
"url": "https://github.com/your-username/devlog-monorepo/issues"
20+
"url": "https://github.com/tikazyq/devlog/issues"
2121
},
2222
"scripts": {
2323
"build": "tsc",

0 commit comments

Comments
 (0)