|
2 | 2 | "name": "@frsource/fast-angle-web",
|
3 | 3 | "type": "module",
|
4 | 4 | "private": true,
|
5 |
| - "packageManager": "pnpm@9.9.0", |
| 5 | + "packageManager": "pnpm@9.12.3", |
6 | 6 | "scripts": {
|
7 | 7 | "build": "vite-ssg build --base='/fast-angle/' && del dist/.html && frs-replace 'https://www.frsource.org/' 'https://www.frsource.org/fast-angle/' -i dist/sitemap.xml -o dist/sitemap.xml",
|
8 | 8 | "dev": "vite --port 3333 --open",
|
|
24 | 24 | "@vueuse/math": "11.1.0",
|
25 | 25 | "@vueuse/router": "11.1.0",
|
26 | 26 | "color-hash": "2.0.2",
|
27 |
| - "focus-trap": "7.5.4", |
| 27 | + "focus-trap": "7.6.1", |
28 | 28 | "lodash-es": "4.17.21",
|
29 | 29 | "panzoom": "9.4.3",
|
30 | 30 | "svg-pan-zoom": "3.6.2",
|
|
33 | 33 | "vue-router": "4.4.5"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@frsource/eslint-config": "1.13.0", |
| 36 | + "@frsource/eslint-config": "1.23.0", |
37 | 37 | "@frsource/frs-replace": "4.1.1",
|
38 |
| - "@frsource/prettier-config": "1.9.0", |
| 38 | + "@frsource/prettier-config": "1.16.0", |
39 | 39 | "@iconify-json/carbon": "1.2.4",
|
40 | 40 | "@intlify/unplugin-vue-i18n": "4.0.0",
|
41 |
| - "@shikijs/markdown-it": "1.16.2", |
| 41 | + "@shikijs/markdown-it": "1.22.2", |
42 | 42 | "@types/color-hash": "2.0.0",
|
43 | 43 | "@types/lodash-es": "4.17.12",
|
44 | 44 | "@types/markdown-it": "14.1.2",
|
|
50 | 50 | "cross-env": "7.0.3",
|
51 | 51 | "del-cli": "5.1.0",
|
52 | 52 | "eslint": "9.14.0",
|
53 |
| - "globals": "15.9.0", |
| 53 | + "globals": "15.12.0", |
54 | 54 | "https-localhost": "4.7.1",
|
55 | 55 | "incstr": "1.2.3",
|
56 | 56 | "markdown-it-link-attributes": "4.0.1",
|
57 |
| - "pnpm": "9.9.0", |
| 57 | + "pnpm": "9.12.3", |
58 | 58 | "prettier": "3.3.3",
|
59 |
| - "sass": "1.78.0", |
60 |
| - "shiki": "1.16.2", |
| 59 | + "sass": "1.80.6", |
| 60 | + "shiki": "1.22.2", |
61 | 61 | "type-fest": "4.26.1",
|
62 |
| - "typescript": "5.5.4", |
| 62 | + "typescript": "5.6.3", |
63 | 63 | "unplugin-auto-import": "0.18.3",
|
64 |
| - "unplugin-icons": "0.19.3", |
| 64 | + "unplugin-icons": "0.20.1", |
65 | 65 | "unplugin-vue-components": "0.27.4",
|
66 | 66 | "unplugin-vue-markdown": "0.26.2",
|
67 | 67 | "vite": "5.4.10",
|
68 | 68 | "vite-plugin-inspect": "0.8.7",
|
69 | 69 | "vite-plugin-pages": "0.32.3",
|
70 | 70 | "vite-plugin-pwa": "0.20.5",
|
71 | 71 | "vite-plugin-vue-layouts": "0.11.0",
|
72 |
| - "vite-ssg": "0.23.8", |
| 72 | + "vite-ssg": "0.24.1", |
73 | 73 | "vite-ssg-sitemap": "0.8.1",
|
74 | 74 | "vitest": "2.1.4",
|
75 | 75 | "vue-tsc": "2.1.10"
|
|
0 commit comments