diff options
| -rwxr-xr-x | doc/package.json | 2 | ||||
| -rw-r--r-- | doc/pnpm-lock.yaml | 10 | ||||
| -rw-r--r-- | doc/pnpm-workspace.yaml | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/doc/package.json b/doc/package.json index a20002a..9c1333a 100755 --- a/doc/package.json +++ b/doc/package.json | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | "@codemirror/state": "^6.5.4", | 26 | "@codemirror/state": "^6.5.4", |
| 27 | "@codemirror/view": "^6.39.12", | 27 | "@codemirror/view": "^6.39.12", |
| 28 | "@fontsource/merriweather": "^5.2.11", | 28 | "@fontsource/merriweather": "^5.2.11", |
| 29 | "@fontsource/noto-serif-sc": "^5.2.9", | 29 | "@fontsource/noto-serif-sc": "^5.2.8", |
| 30 | "@lezer/highlight": "^1.2.3", | 30 | "@lezer/highlight": "^1.2.3", |
| 31 | "@shikijs/themes": "^3.22.0", | 31 | "@shikijs/themes": "^3.22.0", |
| 32 | "prismjs": "^1.29.0" | 32 | "prismjs": "^1.29.0" |
diff --git a/doc/pnpm-lock.yaml b/doc/pnpm-lock.yaml index 106f0cc..a23bf29 100644 --- a/doc/pnpm-lock.yaml +++ b/doc/pnpm-lock.yaml | |||
| @@ -27,8 +27,8 @@ importers: | |||
| 27 | specifier: ^5.2.11 | 27 | specifier: ^5.2.11 |
| 28 | version: 5.2.11 | 28 | version: 5.2.11 |
| 29 | '@fontsource/noto-serif-sc': | 29 | '@fontsource/noto-serif-sc': |
| 30 | specifier: ^5.2.9 | 30 | specifier: ^5.2.8 |
| 31 | version: 5.2.9 | 31 | version: 5.2.8 |
| 32 | '@lezer/highlight': | 32 | '@lezer/highlight': |
| 33 | specifier: ^1.2.3 | 33 | specifier: ^1.2.3 |
| 34 | version: 1.2.3 | 34 | version: 1.2.3 |
| @@ -323,8 +323,8 @@ packages: | |||
| 323 | '@fontsource/merriweather@5.2.11': | 323 | '@fontsource/merriweather@5.2.11': |
| 324 | resolution: {integrity: sha512-ZiIMeUh5iT8d73o6xlSF8GKgjV5pgiFrufYc5jZTVAfExtWKqM2vQHnsqXSFMv4ELhAcjt6Vf+5T3oVGXhAizQ==} | 324 | resolution: {integrity: sha512-ZiIMeUh5iT8d73o6xlSF8GKgjV5pgiFrufYc5jZTVAfExtWKqM2vQHnsqXSFMv4ELhAcjt6Vf+5T3oVGXhAizQ==} |
| 325 | 325 | ||
| 326 | '@fontsource/noto-serif-sc@5.2.9': | 326 | '@fontsource/noto-serif-sc@5.2.8': |
| 327 | resolution: {integrity: sha512-+wosdNmyrtRjnqJ/4A6i99jApm6ye34n8Nh7jUO3P/+6Hd1ZBY1gB9yGaI5jVxb56RS1lM2kTc0DzX1ifRO2MA==} | 327 | resolution: {integrity: sha512-C7fAr+d1GjOAw1qIbntsnqbA3l5dkdzcmNNgeCXLC8QZ7VNubL7MTrX8UcYKHceX4mI//z8gGtXbOeeQrB6P7g==} |
| 328 | 328 | ||
| 329 | '@iconify-json/simple-icons@1.2.71': | 329 | '@iconify-json/simple-icons@1.2.71': |
| 330 | resolution: {integrity: sha512-rNoDFbq1fAYiEexBvrw613/xiUOPEu5MKVV/X8lI64AgdTzLQUUemr9f9fplxUMPoxCBP2rWzlhOEeTHk/Sf0Q==} | 330 | resolution: {integrity: sha512-rNoDFbq1fAYiEexBvrw613/xiUOPEu5MKVV/X8lI64AgdTzLQUUemr9f9fplxUMPoxCBP2rWzlhOEeTHk/Sf0Q==} |
| @@ -1157,7 +1157,7 @@ snapshots: | |||
| 1157 | 1157 | ||
| 1158 | '@fontsource/merriweather@5.2.11': {} | 1158 | '@fontsource/merriweather@5.2.11': {} |
| 1159 | 1159 | ||
| 1160 | '@fontsource/noto-serif-sc@5.2.9': {} | 1160 | '@fontsource/noto-serif-sc@5.2.8': {} |
| 1161 | 1161 | ||
| 1162 | '@iconify-json/simple-icons@1.2.71': | 1162 | '@iconify-json/simple-icons@1.2.71': |
| 1163 | dependencies: | 1163 | dependencies: |
diff --git a/doc/pnpm-workspace.yaml b/doc/pnpm-workspace.yaml new file mode 100644 index 0000000..efc037a --- /dev/null +++ b/doc/pnpm-workspace.yaml | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | onlyBuiltDependencies: | ||
| 2 | - esbuild | ||
