Skip to content

Commit 1671a19

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

File tree

2 files changed

+1210
-858
lines changed

2 files changed

+1210
-858
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@leo91000/vue-tiptap-renderer",
33
"type": "module",
44
"version": "0.2.6",
5-
"packageManager": "pnpm@8.11.0",
5+
"packageManager": "pnpm@8.15.9",
66
"description": "Tiptap JSON content renderer for Vue 2/3",
77
"author": {
88
"name": "Léo Coletta",
@@ -46,8 +46,8 @@
4646
"test": "nr lint && nr typecheck && vitest run"
4747
},
4848
"volta": {
49-
"node": "18.19.0",
50-
"npm": "9.9.2"
49+
"node": "18.20.5",
50+
"npm": "9.9.4"
5151
},
5252
"peerDependencies": {
5353
"@vue/composition-api": "^1.0.0-rc.1",
@@ -59,22 +59,22 @@
5959
}
6060
},
6161
"dependencies": {
62-
"@tiptap/core": "^2.1.13",
63-
"@tiptap/pm": "^2.1.13",
64-
"vue-demi": "^0.14.6"
62+
"@tiptap/core": "^2.10.4",
63+
"@tiptap/pm": "^2.10.4",
64+
"vue-demi": "^0.14.10"
6565
},
6666
"devDependencies": {
67-
"@antfu/eslint-config": "^2.4.2",
68-
"@antfu/ni": "^0.21.12",
69-
"@vitest/coverage-v8": "^1.0.2",
70-
"@vue/test-utils": "^2.4.3",
71-
"eslint": "^8.55.0",
72-
"jsdom": "^23.0.1",
73-
"rollup": "^4.6.1",
67+
"@antfu/eslint-config": "^2.27.3",
68+
"@antfu/ni": "^0.23.2",
69+
"@vitest/coverage-v8": "^1.6.0",
70+
"@vue/test-utils": "^2.4.6",
71+
"eslint": "^8.57.1",
72+
"jsdom": "^23.2.0",
73+
"rollup": "^4.29.1",
7474
"standard-version": "^9.5.0",
75-
"typescript": "^5.3.3",
75+
"typescript": "^5.7.2",
7676
"unbuild": "^2.0.0",
77-
"vitest": "^1.0.2",
78-
"vue": "^3.3.10"
77+
"vitest": "^1.6.0",
78+
"vue": "^3.5.13"
7979
}
8080
}

0 commit comments

Comments
 (0)