Skip to content

Commit efca8a7

Browse files
authored
chore(deps): update dependencies (#318)
1 parent 31f5d20 commit efca8a7

4 files changed

Lines changed: 358 additions & 730 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ in such a table, a plugin to manage such selections and enforce
66
invariants on such tables, and a number of commands to work with
77
tables.
88

9-
The top-level directory contains a `demo.js` and `index.html`, which
9+
The `demo` directory contains a `demo.ts` and `index.html`, which
1010
can be built with `pnpm run build_demo` to show a simple demo of how the
1111
module can be used.
1212

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,38 @@
3131
"test": "vitest",
3232
"build": "tsdown",
3333
"watch": "tsdown --watch",
34-
"build_readme": "builddocs --name tables --format markdown --main src/README.md src/*.js > README.md",
34+
"build_readme": "builddocs --name tables --format markdown --main src/README.md src/index.ts > README.md",
3535
"format": "prettier --write .",
36-
"lint": "eslint . && prettier --check . && tsc --noEmit",
36+
"lint": "eslint . && prettier --check . && pnpm run typecheck",
3737
"fix": "eslint --fix . && prettier --write ."
3838
},
3939
"dependencies": {
40-
"prosemirror-keymap": "^1.2.2",
41-
"prosemirror-model": "^1.25.0",
42-
"prosemirror-state": "^1.4.3",
43-
"prosemirror-transform": "^1.10.3",
40+
"prosemirror-keymap": "^1.2.3",
41+
"prosemirror-model": "^1.25.4",
42+
"prosemirror-state": "^1.4.4",
43+
"prosemirror-transform": "^1.10.5",
4444
"prosemirror-view": "^1.41.4"
4545
},
4646
"devDependencies": {
4747
"@ocavue/eslint-config": "^3.7.1",
4848
"@ocavue/tsconfig": "^0.6.2",
49-
"@vitest/coverage-v8": "3.1.1",
50-
"builddocs": "^1.0.7",
49+
"@vitest/coverage-v8": "^4.0.15",
50+
"builddocs": "^1.0.8",
5151
"eslint": "^9.39.1",
52-
"happy-dom": "^16.8.1",
52+
"happy-dom": "^20.0.11",
5353
"ist": "^1.1.7",
54-
"pkg-pr-new": "^0.0.57",
55-
"prettier": "^3.5.3",
54+
"pkg-pr-new": "^0.0.62",
55+
"prettier": "^3.7.4",
5656
"prosemirror-commands": "^1.7.1",
5757
"prosemirror-example-setup": "^1.2.3",
58-
"prosemirror-gapcursor": "^1.3.2",
59-
"prosemirror-menu": "^1.2.4",
58+
"prosemirror-gapcursor": "^1.4.0",
59+
"prosemirror-menu": "^1.2.5",
6060
"prosemirror-schema-basic": "^1.2.4",
6161
"prosemirror-test-builder": "^1.1.1",
6262
"tsdown": "^0.16.8",
63-
"typescript": "^5.7.3",
64-
"vite": "^6.2.6",
65-
"vitest": "^3.1.1"
63+
"typescript": "^5.9.3",
64+
"vite": "^7.2.6",
65+
"vitest": "^4.0.15"
6666
},
6767
"maintainers": [
6868
{

0 commit comments

Comments
 (0)