File tree Expand file tree Collapse file tree 3 files changed +365
-294
lines changed Expand file tree Collapse file tree 3 files changed +365
-294
lines changed Original file line number Diff line number Diff line change 14
14
- run : corepack enable
15
15
- uses : actions/setup-node@v3
16
16
with :
17
- node-version : 20
17
+ node-version : 20.19.4
18
18
cache : pnpm
19
19
- run : pnpm install --no-frozen-lockfile
20
20
- run : pnpm lint
Original file line number Diff line number Diff line change 59
59
}
60
60
},
61
61
"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 " ,
64
64
"vue-demi" : " ^0.14.10"
65
65
},
66
66
"devDependencies" : {
70
70
"@vue/test-utils" : " ^2.4.6" ,
71
71
"eslint" : " ^8.57.1" ,
72
72
"jsdom" : " ^23.2.0" ,
73
- "rollup" : " ^4.41.0 " ,
73
+ "rollup" : " ^4.46.2 " ,
74
74
"standard-version" : " ^9.5.0" ,
75
- "typescript" : " ^5.8.3 " ,
75
+ "typescript" : " ^5.9.2 " ,
76
76
"unbuild" : " ^2.0.0" ,
77
77
"vitest" : " ^1.6.1" ,
78
- "vue" : " ^3.5.14 "
78
+ "vue" : " ^3.5.18 "
79
79
}
80
80
}
You can’t perform that action at this time.
0 commit comments