|
44 | 44 | "prettier --write" |
45 | 45 | ], |
46 | 46 | "*.{css,less,scss}": [ |
47 | | - "stylelint --config .stylelintrc.json --fix" |
| 47 | + "stylelint --fix" |
48 | 48 | ], |
49 | 49 | "*.{md,json,yml,html,}": [ |
50 | 50 | "prettier --write" |
|
90 | 90 | ] |
91 | 91 | ] |
92 | 92 | }, |
93 | | - "dependencies": { |
94 | | - "build": "^0.1.4" |
95 | | - }, |
96 | 93 | "devDependencies": { |
97 | | - "@babel/core": "^7.15.0", |
98 | | - "@babel/plugin-transform-modules-commonjs": "^7.15.0", |
99 | | - "@babel/preset-env": "^7.15.0", |
| 94 | + "@babel/core": "^7.15.5", |
| 95 | + "@babel/plugin-transform-modules-commonjs": "^7.15.4", |
| 96 | + "@babel/preset-env": "^7.15.6", |
100 | 97 | "@commitlint/cli": "^13.1.0", |
101 | 98 | "@commitlint/config-conventional": "^13.1.0", |
102 | 99 | "@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8", |
103 | 100 | "@types/concurrently": "6.2.1", |
104 | | - "@types/jest": "27.0.0", |
105 | | - "@types/node": "16.4.13", |
106 | | - "@typescript-eslint/eslint-plugin": "^4.29.1", |
107 | | - "@typescript-eslint/parser": "^4.29.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", |
108 | 105 | "@vue/eslint-config-prettier": "6.0.0", |
109 | 106 | "@vue/eslint-config-typescript": "7.0.0", |
110 | 107 | "@vuedx/typescript-plugin-vue": "0.7.4", |
111 | | - "@vuepress/bundler-vite": "2.0.0-beta.24", |
112 | | - "@vuepress/plugin-debug": "2.0.0-beta.24", |
113 | | - "@vuepress/plugin-docsearch": "2.0.0-beta.24", |
114 | | - "@vuepress/plugin-git": "2.0.0-beta.24", |
115 | | - "@vuepress/plugin-google-analytics": "2.0.0-beta.24", |
116 | | - "@vuepress/plugin-register-components": "2.0.0-beta.24", |
117 | | - "@vuepress/plugin-search": "2.0.0-beta.24", |
118 | | - "@vuepress/plugin-shiki": "2.0.0-beta.24", |
119 | | - "@vuepress/plugin-toc": "2.0.0-beta.24", |
120 | | - "@vueuse/core": "5.3.0", |
121 | | - "axios": "0.21.1", |
122 | | - "babel-jest": "^27.1.0", |
| 108 | + "@vuepress/bundler-vite": "2.0.0-beta.26", |
| 109 | + "@vuepress/plugin-debug": "2.0.0-beta.26", |
| 110 | + "@vuepress/plugin-docsearch": "2.0.0-beta.26", |
| 111 | + "@vuepress/plugin-git": "2.0.0-beta.26", |
| 112 | + "@vuepress/plugin-google-analytics": "2.0.0-beta.26", |
| 113 | + "@vuepress/plugin-register-components": "2.0.0-beta.26", |
| 114 | + "@vuepress/plugin-search": "2.0.0-beta.26", |
| 115 | + "@vuepress/plugin-shiki": "2.0.0-beta.26", |
| 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", |
123 | 120 | "concurrently": "6.2.1", |
124 | 121 | "conventional-changelog-cli": "2.1.1", |
125 | | - "cpx2": "3.0.1", |
| 122 | + "cpx2": "4.0.0", |
126 | 123 | "cross-env": "7.0.3", |
127 | 124 | "cz-conventional-changelog": "3.3.0", |
128 | | - "dayjs": "1.10.6", |
| 125 | + "dayjs": "1.10.7", |
129 | 126 | "default-passive-events": "2.0.0", |
130 | 127 | "dotenv": "10.0.0", |
131 | 128 | "eslint": "7.32.0", |
132 | 129 | "eslint-config-prettier": "8.3.0", |
133 | | - "eslint-config-vuepress": "3.2.1", |
134 | | - "eslint-config-vuepress-typescript": "2.2.1", |
135 | | - "eslint-plugin-prettier": "3.4.0", |
| 130 | + "eslint-config-vuepress": "3.3.0", |
| 131 | + "eslint-config-vuepress-typescript": "2.3.0", |
| 132 | + "eslint-plugin-prettier": "4.0.0", |
136 | 133 | "eslint-plugin-prettier-vue": "3.1.0", |
137 | | - "https-localhost": "4.6.5", |
138 | | - "husky": "7.0.1", |
139 | | - "jest": "^27.0.6", |
| 134 | + "https-localhost": "4.7.0", |
| 135 | + "husky": "7.0.2", |
| 136 | + "jest": "^27.2.0", |
140 | 137 | "jest-serializer-vue": "2.0.2", |
141 | 138 | "lint-md": "0.2.0", |
142 | 139 | "lint-staged": "11.1.2", |
143 | 140 | "markdownlint-cli": "0.28.1", |
144 | | - "mocha": "9.0.3", |
145 | | - "npm-check-updates": "11.8.3", |
146 | | - "pnpm": "^6.14.5", |
147 | | - "prettier": "2.3.2", |
| 141 | + "mocha": "9.1.1", |
| 142 | + "npm-check-updates": "11.8.5", |
| 143 | + "pnpm": "^6.15.1", |
| 144 | + "prettier": "2.4.1", |
148 | 145 | "prettier-config-vuepress": "1.2.0", |
149 | 146 | "qrcode": "1.4.4", |
150 | 147 | "qs": "6.10.1", |
151 | | - "release-it": "14.11.3", |
| 148 | + "release-it": "14.11.5", |
152 | 149 | "remark-cli": "^10.0.0", |
153 | 150 | "remark-footnotes": "^4.0.1", |
154 | 151 | "remark-frontmatter": "^4.0.0", |
155 | | - "remark-lint": "^9.0.1", |
| 152 | + "remark-lint": "^9.1.0", |
156 | 153 | "remark-math": "^5.1.0", |
157 | | - "remark-preset-lint-consistent": "^5.0.1", |
158 | | - "remark-preset-lint-markdown-style-guide": "^5.0.1", |
159 | | - "remark-preset-lint-recommended": "^6.0.1", |
160 | | - "sass": "^1.38.2", |
| 154 | + "remark-preset-lint-consistent": "^5.1.0", |
| 155 | + "remark-preset-lint-markdown-style-guide": "^5.1.0", |
| 156 | + "remark-preset-lint-recommended": "^6.1.0", |
| 157 | + "sass": "^1.41.1", |
161 | 158 | "screenfull": "5.1.0", |
162 | | - "semantic-release": "^17.4.4", |
| 159 | + "semantic-release": "^18.0.0", |
163 | 160 | "semver": "7.3.5", |
164 | | - "sort-package-json": "1.50.0", |
| 161 | + "sort-package-json": "1.51.0", |
165 | 162 | "stylelint": "^13.13.1", |
166 | 163 | "stylelint-a11y": "^1.2.3", |
167 | 164 | "stylelint-config-prettier": "^8.0.2", |
168 | 165 | "stylelint-config-rational-order": "^0.1.2", |
169 | 166 | "stylelint-config-standard": "^22.0.0", |
170 | 167 | "stylelint-order": "^4.1.0", |
171 | 168 | "stylelint-prettier": "^1.2.0", |
172 | | - "stylelint-scss": "^3.20.1", |
173 | | - "ts-jest": "27.0.4", |
| 169 | + "stylelint-scss": "^3.21.0", |
| 170 | + "ts-jest": "27.0.5", |
174 | 171 | "ts-node": "^10.2.1", |
175 | | - "typescript": "4.3.5", |
176 | | - "vuepress": "2.0.0-beta.24", |
177 | | - "vuepress-plugin-feed2": "2.0.0-alpha.6", |
178 | | - "vuepress-plugin-md-enhance": "2.0.0-alpha.6", |
179 | | - "vuepress-plugin-photo-swipe": "2.0.0-alpha.6", |
180 | | - "vuepress-plugin-pwa2": "2.0.0-alpha.6", |
181 | | - "vuepress-plugin-sass-palette": "2.0.0-alpha.6", |
182 | | - "vuepress-plugin-seo2": "2.0.0-alpha.6", |
183 | | - "vuepress-plugin-sitemap2": "2.0.0-alpha.6", |
| 172 | + "typescript": "4.4.3", |
| 173 | + "vuepress": "2.0.0-beta.26", |
| 174 | + "vuepress-plugin-feed2": "2.0.0-alpha.7", |
| 175 | + "vuepress-plugin-md-enhance": "2.0.0-alpha.7", |
| 176 | + "vuepress-plugin-photo-swipe": "2.0.0-alpha.7", |
| 177 | + "vuepress-plugin-pwa2": "2.0.0-alpha.7", |
| 178 | + "vuepress-plugin-sass-palette": "2.0.0-alpha.7", |
| 179 | + "vuepress-plugin-seo2": "2.0.0-alpha.7", |
| 180 | + "vuepress-plugin-sitemap2": "2.0.0-alpha.7", |
184 | 181 | "yaml": "2.0.0-7" |
185 | 182 | }, |
186 | 183 | "engines": { |
|
0 commit comments