Skip to content

Commit 8cfb112

Browse files
committed
build: bump dependencies
1 parent 50f154a commit 8cfb112

File tree

2 files changed

+2253
-2712
lines changed

2 files changed

+2253
-2712
lines changed

package.json

Lines changed: 51 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"prettier --write"
4545
],
4646
"*.{css,less,scss}": [
47-
"stylelint --config .stylelintrc.json --fix"
47+
"stylelint --fix"
4848
],
4949
"*.{md,json,yml,html,}": [
5050
"prettier --write"
@@ -90,97 +90,94 @@
9090
]
9191
]
9292
},
93-
"dependencies": {
94-
"build": "^0.1.4"
95-
},
9693
"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",
10097
"@commitlint/cli": "^13.1.0",
10198
"@commitlint/config-conventional": "^13.1.0",
10299
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
103100
"@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",
108105
"@vue/eslint-config-prettier": "6.0.0",
109106
"@vue/eslint-config-typescript": "7.0.0",
110107
"@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",
123120
"concurrently": "6.2.1",
124121
"conventional-changelog-cli": "2.1.1",
125-
"cpx2": "3.0.1",
122+
"cpx2": "4.0.0",
126123
"cross-env": "7.0.3",
127124
"cz-conventional-changelog": "3.3.0",
128-
"dayjs": "1.10.6",
125+
"dayjs": "1.10.7",
129126
"default-passive-events": "2.0.0",
130127
"dotenv": "10.0.0",
131128
"eslint": "7.32.0",
132129
"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",
136133
"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",
140137
"jest-serializer-vue": "2.0.2",
141138
"lint-md": "0.2.0",
142139
"lint-staged": "11.1.2",
143140
"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",
148145
"prettier-config-vuepress": "1.2.0",
149146
"qrcode": "1.4.4",
150147
"qs": "6.10.1",
151-
"release-it": "14.11.3",
148+
"release-it": "14.11.5",
152149
"remark-cli": "^10.0.0",
153150
"remark-footnotes": "^4.0.1",
154151
"remark-frontmatter": "^4.0.0",
155-
"remark-lint": "^9.0.1",
152+
"remark-lint": "^9.1.0",
156153
"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",
161158
"screenfull": "5.1.0",
162-
"semantic-release": "^17.4.4",
159+
"semantic-release": "^18.0.0",
163160
"semver": "7.3.5",
164-
"sort-package-json": "1.50.0",
161+
"sort-package-json": "1.51.0",
165162
"stylelint": "^13.13.1",
166163
"stylelint-a11y": "^1.2.3",
167164
"stylelint-config-prettier": "^8.0.2",
168165
"stylelint-config-rational-order": "^0.1.2",
169166
"stylelint-config-standard": "^22.0.0",
170167
"stylelint-order": "^4.1.0",
171168
"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",
174171
"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",
184181
"yaml": "2.0.0-7"
185182
},
186183
"engines": {

0 commit comments

Comments
 (0)