Skip to content

Commit e52fd8b

Browse files
chore(deps): update all non-major dependencies (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 954b693 commit e52fd8b

File tree

3 files changed

+365
-294
lines changed

3 files changed

+365
-294
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: corepack enable
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 20
17+
node-version: 20.19.4
1818
cache: pnpm
1919
- run: pnpm install --no-frozen-lockfile
2020
- run: pnpm lint

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
}
6060
},
6161
"dependencies": {
62-
"@tiptap/core": "^2.12.0",
63-
"@tiptap/pm": "^2.12.0",
62+
"@tiptap/core": "^2.26.1",
63+
"@tiptap/pm": "^2.26.1",
6464
"vue-demi": "^0.14.10"
6565
},
6666
"devDependencies": {
@@ -70,11 +70,11 @@
7070
"@vue/test-utils": "^2.4.6",
7171
"eslint": "^8.57.1",
7272
"jsdom": "^23.2.0",
73-
"rollup": "^4.41.0",
73+
"rollup": "^4.46.2",
7474
"standard-version": "^9.5.0",
75-
"typescript": "^5.8.3",
75+
"typescript": "^5.9.2",
7676
"unbuild": "^2.0.0",
7777
"vitest": "^1.6.1",
78-
"vue": "^3.5.14"
78+
"vue": "^3.5.18"
7979
}
8080
}

0 commit comments

Comments
 (0)