|
16 | 16 | "scripts": { |
17 | 17 | "build": "vuepress build docs --clean-cache", |
18 | 18 | "build:vite": "cross-env BUNDLER='@vuepress/vite' vuepress build docs --clean-cache", |
19 | | - "commit": "npx git-cz", |
20 | | - "clean": "rimraf docs/.vuepress/.temp docs/.vuepress/.cache ./dist", |
21 | 19 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", |
| 20 | + "clean": "rimraf docs/.vuepress/.temp docs/.vuepress/.cache ./dist", |
| 21 | + "commit": "npx git-cz", |
22 | 22 | "dev": "vuepress dev docs --clean-cache", |
23 | 23 | "docs:info": "vuepress info", |
24 | 24 | "lint": "yarn lint:prettier --write && yarn lint:eslint --fix", |
25 | 25 | "lint:check": "yarn lint:prettier && yarn lint:eslint", |
26 | | - "lint:style": "stylelint .", |
27 | 26 | "lint:eslint": "eslint . --ext .js,.ts,.vue", |
28 | 27 | "lint:md": "yarn lint:md-lint && yarn lint:md-remark && yarn lint:md-textlint", |
29 | 28 | "lint:md-lint": "markdownlint **/*.md --ignore **/node_modules/**", |
30 | 29 | "lint:md-remark": "remark --quiet .", |
31 | 30 | "lint:prettier": "prettier --check .", |
32 | | - "test": "jest -i", |
33 | | - "test:watchAll": "jest --watchAll", |
34 | | - "test:coverage": "jest --coverage", |
35 | | - "preview": "vite preview --port 8080 --host", |
36 | | - "preview-https": "serve dist", |
| 31 | + "lint:style": "stylelint .", |
37 | 32 | "packages:check-update": "ncu --deep --timeout 600000", |
38 | 33 | "packages:update": "ncu -u --deep --timeout 600000 && pnpm install && pnpm upgrade", |
39 | | - "prepare": "husky install" |
| 34 | + "prepare": "husky install", |
| 35 | + "preview": "vite preview --port 8080 --host", |
| 36 | + "preview-https": "serve dist", |
| 37 | + "test": "jest -i", |
| 38 | + "test:coverage": "jest --coverage", |
| 39 | + "test:watchAll": "jest --watchAll" |
40 | 40 | }, |
41 | 41 | "lint-staged": { |
42 | 42 | "*.{js,ts,vue}": [ |
|
94 | 94 | "@babel/core": "^7.15.5", |
95 | 95 | "@babel/plugin-transform-modules-commonjs": "^7.15.4", |
96 | 96 | "@babel/preset-env": "^7.15.6", |
97 | | - "@commitlint/cli": "^13.1.0", |
98 | | - "@commitlint/config-conventional": "^13.1.0", |
| 97 | + "@commitlint/cli": "^13.2.0", |
| 98 | + "@commitlint/config-conventional": "^13.2.0", |
99 | 99 | "@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8", |
100 | 100 | "@types/concurrently": "6.2.1", |
101 | | - "@types/jest": "27.0.1", |
102 | | - "@types/node": "16.9.4", |
103 | | - "@typescript-eslint/eslint-plugin": "^4.31.1", |
104 | | - "@typescript-eslint/parser": "^4.31.1", |
| 101 | + "@types/jest": "27.0.2", |
| 102 | + "@types/node": "16.10.2", |
| 103 | + "@typescript-eslint/eslint-plugin": "^4.32.0", |
| 104 | + "@typescript-eslint/parser": "^4.32.0", |
105 | 105 | "@vue/eslint-config-prettier": "6.0.0", |
106 | 106 | "@vue/eslint-config-typescript": "7.0.0", |
107 | 107 | "@vuedx/typescript-plugin-vue": "0.7.4", |
|
114 | 114 | "@vuepress/plugin-search": "2.0.0-beta.26", |
115 | 115 | "@vuepress/plugin-shiki": "2.0.0-beta.26", |
116 | 116 | "@vuepress/plugin-toc": "2.0.0-beta.26", |
117 | | - "@vueuse/core": "6.4.1", |
118 | | - "axios": "0.21.4", |
119 | | - "babel-jest": "^27.2.0", |
120 | | - "concurrently": "6.2.1", |
| 117 | + "@vueuse/core": "6.5.3", |
| 118 | + "axios": "0.22.0", |
| 119 | + "babel-jest": "^27.2.4", |
| 120 | + "concurrently": "6.3.0", |
121 | 121 | "conventional-changelog-cli": "2.1.1", |
122 | 122 | "cpx2": "4.0.0", |
123 | 123 | "cross-env": "7.0.3", |
|
133 | 133 | "eslint-plugin-prettier-vue": "3.1.0", |
134 | 134 | "https-localhost": "4.7.0", |
135 | 135 | "husky": "7.0.2", |
136 | | - "jest": "^27.2.0", |
| 136 | + "jest": "^27.2.4", |
137 | 137 | "jest-serializer-vue": "2.0.2", |
138 | 138 | "lint-md": "0.2.0", |
139 | 139 | "lint-staged": "11.1.2", |
140 | 140 | "markdownlint-cli": "0.28.1", |
141 | | - "mocha": "9.1.1", |
| 141 | + "mocha": "9.1.2", |
142 | 142 | "npm-check-updates": "11.8.5", |
143 | | - "pnpm": "^6.15.1", |
| 143 | + "pnpm": "^6.16.0", |
144 | 144 | "prettier": "2.4.1", |
145 | 145 | "prettier-config-vuepress": "1.2.0", |
146 | 146 | "qrcode": "1.4.4", |
147 | 147 | "qs": "6.10.1", |
148 | | - "release-it": "14.11.5", |
| 148 | + "release-it": "14.11.6", |
149 | 149 | "remark-cli": "^10.0.0", |
150 | 150 | "remark-footnotes": "^4.0.1", |
151 | 151 | "remark-frontmatter": "^4.0.0", |
|
154 | 154 | "remark-preset-lint-consistent": "^5.1.0", |
155 | 155 | "remark-preset-lint-markdown-style-guide": "^5.1.0", |
156 | 156 | "remark-preset-lint-recommended": "^6.1.0", |
157 | | - "sass": "^1.41.1", |
| 157 | + "sass": "^1.42.1", |
158 | 158 | "screenfull": "5.1.0", |
159 | 159 | "semantic-release": "^18.0.0", |
160 | 160 | "semver": "7.3.5", |
161 | | - "sort-package-json": "1.51.0", |
| 161 | + "sort-package-json": "1.52.0", |
162 | 162 | "stylelint": "^13.13.1", |
163 | 163 | "stylelint-a11y": "^1.2.3", |
164 | 164 | "stylelint-config-prettier": "^8.0.2", |
|
0 commit comments