Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
36a7e70c
Commit
36a7e70c
authored
Nov 08, 2020
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update deps
parent
4f6b65b8
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
205 additions
and
131 deletions
+205
-131
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-1
package.json
package.json
+7
-7
props.ts
src/components/Table/src/props.ts
+1
-1
yarn.lock
yarn.lock
+196
-122
No files found.
CHANGELOG.zh_CN.md
View file @
36a7e70c
...
...
@@ -16,7 +16,7 @@
### 🎫 Chores
-
删除菜单背景图
-
更新
`ant-design-vue`
版本为
`beta1
3
`
-
更新
`ant-design-vue`
版本为
`beta1
5
`
-
更新
`vite`
版本为
`rc.9`
-
异常页调整
-
`BasicTitle`
色块默认不显示
...
...
package.json
View file @
36a7e70c
...
...
@@ -21,8 +21,8 @@
"reinstall"
:
"rimraf yarn.lock && rimraf package.lock.json && rimraf node_modules && npm run bootstrap"
},
"dependencies"
:
{
"
@iconify/iconify
"
:
"
^2.0.0-rc.
1
"
,
"
ant-design-vue
"
:
"
^2.0.0-beta.1
3
"
,
"
@iconify/iconify
"
:
"
^2.0.0-rc.
2
"
,
"
ant-design-vue
"
:
"
^2.0.0-beta.1
5
"
,
"
apexcharts
"
:
"
3.22.0
"
,
"
axios
"
:
"
^0.21.0
"
,
"
echarts
"
:
"
^4.9.0
"
,
...
...
@@ -35,7 +35,7 @@
"
vditor
"
:
"
^3.6.0
"
,
"
vue
"
:
"
^3.0.2
"
,
"
vue-i18n
"
:
"
^9.0.0-beta.6
"
,
"
vue-router
"
:
"
^4.0.0-rc.
1
"
,
"
vue-router
"
:
"
^4.0.0-rc.
2
"
,
"
vuex
"
:
"
^4.0.0-rc.1
"
,
"
vuex-module-decorators
"
:
"
^1.0.1
"
,
"
xlsx
"
:
"
^0.16.8
"
,
...
...
@@ -44,7 +44,7 @@
"devDependencies"
:
{
"
@commitlint/cli
"
:
"
^11.0.0
"
,
"
@commitlint/config-conventional
"
:
"
^11.0.0
"
,
"
@iconify/json
"
:
"
^1.1.25
1
"
,
"
@iconify/json
"
:
"
^1.1.25
4
"
,
"
@ls-lint/ls-lint
"
:
"
^1.9.2
"
,
"
@purge-icons/generated
"
:
"
^0.4.1
"
,
"
@types/echarts
"
:
"
^4.9.0
"
,
...
...
@@ -64,11 +64,11 @@
"
@vuedx/typescript-plugin-vue
"
:
"
^0.2.4-0
"
,
"
autoprefixer
"
:
"
^9.8.6
"
,
"
commitizen
"
:
"
^4.2.2
"
,
"
conventional-changelog-cli
"
:
"
^2.1.
0
"
,
"
conventional-changelog-cli
"
:
"
^2.1.
1
"
,
"
conventional-changelog-custom-config
"
:
"
^0.3.1
"
,
"
cross-env
"
:
"
^7.0.2
"
,
"
dotenv
"
:
"
^8.2.0
"
,
"
eslint
"
:
"
^7.1
2
.0
"
,
"
eslint
"
:
"
^7.1
3
.0
"
,
"
eslint-config-prettier
"
:
"
^6.15.0
"
,
"
eslint-plugin-prettier
"
:
"
^3.1.4
"
,
"
eslint-plugin-vue
"
:
"
^7.1.0
"
,
...
...
@@ -93,7 +93,7 @@
"
vite
"
:
"
^1.0.0-rc.9
"
,
"
vite-plugin-html
"
:
"
^1.0.0-beta.2
"
,
"
vite-plugin-mock
"
:
"
^1.0.6
"
,
"
vite-plugin-purge-icons
"
:
"
^0.4.
4
"
,
"
vite-plugin-purge-icons
"
:
"
^0.4.
5
"
,
"
vite-plugin-pwa
"
:
"
^0.1.5
"
,
"
vue-eslint-parser
"
:
"
^7.1.1
"
,
"
yargs
"
:
"
^16.1.0
"
...
...
src/components/Table/src/props.ts
View file @
36a7e70c
...
...
@@ -18,7 +18,7 @@ export const basicProps = {
},
sortFn
:
{
type
:
Function
as
PropType
<
(
sortInfo
:
SorterResult
<
any
>
)
=>
any
>
,
type
:
Function
as
PropType
<
(
sortInfo
:
SorterResult
)
=>
any
>
,
default
:
DEFAULT_SORT_FN
,
},
...
...
yarn.lock
View file @
36a7e70c
...
...
@@ -1040,15 +1040,20 @@
dependencies:
"@hapi/hoek" "^8.3.0"
"@iconify/iconify@2.0.0-rc.1", "@iconify/iconify@>=2.0.0-rc.1"
, "@iconify/iconify@^2.0.0-rc.1"
:
"@iconify/iconify@2.0.0-rc.1", "@iconify/iconify@>=2.0.0-rc.1":
version "2.0.0-rc.1"
resolved "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.0.0-rc.1.tgz#a8bae29d71016d5af98c69f56a73c4a040217b3a"
integrity sha512-ji5H04VjYtR4seIEgVVLPxg1KRhrFquOiyfPyLVS6vYPkuqV6bcWdssi05YSmf/OAzG4E7Qsg80/bOKyd5tYTw==
"@iconify/json@^1.1.251":
version "1.1.251"
resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.251.tgz#02574964f7566790c44704273b4a5e45dd82775c"
integrity sha512-jprDcV8+8h71bPUOpxc8e0R8sw03PXn1lewQlZjoShZA6qdPM1fD+t3ilEAOU+m8JtPoyd3IJ0Z8mZqGxdI/Wg==
"@iconify/iconify@^2.0.0-rc.2":
version "2.0.0-rc.2"
resolved "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.0.0-rc.2.tgz#c4a95ddc06ca9b9496df03604e66fdefb39f4c4b"
integrity sha512-BybEHU5/I9EQ0CcwKAqmreZ2bMnAXrqLCTptAc6vPetHMbrXdZfejP5mt57e/8PNSt/qE7BHniU5PCYA+PGIHw==
"@iconify/json@^1.1.254":
version "1.1.254"
resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.254.tgz#10fce37cf0d5cd0e2fa333abd0f2f80034de5b2e"
integrity sha512-ku9ThvOI/1DzQbiJtvaVrcz6t1jyI+IB9z1yWXSUL81O6Gs/SIVhkNil0b+eKWHj7i3/HQIacd3d4V9rYMmf5g==
"@koa/cors@^3.1.0":
version "3.1.0"
...
...
@@ -1108,14 +1113,14 @@
resolved "https://registry.npmjs.org/@pawelgalazka/shell/-/shell-2.0.0.tgz#7174a2d904375e435f6a012322713234c00e75cd"
integrity sha512-MsNuS9M2vVbJNW3+YSiz9eF0/U2ZPlEEVC4ky8QJnxFlU4H7DZOH5A1hDQUfF5DV/pYwBD76dkF3+mrzZTJ3Tw==
"@purge-icons/core@^0.4.
4
":
version "0.4.
4
"
resolved "https://registry.npmjs.org/@purge-icons/core/-/core-0.4.
4.tgz#aa7d979bdecc7408f26704354f75b4b3ed2877cb
"
integrity sha512-
OiNVZc5Ij4FHJ/USye0Ou8SD7HqHTYIDnMj2fT9qMXFwzrOmvKU7jC0gKAowscwoljll2qg60y628aAQ3xPfCA
==
"@purge-icons/core@^0.4.
5
":
version "0.4.
5
"
resolved "https://registry.npmjs.org/@purge-icons/core/-/core-0.4.
5.tgz#2525c46d8721910eb420954dd5eb4d3c9753838a
"
integrity sha512-
8YMtl343dFA+dyslxwrvN7zx5uGf8ezFbBjtLOocR638ozUNJY1+cnYRcbbiM2hFkwrptPyyzzEFhdgYeGZhSQ
==
dependencies:
"@iconify/iconify" "2.0.0-rc.1"
axios "^0.2
0
.0"
debug "^4.
2
.0"
axios "^0.2
1
.0"
debug "^4.
3
.0"
fast-glob "^3.2.4"
fs-extra "^9.0.1"
...
...
@@ -1830,10 +1835,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
dependencies:
color-convert "^2.0.1"
ant-design-vue@^2.0.0-beta.1
3
:
version "2.0.0-beta.1
3
"
resolved "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-2.0.0-beta.1
3.tgz#04f925bc5283d0cab1b7c608e055ca6949e49a70
"
integrity sha512-
VOSPqRfe66iR8LNaOM7rbGjttUBPXyv7s6U13rVfVX2f7iw7omokZk+wQMtU0w8so1cNY2gMPvYWkXx3/ghml
A==
ant-design-vue@^2.0.0-beta.1
5
:
version "2.0.0-beta.1
5
"
resolved "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-2.0.0-beta.1
5.tgz#3c787dabb70a33885d0e751e58f9a5610ed06134
"
integrity sha512-
OxZy+ZYU3LauIL4Rhqwy441K/iD++Cit6upnQy5+LVUrX0PSObPqPqMWVpncbAmJJYTEz88gkvgGeYqBdzouW
A==
dependencies:
"@ant-design-vue/use" "^0.0.1-0"
"@ant-design/icons-vue" "^5.1.5"
...
...
@@ -1996,13 +2001,6 @@ autoprefixer@^9.8.6:
postcss "^7.0.32"
postcss-value-parser "^4.1.0"
axios@^0.20.0:
version "0.20.0"
resolved "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
dependencies:
follow-redirects "^1.10.0"
axios@^0.21.0:
version "0.21.0"
resolved "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca"
...
...
@@ -2664,7 +2662,7 @@ content-type@^1.0.4:
resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
conventional-changelog-angular@^5.0.0
, conventional-changelog-angular@^5.0.11
:
conventional-changelog-angular@^5.0.0:
version "5.0.11"
resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.11.tgz#99a3ca16e4a5305e0c2c2fae3ef74fd7631fc3fb"
integrity sha512-nSLypht/1yEflhuTogC03i7DX7sOrXGsRn14g131Potqi6cbGbGEE9PSDEHKldabB6N76HiSyw9Ph+kLmC04Qw==
...
...
@@ -2672,32 +2670,40 @@ conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.11:
compare-func "^2.0.0"
q "^1.5.1"
conventional-changelog-a
tom@^2.0.7
:
version "
2.0.7
"
resolved "https://registry.npmjs.org/conventional-changelog-a
tom/-/conventional-changelog-atom-2.0.7.tgz#221575253a04f77a2fd273eb2bf29a138f710abf
"
integrity sha512-
7dOREZwzB+tCEMjRTDfen0OHwd7vPUdmU0llTy1eloZgtOP4iSLVzYIQqfmdRZEty+3w5Jz+AbhfTJKoKw1JeQ
==
conventional-changelog-a
ngular@^5.0.12
:
version "
5.0.12
"
resolved "https://registry.npmjs.org/conventional-changelog-a
ngular/-/conventional-changelog-angular-5.0.12.tgz#c979b8b921cbfe26402eb3da5bbfda02d865a2b9
"
integrity sha512-
5GLsbnkR/7A89RyHLvvoExbiGbd9xKdKqDTrArnPbOqBqG/2wIosu0fHwpeIRI8Tl94MhVNBXcLJZl92ZQ5USw
==
dependencies:
compare-func "^2.0.0"
q "^1.5.1"
conventional-changelog-cli@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/conventional-changelog-cli/-/conventional-changelog-cli-2.1.0.tgz#5da5be32203ca8382815afc85b7f9151115d5e97"
integrity sha512-hZ8EcpxV4LcGOZwH+U5LJQDnyA4o/uyUdmIGzmFZMB4caujavvDBo/iTgVihk0m1QKkEhJgulagrILSm1JCakA==
conventional-changelog-atom@^2.0.8:
version "2.0.8"
resolved "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.8.tgz#a759ec61c22d1c1196925fca88fe3ae89fd7d8de"
integrity sha512-xo6v46icsFTK3bb7dY/8m2qvc8sZemRgdqLb/bjpBsH2UyOS8rKNTgcb5025Hri6IpANPApbXMg15QLb1LJpBw==
dependencies:
q "^1.5.1"
conventional-changelog-cli@^2.1.1:
version "2.1.1"
resolved "https://registry.npmjs.org/conventional-changelog-cli/-/conventional-changelog-cli-2.1.1.tgz#7a11980bc399938e0509d2adf8e7a0e213eb994e"
integrity sha512-xMGQdKJ+4XFDDgfX5aK7UNFduvJMbvF5BB+g0OdVhA3rYdYyhctrIE2Al+WYdZeKTdg9YzMWF2iFPT8MupIwng==
dependencies:
add-stream "^1.0.0"
conventional-changelog "^3.1.2
3
"
conventional-changelog "^3.1.2
4
"
lodash "^4.17.15"
meow "^
7
.0.0"
meow "^
8
.0.0"
tempfile "^3.0.0"
conventional-changelog-codemirror@^2.0.
7
:
version "2.0.
7
"
resolved "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.
7.tgz#d6b6a8ce2707710c5a036e305037547fb9e15bfb
"
integrity sha512-
Oralk1kiagn3Gb5cR5BffenWjVu59t/viE6UMD/mQa1hISMPkMYhJIqX+CMeA1zXgVBO+YHQhhokEj99GP5xcg
==
conventional-changelog-codemirror@^2.0.
8
:
version "2.0.
8
"
resolved "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.
8.tgz#398e9530f08ce34ec4640af98eeaf3022eb1f7dc
"
integrity sha512-
z5DAsn3uj1Vfp7po3gpt2Boc+Bdwmw2++ZHa5Ak9k0UKsYAO5mH1UBTN0qSCuJZREIhX6WU4E1p3IW2oRCNzQw
==
dependencies:
q "^1.5.1"
conventional-changelog-conventionalcommits@^4.3.1
, conventional-changelog-conventionalcommits@^4.4.0
:
conventional-changelog-conventionalcommits@^4.3.1:
version "4.4.0"
resolved "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.4.0.tgz#8d96687141c9bbd725a89b95c04966d364194cd4"
integrity sha512-ybvx76jTh08tpaYrYn/yd0uJNLt5yMrb1BphDe4WBredMlvPisvMghfpnJb6RmRNcqXeuhR6LfGZGewbkRm9yA==
...
...
@@ -2706,64 +2712,73 @@ conventional-changelog-conventionalcommits@^4.3.1, conventional-changelog-conven
lodash "^4.17.15"
q "^1.5.1"
conventional-changelog-core@^4.2.0:
version "4.2.0"
resolved "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.0.tgz#d8befd1e1f5126bf35a17668276cc8c244650469"
integrity sha512-8+xMvN6JvdDtPbGBqA7oRNyZD4od1h/SIzrWqHcKZjitbVXrFpozEeyn4iI4af1UwdrabQpiZMaV07fPUTGd4w==
conventional-changelog-conventionalcommits@^4.5.0:
version "4.5.0"
resolved "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.5.0.tgz#a02e0b06d11d342fdc0f00c91d78265ed0bc0a62"
integrity sha512-buge9xDvjjOxJlyxUnar/+6i/aVEVGA7EEh4OafBCXPlLUQPGbRUBhBUveWRxzvR8TEjhKEP4BdepnpG2FSZXw==
dependencies:
compare-func "^2.0.0"
lodash "^4.17.15"
q "^1.5.1"
conventional-changelog-core@^4.2.1:
version "4.2.1"
resolved "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.1.tgz#f811ad98ab2ff080becafc61407509420c9b447d"
integrity sha512-8cH8/DEoD3e5Q6aeogdR5oaaKs0+mG6+f+Om0ZYt3PNv7Zo0sQhu4bMDRsqAF+UTekTAtP1W/C41jH/fkm8Jtw==
dependencies:
add-stream "^1.0.0"
conventional-changelog-writer "^4.0.1
7
"
conventional-commits-parser "^3.
1
.0"
conventional-changelog-writer "^4.0.1
8
"
conventional-commits-parser "^3.
2
.0"
dateformat "^3.0.0"
get-pkg-repo "^1.0.0"
git-raw-commits "2.0.0"
git-remote-origin-url "^2.0.0"
git-semver-tags "^4.1.
0
"
git-semver-tags "^4.1.
1
"
lodash "^4.17.15"
normalize-package-data "^
2.3.5
"
normalize-package-data "^
3.0.0
"
q "^1.5.1"
read-pkg "^3.0.0"
read-pkg-up "^3.0.0"
shelljs "^0.8.3"
through2 "^
3
.0.0"
through2 "^
4
.0.0"
conventional-changelog-custom-config@^0.3.1:
version "0.3.1"
resolved "https://registry.npmjs.org/conventional-changelog-custom-config/-/conventional-changelog-custom-config-0.3.1.tgz#4a6433138d602a2b7ecc81729feb6fa1855bff7b"
integrity sha512-d4Lre8VZll1SVRmpoUe/LSj8Ge8QOt7u8MQyGz8vu/H/KiWf5rvdYkBo5z268QvkUrF43eI64QxVcqd9XOLsew==
conventional-changelog-ember@^2.0.
8
:
version "2.0.
8
"
resolved "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.
8.tgz#f0f04eb7ff3c885af97db100865ab95dcfa9917f
"
integrity sha512-
JEMEcUAMg4Q9yxD341OgWlESQ4gLqMWMXIWWUqoQU8yvTJlKnrvcui3wk9JvnZQyONwM2g1MKRZuAjKxr8hAX
A==
conventional-changelog-ember@^2.0.
9
:
version "2.0.
9
"
resolved "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.
9.tgz#619b37ec708be9e74a220f4dcf79212ae1c92962
"
integrity sha512-
ulzIReoZEvZCBDhcNYfDIsLTHzYHc7awh+eI44ZtV5cx6LVxLlVtEmcO+2/kGIHGtw+qVabJYjdI5cJOQgXh1
A==
dependencies:
q "^1.5.1"
conventional-changelog-eslint@^3.0.
8
:
version "3.0.
8
"
resolved "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.
8.tgz#f8b952b7ed7253ea0ac0b30720bb381f4921b46c
"
integrity sha512-
5rTRltgWG7TpU1PqgKHMA/2ivjhrB+E+S7OCTvj0zM/QGg4vmnVH67Vq/EzvSNYtejhWC+OwzvDrLk3tqPry8
A==
conventional-changelog-eslint@^3.0.
9
:
version "3.0.
9
"
resolved "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.
9.tgz#689bd0a470e02f7baafe21a495880deea18b7cdb
"
integrity sha512-
6NpUCMgU8qmWmyAMSZO5NrRd7rTgErjrm4VASam2u5jrZS0n38V7Y9CzTtLT2qwz5xEChDR4BduoWIr8TfwvX
A==
dependencies:
q "^1.5.1"
conventional-changelog-express@^2.0.
5
:
version "2.0.
5
"
resolved "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.
5.tgz#6e93705acdad374516ca125990012a48e710f8de
"
integrity sha512-
pW2hsjKG+xNx/Qjof8wYlAX/P61hT5gQ/2rZ2NsTpG+PgV7Rc8RCfITvC/zN9K8fj0QmV6dWmUefCteD9baEAw
==
conventional-changelog-express@^2.0.
6
:
version "2.0.
6
"
resolved "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.
6.tgz#420c9d92a347b72a91544750bffa9387665a6ee8
"
integrity sha512-
SDez2f3iVJw6V563O3pRtNwXtQaSmEfTCaTBPCqn0oG0mfkq0rX4hHBq5P7De2MncoRixrALj3u3oQsNK+Q0pQ
==
dependencies:
q "^1.5.1"
conventional-changelog-jquery@^3.0.1
0
:
version "3.0.1
0
"
resolved "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.1
0.tgz#fe8eb6aff322aa980af5eb68497622a5f6257ce7
"
integrity sha512-
QCW6wF8QgPkq2ruPaxc83jZxoWQxLkt/pNxIDn/oYjMiVgrtqNdd7lWe3vsl0hw5ENHNf/ejXuzDHk6suKsRpg
==
conventional-changelog-jquery@^3.0.1
1
:
version "3.0.1
1
"
resolved "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.1
1.tgz#d142207400f51c9e5bb588596598e24bba8994bf
"
integrity sha512-
x8AWz5/Td55F7+o/9LQ6cQIPwrCjfJQ5Zmfqi8thwUEKHstEn4kTIofXub7plf1xvFA2TqhZlq7fy5OmV6BOMw
==
dependencies:
q "^1.5.1"
conventional-changelog-jshint@^2.0.
8
:
version "2.0.
8
"
resolved "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.
8.tgz#3fff4df8cb46037f77b9dc3f8e354c7f99332f13
"
integrity sha512-
hB/iI0IiZwnZ+seYI+qEQ4b+EMQSEC8jGIvhO2Vpz1E5p8FgLz75OX8oB1xJWl+s4xBMB6f8zJr0tC/BL7YOjw
==
conventional-changelog-jshint@^2.0.
9
:
version "2.0.
9
"
resolved "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.
9.tgz#f2d7f23e6acd4927a238555d92c09b50fe3852ff
"
integrity sha512-
wMLdaIzq6TNnMHMy31hql02OEQ8nCQfExw1SE0hYL5KvU+JCTuPaDO+7JiogGT2gJAxiUGATdtYYfh+nT+6riA
==
dependencies:
compare-func "^2.0.0"
q "^1.5.1"
...
...
@@ -2773,37 +2788,37 @@ conventional-changelog-preset-loader@^2.3.4:
resolved "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz#14a855abbffd59027fd602581f1f34d9862ea44c"
integrity sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==
conventional-changelog-writer@^4.0.1
7
:
version "4.0.1
7
"
resolved "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.1
7.tgz#4753aaa138bf5aa59c0b274cb5937efcd2722e21
"
integrity sha512-
IKQuK3bib/n032KWaSb8YlBFds+aLmzENtnKtxJy3+HqDq5kohu3g/UdNbIHeJWygfnEbZjnCKFxAW0y7ArZAw
==
conventional-changelog-writer@^4.0.1
8
:
version "4.0.1
8
"
resolved "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.1
8.tgz#10b73baa59c7befc69b360562f8b9cd19e63daf8
"
integrity sha512-
mAQDCKyB9HsE8Ko5cCM1Jn1AWxXPYV0v8dFPabZRkvsiWUul2YyAqbIaoMKF88Zf2ffnOPSvKhboLf3fnjo5/A
==
dependencies:
compare-func "^2.0.0"
conventional-commits-filter "^2.0.
6
"
conventional-commits-filter "^2.0.
7
"
dateformat "^3.0.0"
handlebars "^4.7.6"
json-stringify-safe "^5.0.1"
lodash "^4.17.15"
meow "^
7
.0.0"
meow "^
8
.0.0"
semver "^6.0.0"
split "^1.0.0"
through2 "^
3
.0.0"
conventional-changelog@^3.1.2
3
:
version "3.1.2
3
"
resolved "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-3.1.2
3.tgz#d696408021b579a3814aba79b38729ed86478aea
"
integrity sha512-
sScUu2NHusjRC1dPc5p8/b3kT78OYr95/Bx7Vl8CPB8tF2mG1xei5iylDTRjONV5hTlzt+Cn/tBWrKdd299b7A
==
dependencies:
conventional-changelog-angular "^5.0.1
1
"
conventional-changelog-atom "^2.0.
7
"
conventional-changelog-codemirror "^2.0.
7
"
conventional-changelog-conventionalcommits "^4.
4
.0"
conventional-changelog-core "^4.2.
0
"
conventional-changelog-ember "^2.0.
8
"
conventional-changelog-eslint "^3.0.
8
"
conventional-changelog-express "^2.0.
5
"
conventional-changelog-jquery "^3.0.1
0
"
conventional-changelog-jshint "^2.0.
8
"
through2 "^
4
.0.0"
conventional-changelog@^3.1.2
4
:
version "3.1.2
4
"
resolved "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-3.1.2
4.tgz#ebd180b0fd1b2e1f0095c4b04fd088698348a464
"
integrity sha512-
ed6k8PO00UVvhExYohroVPXcOJ/K1N0/drJHx/faTH37OIZthlecuLIRX/T6uOp682CAoVoFpu+sSEaeuH6Asg
==
dependencies:
conventional-changelog-angular "^5.0.1
2
"
conventional-changelog-atom "^2.0.
8
"
conventional-changelog-codemirror "^2.0.
8
"
conventional-changelog-conventionalcommits "^4.
5
.0"
conventional-changelog-core "^4.2.
1
"
conventional-changelog-ember "^2.0.
9
"
conventional-changelog-eslint "^3.0.
9
"
conventional-changelog-express "^2.0.
6
"
conventional-changelog-jquery "^3.0.1
1
"
conventional-changelog-jshint "^2.0.
9
"
conventional-changelog-preset-loader "^2.3.4"
conventional-commit-types@^3.0.0:
...
...
@@ -2811,15 +2826,15 @@ conventional-commit-types@^3.0.0:
resolved "https://registry.npmjs.org/conventional-commit-types/-/conventional-commit-types-3.0.0.tgz#7c9214e58eae93e85dd66dbfbafe7e4fffa2365b"
integrity sha512-SmmCYnOniSsAa9GqWOeLqc179lfr5TRu5b4QFDkbsrJ5TZjPJx85wtOr3zn+1dbeNiXDKGPbZ72IKbPhLXh/Lg==
conventional-commits-filter@^2.0.
6
:
version "2.0.
6
"
resolved "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.
6.tgz#0935e1240c5ca7698329affee1b6a46d33324c4c
"
integrity sha512-
4g+sw8+KA50/Qwzfr0hL5k5NWxqtrOVw4DDk3/h6L85a9Gz0/Eqp3oP+CWCNfesBvZZZEFHF7OTEbRe+yYSyKw
==
conventional-commits-filter@^2.0.
7
:
version "2.0.
7
"
resolved "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.
7.tgz#f8d9b4f182fce00c9af7139da49365b136c8a0b3
"
integrity sha512-
ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA
==
dependencies:
lodash.ismatch "^4.4.0"
modify-values "^1.0.0"
conventional-commits-parser@^3.0.0
, conventional-commits-parser@^3.1.0
:
conventional-commits-parser@^3.0.0:
version "3.1.0"
resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.1.0.tgz#10140673d5e7ef5572633791456c5d03b69e8be4"
integrity sha512-RSo5S0WIwXZiRxUGTPuYFbqvrR4vpJ1BDdTlthFgvHt5kEdnd1+pdvwWphWn57/oIl4V72NMmOocFqqJ8mFFhA==
...
...
@@ -2832,6 +2847,19 @@ conventional-commits-parser@^3.0.0, conventional-commits-parser@^3.1.0:
through2 "^3.0.0"
trim-off-newlines "^1.0.0"
conventional-commits-parser@^3.2.0:
version "3.2.0"
resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.0.tgz#9e261b139ca4b7b29bcebbc54460da36894004ca"
integrity sha512-XmJiXPxsF0JhAKyfA2Nn+rZwYKJ60nanlbSWwwkGwLQFbugsc0gv1rzc7VbbUWAzJfR1qR87/pNgv9NgmxtBMQ==
dependencies:
JSONStream "^1.0.4"
is-text-path "^1.0.1"
lodash "^4.17.15"
meow "^8.0.0"
split2 "^2.0.0"
through2 "^4.0.0"
trim-off-newlines "^1.0.0"
convert-source-map@^1.7.0:
version "1.7.0"
resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
...
...
@@ -3395,10 +3423,10 @@ eslint-visitor-keys@^2.0.0:
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
eslint@^7.1
2
.0:
version "7.1
2.1
"
resolved "https://registry.npmjs.org/eslint/-/eslint-7.1
2.1.tgz#bd9a81fa67a6cfd51656cdb88812ce49ccec5801
"
integrity sha512-
HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg
==
eslint@^7.1
3
.0:
version "7.1
3.0
"
resolved "https://registry.npmjs.org/eslint/-/eslint-7.1
3.0.tgz#7f180126c0dcdef327bfb54b211d7802decc08da
"
integrity sha512-
uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ
==
dependencies:
"@babel/code-frame" "^7.0.0"
"@eslint/eslintrc" "^0.2.1"
...
...
@@ -3948,12 +3976,12 @@ git-remote-origin-url@^2.0.0:
gitconfiglocal "^1.0.0"
pify "^2.3.0"
git-semver-tags@^4.1.
0
:
version "4.1.
0
"
resolved "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.1.
0.tgz#0146c9bc24ee96104c99f443071c8c2d7dc848e3
"
integrity sha512-
TcxAGeo03HdErzKzi4fDD+xEL7gi8r2Y5YSxH6N2XYdVSV5UkBwfrt7Gqo1b+uSHCjy/sa9Y6BBBxxFLxfbhTg
==
git-semver-tags@^4.1.
1
:
version "4.1.
1
"
resolved "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.1.
1.tgz#63191bcd809b0ec3e151ba4751c16c444e5b5780
"
integrity sha512-
OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA
==
dependencies:
meow "^
7
.0.0"
meow "^
8
.0.0"
semver "^6.0.0"
gitconfiglocal@^1.0.0:
...
...
@@ -4180,6 +4208,13 @@ hosted-git-info@^2.1.4:
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
hosted-git-info@^3.0.6:
version "3.0.7"
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.7.tgz#a30727385ea85acfcee94e0aad9e368c792e036c"
integrity sha512-fWqc0IcuXs+BmE9orLDyVykAG9GJtGLGuZAAqgcckPgv5xad4AcXGIv8galtQvlwutxSlaMcdw7BUtq2EIvqCQ==
dependencies:
lru-cache "^6.0.0"
html-minifier-terser@^5.1.1:
version "5.1.1"
resolved "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#922e96f1f3bb60832c2634b79884096389b1f054"
...
...
@@ -5376,6 +5411,23 @@ meow@^7.0.0, meow@^7.1.1:
type-fest "^0.13.1"
yargs-parser "^18.1.3"
meow@^8.0.0:
version "8.0.0"
resolved "https://registry.npmjs.org/meow/-/meow-8.0.0.tgz#1aa10ee61046719e334ffdc038bb5069250ec99a"
integrity sha512-nbsTRz2fwniJBFgUkcdISq8y/q9n9VbiHYbfwklFh5V4V2uAcxtKQkDc0yCLPM/kP0d+inZBewn3zJqewHE7kg==
dependencies:
"@types/minimist" "^1.2.0"
camelcase-keys "^6.2.2"
decamelize-keys "^1.1.0"
hard-rejection "^2.1.0"
minimist-options "4.1.0"
normalize-package-data "^3.0.0"
read-pkg-up "^7.0.1"
redent "^3.0.0"
trim-newlines "^3.0.0"
type-fest "^0.18.0"
yargs-parser "^20.2.3"
merge-source-map@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.tgz#2fdde7e6020939f70906a68f2d7ae685e4c8c646"
...
...
@@ -5624,7 +5676,7 @@ node-releases@^1.1.65:
resolved "https://registry.npmjs.org/node-releases/-/node-releases-1.1.65.tgz#52d9579176bd60f23eba05c4438583f341944b81"
integrity sha512-YpzJOe2WFIW0V4ZkJQd/DGR/zdVwc/pI4Nl1CZrBO19FdRcSTmsuhdttw9rsTzzJLrNcSloLiBbEYx1C4f6gpA==
normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.
3.5, normalize-package-data@^2.
5.0:
normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0:
version "2.5.0"
resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
...
...
@@ -5634,6 +5686,16 @@ normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-
semver "2 || 3 || 4 || 5"
validate-npm-package-license "^3.0.1"
normalize-package-data@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.0.tgz#1f8a7c423b3d2e85eb36985eaf81de381d01301a"
integrity sha512-6lUjEI0d3v6kFrtgA/lOx4zHCWULXsFNIjHolnZCKCTLA6m/G625cdn3O7eNmT0iD3jfo6HZ9cdImGZwf21prw==
dependencies:
hosted-git-info "^3.0.6"
resolve "^1.17.0"
semver "^7.3.2"
validate-npm-package-license "^3.0.1"
normalize-path@^3.0.0, normalize-path@~3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
...
...
@@ -6447,7 +6509,7 @@ read-pkg@^5.2.0:
parse-json "^5.0.0"
type-fest "^0.6.0"
"readable-stream@2 || 3", readable-stream@^3.1.1:
"readable-stream@2 || 3", readable-stream@
3, readable-stream@
^3.1.1:
version "3.6.0"
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
...
...
@@ -6784,12 +6846,12 @@ rollup-plugin-esbuild@^2.5.2:
joycon "^2.2.5"
strip-json-comments "^3.1.1"
rollup-plugin-purge-icons@^0.4.
4
:
version "0.4.
4
"
resolved "https://registry.npmjs.org/rollup-plugin-purge-icons/-/rollup-plugin-purge-icons-0.4.
4.tgz#3808ee041f340ffce4c0d8142d700b7a1912528
8"
integrity sha512-
9FHX1OLyDhHx8xsfCp6nxKo5A5CTTsEohVEjRqh641nagbAfwxIofmYc7bnjgr2x21VN4vFOdjBLql9swKYWsA
==
rollup-plugin-purge-icons@^0.4.
5
:
version "0.4.
5
"
resolved "https://registry.npmjs.org/rollup-plugin-purge-icons/-/rollup-plugin-purge-icons-0.4.
5.tgz#f93d94953ecb65a9716cccef13a20aeff4d5d54
8"
integrity sha512-
rbc32qXlFSOoiMgC+e38KgLo6+trl+hIafxJc4fDNakCIaixRhk8tsFIIuy4q3P2R3/lLHQYYGu5IJhI8223Bg
==
dependencies:
"@purge-icons/core" "^0.4.
4
"
"@purge-icons/core" "^0.4.
5
"
"@purge-icons/generated" "^0.4.1"
rollup-plugin-terser@^5.3.1:
...
...
@@ -7687,6 +7749,13 @@ through2@^3.0.0:
inherits "^2.0.4"
readable-stream "2 || 3"
through2@^4.0.0:
version "4.0.2"
resolved "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764"
integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
dependencies:
readable-stream "3"
through@2, "through@>=2.2.7 <3", through@^2.3.6, through@^2.3.8:
version "2.3.8"
resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
...
...
@@ -7826,6 +7895,11 @@ type-fest@^0.13.1:
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
type-fest@^0.18.0:
version "0.18.0"
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.18.0.tgz#2edfa6382d48653707344f7fccdb0443d460e8d6"
integrity sha512-fbDukFPnJBdn2eZ3RR+5mK2slHLFd6gYHY7jna1KWWy4Yr4XysHuCdXRzy+RiG/HwG4WJat00vdC2UHky5eKiQ==
type-fest@^0.3.1:
version "0.3.1"
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"
...
...
@@ -8110,14 +8184,14 @@ vite-plugin-mock@^1.0.6:
rollup "^2.32.1"
rollup-plugin-esbuild "^2.5.2"
vite-plugin-purge-icons@^0.4.
4
:
version "0.4.
4
"
resolved "https://registry.npmjs.org/vite-plugin-purge-icons/-/vite-plugin-purge-icons-0.4.
4.tgz#3c5fe17cd2a3ac4ac49b1615ab05b422df37a4af
"
integrity sha512-
T4btagiqi90FchfcVwKFASgK6Dj3QotEL8eZBNOE6YcxQVPWbkZ8I3UgbNbkiGy43pmsvlLkXOAEgEPiSe/q2w
==
vite-plugin-purge-icons@^0.4.
5
:
version "0.4.
5
"
resolved "https://registry.npmjs.org/vite-plugin-purge-icons/-/vite-plugin-purge-icons-0.4.
5.tgz#0486c0fa10a6d8e6d8b47e4a12d329fe46b0ae65
"
integrity sha512-
56Jj+mJXsZJpHrQ89D/mYJFFvYalV6rLnAdj7Q7q0w9PVFHBHa2E2zdQBOC0fHB+VM/QLgzVqT7gJd0PTuj3Ag
==
dependencies:
"@purge-icons/core" "^0.4.
4
"
"@purge-icons/core" "^0.4.
5
"
"@purge-icons/generated" "^0.4.1"
rollup-plugin-purge-icons "^0.4.
4
"
rollup-plugin-purge-icons "^0.4.
5
"
vite-plugin-pwa@^0.1.5:
version "0.1.5"
...
...
@@ -8215,10 +8289,10 @@ vue-i18n@^9.0.0-beta.6:
dependencies:
source-map "^0.6.1"
vue-router@^4.0.0-rc.
1
:
version "4.0.0-rc.
1
"
resolved "https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-rc.
1.tgz#42f41315849163a1243886c9aa6d7c14f24fd003
"
integrity sha512-
N3SSOIiRFo1/D6EkHGuahUSuyDvFhKizN5zVXkALX7wv0hYYndV49KwzRF5lKsAIt+OlDl7y+sNmwNewb7a4i
w==
vue-router@^4.0.0-rc.
2
:
version "4.0.0-rc.
2
"
resolved "https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-rc.
2.tgz#8545cab76a05ca4f6dffbe6c6a671a4dbf585ab2
"
integrity sha512-
51mBp39rzBFpk1nyU9SkhPcwR67gBzWIH8p3pyeDmtNYgWzGF3q8MneD/xbMwsfTQkw2H1qBk6uwRaVy3M8Nx
w==
vue-types@^3.0.0:
version "3.0.1"
...
...
@@ -8560,7 +8634,7 @@ yargs-parser@^18.1.2, yargs-parser@^18.1.3:
camelcase "^5.0.0"
decamelize "^1.2.0"
yargs-parser@^20.2.2:
yargs-parser@^20.2.2
, yargs-parser@^20.2.3
:
version "20.2.3"
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.3.tgz#92419ba867b858c868acf8bae9bf74af0dd0ce26"
integrity sha512-emOFRT9WVHw03QSvN5qor9QQT9+sw5vwxfYweivSMHTcAXPefwVae2FjO7JJjj8hCE4CzPOPeFM83VwT29HCww==
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment