Skip to content

Commit 7ff8077

Browse files
committed
build: bump dependencies
1 parent 06abe79 commit 7ff8077

File tree

2 files changed

+1830
-1334
lines changed

2 files changed

+1830
-1334
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@
1616
"scripts": {
1717
"build": "vuepress build docs --clean-cache",
1818
"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",
2119
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
20+
"clean": "rimraf docs/.vuepress/.temp docs/.vuepress/.cache ./dist",
21+
"commit": "npx git-cz",
2222
"dev": "vuepress dev docs --clean-cache",
2323
"docs:info": "vuepress info",
2424
"lint": "yarn lint:prettier --write && yarn lint:eslint --fix",
2525
"lint:check": "yarn lint:prettier && yarn lint:eslint",
26-
"lint:style": "stylelint .",
2726
"lint:eslint": "eslint . --ext .js,.ts,.vue",
2827
"lint:md": "yarn lint:md-lint && yarn lint:md-remark && yarn lint:md-textlint",
2928
"lint:md-lint": "markdownlint **/*.md --ignore **/node_modules/**",
3029
"lint:md-remark": "remark --quiet .",
3130
"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 .",
3732
"packages:check-update": "ncu --deep --timeout 600000",
3833
"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"
4040
},
4141
"lint-staged": {
4242
"*.{js,ts,vue}": [
@@ -94,14 +94,14 @@
9494
"@babel/core": "^7.15.5",
9595
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
9696
"@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",
9999
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
100100
"@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",
105105
"@vue/eslint-config-prettier": "6.0.0",
106106
"@vue/eslint-config-typescript": "7.0.0",
107107
"@vuedx/typescript-plugin-vue": "0.7.4",
@@ -114,10 +114,10 @@
114114
"@vuepress/plugin-search": "2.0.0-beta.26",
115115
"@vuepress/plugin-shiki": "2.0.0-beta.26",
116116
"@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",
121121
"conventional-changelog-cli": "2.1.1",
122122
"cpx2": "4.0.0",
123123
"cross-env": "7.0.3",
@@ -133,19 +133,19 @@
133133
"eslint-plugin-prettier-vue": "3.1.0",
134134
"https-localhost": "4.7.0",
135135
"husky": "7.0.2",
136-
"jest": "^27.2.0",
136+
"jest": "^27.2.4",
137137
"jest-serializer-vue": "2.0.2",
138138
"lint-md": "0.2.0",
139139
"lint-staged": "11.1.2",
140140
"markdownlint-cli": "0.28.1",
141-
"mocha": "9.1.1",
141+
"mocha": "9.1.2",
142142
"npm-check-updates": "11.8.5",
143-
"pnpm": "^6.15.1",
143+
"pnpm": "^6.16.0",
144144
"prettier": "2.4.1",
145145
"prettier-config-vuepress": "1.2.0",
146146
"qrcode": "1.4.4",
147147
"qs": "6.10.1",
148-
"release-it": "14.11.5",
148+
"release-it": "14.11.6",
149149
"remark-cli": "^10.0.0",
150150
"remark-footnotes": "^4.0.1",
151151
"remark-frontmatter": "^4.0.0",
@@ -154,11 +154,11 @@
154154
"remark-preset-lint-consistent": "^5.1.0",
155155
"remark-preset-lint-markdown-style-guide": "^5.1.0",
156156
"remark-preset-lint-recommended": "^6.1.0",
157-
"sass": "^1.41.1",
157+
"sass": "^1.42.1",
158158
"screenfull": "5.1.0",
159159
"semantic-release": "^18.0.0",
160160
"semver": "7.3.5",
161-
"sort-package-json": "1.51.0",
161+
"sort-package-json": "1.52.0",
162162
"stylelint": "^13.13.1",
163163
"stylelint-a11y": "^1.2.3",
164164
"stylelint-config-prettier": "^8.0.2",

0 commit comments

Comments
 (0)