Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major) (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent a4adb26 commit de114d8
Show file tree
Hide file tree
Showing 3 changed files with 643 additions and 424 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prosemirror-virtual-cursor",
"type": "module",
"version": "0.4.2",
"packageManager": "[email protected].6",
"packageManager": "[email protected].8",
"description": "",
"author": "ocavue <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -66,16 +66,16 @@
},
"devDependencies": {
"@antfu/ni": "^0.21.12",
"@ocavue/eslint-config": "^1.4.3",
"@types/node": "^20.12.5",
"@ocavue/eslint-config": "^1.5.0",
"@types/node": "^20.12.8",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prosemirror-model": "^1.19.4",
"prosemirror-model": "^1.20.0",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.33.3",
"prosemirror-view": "^1.33.6",
"tsup": "^7.2.0",
"typescript": "^5.4.4",
"vite": "^4.4.8",
"typescript": "^5.4.5",
"vite": "^4.5.3",
"vitest": "^0.34.6"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"prosemirror-example-setup": "^1.2.2",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-menu": "^1.2.4",
"prosemirror-model": "^1.19.4",
"prosemirror-model": "^1.20.0",
"prosemirror-schema-basic": "^1.2.2",
"prosemirror-schema-list": "^1.3.0",
"prosemirror-state": "^1.4.3",
"prosemirror-view": "^1.33.3",
"prosemirror-view": "^1.33.6",
"prosemirror-virtual-cursor": "workspace:*",
"vite": "^4.4.8"
"vite": "^4.5.3"
}
}
Loading

0 comments on commit de114d8

Please sign in to comment.