File tree Expand file tree Collapse file tree 14 files changed +660
-753
lines changed
codemirror-lang-leiden-plus
codemirror-lang-leiden-trans Expand file tree Collapse file tree 14 files changed +660
-753
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"build" : " pnpm -r build" ,
8
8
"test" : " TS_NODE_PROJECT=./tsconfig.test.json mocha" ,
9
-
10
9
"test:idp:get-data" : " git submodule update --init --depth 1 test/data/idp.data" ,
11
-
12
10
"test:idp:xsugar:up" : " docker compose -f ./test/docker-compose.yml up --wait xsugar" ,
13
11
"test:idp:xsugar:down" : " docker compose -f ./test/docker-compose.yml down --volumes --remove-orphans" ,
14
-
15
12
"test:idp:prepare:edition" : " pnpm test:idp:xsugar:up && tsx ./test/scripts/idp-prepare-data.ts edition" ,
16
13
"test:idp:prepare:translation" : " pnpm test:idp:xsugar:up && tsx ./test/scripts/idp-prepare-data.ts translation" ,
17
14
"test:idp:prepare" : " pnpm test:idp:prepare:edition && pnpm test:idp:prepare:translation" ,
18
-
19
15
"test:idp:edition" : " TS_NODE_PROJECT=./tsconfig.test.json mocha test/idp-edition.test.ts" ,
20
16
"test:idp:translation" : " TS_NODE_PROJECT=./tsconfig.test.json mocha test/idp-translation.test.ts" ,
21
-
22
17
"test:idp" : " pnpm test:idp:get-data && pnpm test:idp:prepare && pnpm test:idp:edition && pnpm test:idp:translation" ,
23
-
24
18
"dev" : " pnpm --parallel --filter \" dev-app^...\" watch & pnpm --filter dev-app start"
25
19
},
26
20
"keywords" : [],
35
29
"@types/chai-xml" : " ^0.3.6" ,
36
30
"@types/jsdom" : " ^21.1.7" ,
37
31
"@types/mocha" : " ^10.0.10" ,
38
- "chai" : " ^5.1.2 " ,
32
+ "chai" : " ^5.2.0 " ,
39
33
"chai-xml" : " ^0.4.1" ,
40
34
"jsdom" : " ^25.0.1" ,
41
- "mocha" : " ^11.0.1 " ,
35
+ "mocha" : " ^11.1.0 " ,
42
36
"ts-node" : " ^10.9.2" ,
43
37
"tsconfig-paths" : " ^4.2.0" ,
44
- "tsx" : " ^4.19.2 "
38
+ "tsx" : " ^4.19.3 "
45
39
}
46
40
}
Original file line number Diff line number Diff line change 21
21
"license" : " ISC" ,
22
22
"devDependencies" : {
23
23
"@rollup/plugin-typescript" : " ^12.1.2" ,
24
- "rollup" : " ^4.28.1 " ,
24
+ "rollup" : " ^4.34.8 " ,
25
25
"rollup-plugin-dts" : " ^6.1.1" ,
26
- "typescript" : " ^5.7.2 "
26
+ "typescript" : " ^5.7.3 "
27
27
},
28
28
"dependencies" : {
29
- "@codemirror/language" : " ^6.10.7" ,
29
+ "@codemirror/autocomplete" : " ^6.18.6" ,
30
+ "@codemirror/language" : " ^6.10.8" ,
30
31
"@codemirror/lint" : " ^6.8.4" ,
31
32
"@codemirror/state" : " ^6.5.2" ,
32
- "@codemirror/autocomplete" : " ^6.18.6" ,
33
- "@leiden-plus/parser-leiden-plus" : " workspace:*" ,
34
- "@leiden-plus/linter-leiden-plus" : " workspace:*" ,
35
33
"@leiden-plus/lib" : " workspace:*" ,
34
+ "@leiden-plus/linter-leiden-plus" : " workspace:*" ,
35
+ "@leiden-plus/parser-leiden-plus" : " workspace:*" ,
36
36
"@lezer/common" : " ^1.2.3" ,
37
37
"@lezer/highlight" : " ^1.2.1"
38
38
},
Original file line number Diff line number Diff line change 20
20
"license" : " ISC" ,
21
21
"devDependencies" : {
22
22
"@rollup/plugin-typescript" : " ^12.1.2" ,
23
- "rollup" : " ^4.28.1 " ,
23
+ "rollup" : " ^4.34.8 " ,
24
24
"rollup-plugin-dts" : " ^6.1.1" ,
25
- "typescript" : " ^5.7.2 "
25
+ "typescript" : " ^5.7.3 "
26
26
},
27
27
"dependencies" : {
28
- "@codemirror/language" : " ^6.10.7" ,
29
- "@leiden-plus/parser-leiden-trans" : " workspace:*" ,
30
- "@leiden-plus/linter-leiden-trans" : " workspace:*" ,
28
+ "@codemirror/language" : " ^6.10.8" ,
31
29
"@leiden-plus/lib" : " workspace:*" ,
30
+ "@leiden-plus/linter-leiden-trans" : " workspace:*" ,
31
+ "@leiden-plus/parser-leiden-trans" : " workspace:*" ,
32
32
"@lezer/common" : " ^1.2.3" ,
33
33
"@lezer/highlight" : " ^1.2.1"
34
34
},
Original file line number Diff line number Diff line change 12
12
"author" : " " ,
13
13
"license" : " ISC" ,
14
14
"devDependencies" : {
15
- "vite" : " ^6.0.7 "
15
+ "vite" : " ^6.2.0 "
16
16
},
17
17
"dependencies" : {
18
18
"@codemirror/autocomplete" : " ^6.18.6" ,
19
19
"@codemirror/lang-xml" : " ^6.1.0" ,
20
- "@codemirror/language" : " ^6.10.7 " ,
20
+ "@codemirror/language" : " ^6.10.8 " ,
21
21
"@codemirror/lint" : " ^6.8.4" ,
22
22
"@codemirror/state" : " ^6.5.2" ,
23
- "@codemirror/view" : " ^6.36.0" ,
24
23
"@codemirror/theme-one-dark" : " ^6.1.2" ,
24
+ "@codemirror/view" : " ^6.36.3" ,
25
25
"@floating-ui/dom" : " ^1.6.13" ,
26
26
"@leiden-plus/codemirror-lang-leiden-plus" : " workspace:*" ,
27
27
"@leiden-plus/codemirror-lang-leiden-trans" : " workspace:*" ,
28
+ "@leiden-plus/toolbar-leiden-plus" : " workspace:*" ,
28
29
"@leiden-plus/transformer-leiden-plus" : " workspace:*" ,
29
30
"@leiden-plus/transformer-leiden-trans" : " workspace:*" ,
30
- "@leiden-plus/toolbar-leiden-plus" : " workspace:*" ,
31
31
"@lezer/common" : " ^1.2.3" ,
32
32
"codemirror" : " ^6.0.1" ,
33
33
"lit-html" : " ^3.2.1"
Original file line number Diff line number Diff line change 34
34
"author" : " " ,
35
35
"license" : " ISC" ,
36
36
"devDependencies" : {
37
- "tsup" : " ^8.3.5 "
37
+ "tsup" : " ^8.4.0 "
38
38
},
39
39
"dependencies" : {
40
- "@codemirror/lint " : " ^6.8.4 " ,
40
+ "@codemirror/autocomplete " : " ^6.18.6 " ,
41
41
"@codemirror/language" : " ^6.10.8" ,
42
+ "@codemirror/lint" : " ^6.8.4" ,
42
43
"@codemirror/state" : " ^6.5.2" ,
43
- "@codemirror/view" : " ^6.36.2" ,
44
44
"@codemirror/theme-one-dark" : " ^6.1.2" ,
45
- "@codemirror/autocomplete " : " ^6.18.6 " ,
46
- "@lezer/highlight " : " ^1.2.1 " ,
47
- "@lezer/common " : " ^1.2.3 "
45
+ "@codemirror/view " : " ^6.36.3 " ,
46
+ "@lezer/common " : " ^1.2.3 " ,
47
+ "@lezer/highlight " : " ^1.2.1 "
48
48
}
49
49
}
Original file line number Diff line number Diff line change 21
21
"license" : " ISC" ,
22
22
"devDependencies" : {
23
23
"@rollup/plugin-typescript" : " ^12.1.2" ,
24
- "rollup" : " ^4.28.1 " ,
24
+ "rollup" : " ^4.34.8 " ,
25
25
"rollup-plugin-dts" : " ^6.1.1" ,
26
- "typescript" : " ^5.7.2 "
26
+ "typescript" : " ^5.7.3 "
27
27
},
28
28
"dependencies" : {
29
29
"@codemirror/lint" : " ^6.8.4" ,
Original file line number Diff line number Diff line change 21
21
"license" : " ISC" ,
22
22
"devDependencies" : {
23
23
"@rollup/plugin-typescript" : " ^12.1.2" ,
24
- "rollup" : " ^4.28.1 " ,
24
+ "rollup" : " ^4.34.8 " ,
25
25
"rollup-plugin-dts" : " ^6.1.1" ,
26
- "typescript" : " ^5.7.2 "
26
+ "typescript" : " ^5.7.3 "
27
27
},
28
28
"dependencies" : {
29
29
"@codemirror/lint" : " ^6.8.4" ,
Original file line number Diff line number Diff line change 32
32
"@lezer/generator" : " ^1.7.2" ,
33
33
"@rollup/plugin-typescript" : " ^12.1.2" ,
34
34
"chokidar-cli" : " ^3.0.0" ,
35
- "rollup" : " ^4.28.1 " ,
35
+ "rollup" : " ^4.34.8 " ,
36
36
"rollup-plugin-dts" : " ^6.1.1" ,
37
37
"tslib" : " ^2.8.1" ,
38
- "typescript" : " ^5.7.2 "
38
+ "typescript" : " ^5.7.3 "
39
39
},
40
40
"publishConfig" : {
41
41
"registry" : " https://gitlab.dh.uni-koeln.de/api/v4/projects/726/packages/npm/"
Original file line number Diff line number Diff line change 32
32
"@lezer/generator" : " ^1.7.2" ,
33
33
"@rollup/plugin-typescript" : " ^12.1.2" ,
34
34
"chokidar-cli" : " ^3.0.0" ,
35
- "rollup" : " ^4.28.1 " ,
35
+ "rollup" : " ^4.34.8 " ,
36
36
"rollup-plugin-dts" : " ^6.1.1" ,
37
37
"tslib" : " ^2.8.1" ,
38
- "typescript" : " ^5.7.2 "
38
+ "typescript" : " ^5.7.3 "
39
39
},
40
40
"publishConfig" : {
41
41
"registry" : " https://gitlab.dh.uni-koeln.de/api/v4/projects/726/packages/npm/"
Original file line number Diff line number Diff line change 22
22
"devDependencies" : {
23
23
"@codemirror/state" : " ^6.5.2" ,
24
24
"@rollup/plugin-typescript" : " ^12.1.2" ,
25
- "rollup" : " ^4.28.1 " ,
25
+ "rollup" : " ^4.34.8 " ,
26
26
"rollup-plugin-dts" : " ^6.1.1" ,
27
- "typescript" : " ^5.7.2 "
27
+ "typescript" : " ^5.7.3 "
28
28
},
29
29
"dependencies" : {
30
30
"@codemirror/language" : " ^6.10.8" ,
You can’t perform that action at this time.
0 commit comments