Skip to content

Commit 17bec87

Browse files
chore(deps): update all non-major dependencies (#237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1671a19 commit 17bec87

File tree

2 files changed

+142
-198
lines changed

2 files changed

+142
-198
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"test": "nr lint && nr typecheck && vitest run"
4747
},
4848
"volta": {
49-
"node": "18.20.5",
49+
"node": "18.20.6",
5050
"npm": "9.9.4"
5151
},
5252
"peerDependencies": {
@@ -59,8 +59,8 @@
5959
}
6060
},
6161
"dependencies": {
62-
"@tiptap/core": "^2.10.4",
63-
"@tiptap/pm": "^2.10.4",
62+
"@tiptap/core": "^2.11.3",
63+
"@tiptap/pm": "^2.11.3",
6464
"vue-demi": "^0.14.10"
6565
},
6666
"devDependencies": {
@@ -70,9 +70,9 @@
7070
"@vue/test-utils": "^2.4.6",
7171
"eslint": "^8.57.1",
7272
"jsdom": "^23.2.0",
73-
"rollup": "^4.29.1",
73+
"rollup": "^4.31.0",
7474
"standard-version": "^9.5.0",
75-
"typescript": "^5.7.2",
75+
"typescript": "^5.7.3",
7676
"unbuild": "^2.0.0",
7777
"vitest": "^1.6.0",
7878
"vue": "^3.5.13"

0 commit comments

Comments
 (0)