Skip to content

Commit 875dc08

Browse files
author
gudaoxuri
committed
Update dependencies in package.json
1 parent 8c150dc commit 875dc08

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@idealworld/formula-editor",
33
"type": "module",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"description": "A relatively complete formula editor",
66
"author": {
77
"name": "gudaoxuri",
@@ -55,7 +55,7 @@
5555
"@codemirror/state": "^6.4.1",
5656
"@codemirror/view": "^6.26.0",
5757
"@lezer/common": "^1.2.1",
58-
"codemirror": "^6.65.7",
58+
"codemirror": "=6.0.1",
5959
"eslint-linter-browserify": "^8.57.0",
6060
"octicons-css": "^19.8.0",
6161
"vue-codemirror6": "^1.2.5",

pnpm-lock.yaml

Lines changed: 18 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typedoc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"disableSources": false,
99
"sidebar": {
1010
"autoConfiguration": false
11-
}
11+
},
12+
"out":"./docs/api"
1213
}

0 commit comments

Comments
 (0)