|
44 | 44 | "scripts": {
|
45 | 45 | "dev": "vite",
|
46 | 46 | "build": "vite build",
|
47 |
| - "build:types": "tsc --emitDeclarationOnly vite build", |
48 | 47 | "docs-dev": "vitepress dev docs --open",
|
49 | 48 | "docs-build": "vitepress build docs",
|
50 | 49 | "docs-serve": "vitepress serve docs",
|
51 | 50 | "deploy-docs": "bash scripts/deploy-docs.sh",
|
52 |
| - "release": "tsx scripts/release.ts", |
| 51 | + "release": "npm run build:types && tsx scripts/release.ts", |
53 | 52 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
54 | 53 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
55 | 54 | "tsc": "tsc"
|
|
66 | 65 | "devDependencies": {
|
67 | 66 | "@commitlint/cli": "^16.1.0",
|
68 | 67 | "@commitlint/config-conventional": "^16.0.0",
|
69 |
| - "@types/codemirror": "^5.60.5", |
70 |
| - "@types/diff-match-patch": "^1.0.32", |
71 |
| - "@types/node": "^16.11.13", |
72 |
| - "@typescript-eslint/eslint-plugin": "^5.54.0", |
73 |
| - "@typescript-eslint/parser": "^5.54.0", |
74 |
| - "@vitejs/plugin-vue": "^4.0.0", |
75 |
| - "@vitejs/plugin-vue-jsx": "^3.0.0", |
76 |
| - "@vue/cli-plugin-typescript": "~4.5.15", |
77 |
| - "@vueuse/core": "^9.13.0", |
| 68 | + "@types/codemirror": "^5.60.13", |
| 69 | + "@types/diff-match-patch": "^1.0.36", |
| 70 | + "@types/node": "^16.18.60", |
| 71 | + "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 72 | + "@typescript-eslint/parser": "^6.10.0", |
| 73 | + "@vitejs/plugin-vue": "^4.4.0", |
| 74 | + "@vitejs/plugin-vue-jsx": "^3.0.2", |
| 75 | + "@vue/cli-plugin-typescript": "~4.5.19", |
78 | 76 | "chalk": "^4.1.2",
|
79 | 77 | "conventional-changelog-cli": "^2.0.31",
|
80 | 78 | "dedent": "^0.7.0",
|
81 | 79 | "diff-match-patch": "^1.0.5",
|
82 |
| - "eslint": "^8.35.0", |
| 80 | + "eslint": "^8.53.0", |
83 | 81 | "eslint-config-airbnb-base": "^15.0.0",
|
84 |
| - "eslint-config-prettier": "^8.6.0", |
85 |
| - "eslint-plugin-import": "^2.27.5", |
86 |
| - "eslint-plugin-prettier": "^4.2.1", |
87 |
| - "eslint-plugin-vue": "^9.9.0", |
| 82 | + "eslint-config-prettier": "^8.10.0", |
| 83 | + "eslint-plugin-import": "^2.29.0", |
| 84 | + "eslint-plugin-prettier": "^5.0.1", |
| 85 | + "eslint-plugin-vue": "^9.18.1", |
88 | 86 | "execa": "^7.0.0",
|
89 |
| - "less": "^4.1.3", |
| 87 | + "less": "^4.2.0", |
90 | 88 | "lint-staged": "^10.2.10",
|
91 | 89 | "minimist": "^1.2.6",
|
92 | 90 | "picocolors": "^1.0.0",
|
93 |
| - "prettier": "^2.8.4", |
| 91 | + "prettier": "^3.0.3", |
94 | 92 | "prompts": "^2.4.2",
|
95 |
| - "rollup-plugin-cpy": "^2.0.1", |
96 | 93 | "rollup-plugin-vue": "^6.0.0",
|
97 | 94 | "semver": "^7.3.5",
|
98 |
| - "tsx": "^3.12.3", |
| 95 | + "tsx": "^3.14.0", |
99 | 96 | "enquirer": "^2.3.6",
|
100 |
| - "typescript": "^4.9.5", |
101 |
| - "unplugin-auto-import": "^0.15.0", |
102 |
| - "vite": "^4.1.4", |
103 |
| - "vite-plugin-checker": "^0.5.6", |
104 |
| - "vite-plugin-dts": "^2.0.2", |
105 |
| - "vite-plugin-pages": "^0.28.0", |
106 |
| - "vite-plugin-windicss": "^1.8.10", |
| 97 | + "typescript": "^5.2.2", |
| 98 | + "unplugin-auto-import": "^0.15.3", |
| 99 | + "vite": "^4.5.0", |
| 100 | + "vite-plugin-checker": "^0.6.2", |
| 101 | + "vite-plugin-dts": "^2.3.0", |
| 102 | + "vite-plugin-pages": "^0.31.0", |
| 103 | + "vite-plugin-windicss": "^1.9.1", |
107 | 104 | "vitepress": "1.0.0-alpha.49",
|
108 |
| - "vue": "^3.2.47", |
109 |
| - "vue-router": "^4.1.6", |
110 |
| - "vue-tsc": "^1.2.0", |
| 105 | + "vue": "^3.3.8", |
| 106 | + "vue-router": "^4.2.5", |
| 107 | + "vue-tsc": "^1.8.22", |
111 | 108 | "windicss": "^3.5.6",
|
112 | 109 | "yorkie-pnpm": "^2.0.1"
|
113 | 110 | }
|
|
0 commit comments