Skip to content

Commit d14fc7d

Browse files
committed
fix: resolve for node 18
1 parent 88acdd0 commit d14fc7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

desk/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
},
3232
"resolutions": {
3333
"cheerio": "1.0.0-rc.12",
34-
"prosemirror-model": "1.25.1"
34+
"prosemirror-model": "1.25.1",
35+
"workbox-build": "6.4.0"
3536
},
3637
"devDependencies": {
3738
"@vitejs/plugin-vue-jsx": "^3.0.1",

0 commit comments

Comments
 (0)