Skip to content

Commit 0c51117

Browse files
committed
fix(package): update antd-vue 1.3.9, fix theme-color
1 parent 61eab9c commit 0c51117

File tree

3 files changed

+99
-79
lines changed

3 files changed

+99
-79
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@antv/data-set": "^0.10.1",
16-
"ant-design-vue": "~1.3.8",
16+
"ant-design-vue": "~1.3.9",
1717
"axios": "^0.18.0",
1818
"core-js": "^2.6.5",
1919
"enquire.js": "^2.1.6",

vue.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,16 @@ module.exports = {
3333
matchColors: getAntdSerials('#1890ff'), // 主色系列
3434
// 改变样式选择器,解决样式覆盖问题
3535
changeSelector (selector) {
36+
console.log('selector', selector)
3637
switch (selector) {
3738
case '.ant-calendar-today .ant-calendar-date':
3839
return ':not(.ant-calendar-selected-date)' + selector
3940
case '.ant-btn:focus,.ant-btn:hover':
4041
return '.ant-btn:focus:not(.ant-btn-primary),.ant-btn:hover:not(.ant-btn-primary)'
4142
case '.ant-btn.active,.ant-btn:active':
4243
return '.ant-btn.active:not(.ant-btn-primary),.ant-btn:active:not(.ant-btn-primary)'
44+
case '.ant-menu-horizontal > .ant-menu-item-active,.ant-menu-horizontal > .ant-menu-item-open,.ant-menu-horizontal > .ant-menu-item-selected,.ant-menu-horizontal > .ant-menu-item:hover,.ant-menu-horizontal > .ant-menu-submenu-active,.ant-menu-horizontal > .ant-menu-submenu-open,.ant-menu-horizontal > .ant-menu-submenu-selected,.ant-menu-horizontal > .ant-menu-submenu:hover':
45+
return '.ant-menu-horizontal > .ant-menu-item-active,.ant-menu-horizontal > .ant-menu-item-open,.ant-menu-horizontal > .ant-menu-item-selected,.ant-menu-horizontal > .ant-menu-item:hover,.ant-menu-horizontal > .ant-menu-submenu-active,.ant-menu-horizontal > .ant-menu-submenu-open,.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected,.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover'
4346
default :
4447
return selector
4548
}

yarn.lock

Lines changed: 95 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# yarn lockfile v1
33

44

5+
"@ant-design/colors@^3.1.0":
6+
version "3.1.0"
7+
resolved "https://registry.npmjs.org/@ant-design/colors/-/colors-3.1.0.tgz#b7e2cc61a4e86d3d109494034acfb1222dacaa3c"
8+
integrity sha512-Td7g1P53sNFyT4Gya6836e70TrhoVZ+HjZs6mpWIHrxl4/VqsjjOyzj/8ktOuw0lCx+BfYu9UO1CiJ0MoYYfhg==
9+
dependencies:
10+
tinycolor2 "^1.4.1"
11+
512
"@ant-design/icons-vue@^1.0.1":
613
version "1.0.1"
714
resolved "https://registry.yarnpkg.com/@ant-design/icons-vue/-/icons-vue-1.0.1.tgz#343579219c04190831c9ca3826aec7361bb8b4d4"
@@ -856,6 +863,32 @@
856863
lodash "^4.17.11"
857864
to-fast-properties "^2.0.0"
858865

866+
"@hapi/address@2.x.x":
867+
version "2.0.0"
868+
resolved "https://registry.npmjs.org/@hapi/address/-/address-2.0.0.tgz#9f05469c88cb2fd3dcd624776b54ee95c312126a"
869+
integrity sha512-mV6T0IYqb0xL1UALPFplXYQmR0twnXG0M6jUswpquqT2sD12BOiCiLy3EvMp/Fy7s3DZElC4/aPjEjo2jeZpvw==
870+
871+
"@hapi/hoek@6.x.x":
872+
version "6.2.4"
873+
resolved "https://registry.npmjs.org/@hapi/hoek/-/hoek-6.2.4.tgz#4b95fbaccbfba90185690890bdf1a2fbbda10595"
874+
integrity sha512-HOJ20Kc93DkDVvjwHyHawPwPkX44sIrbXazAUDiUXaY2R9JwQGo2PhFfnQtdrsIe4igjG2fPgMra7NYw7qhy0A==
875+
876+
"@hapi/joi@^15.0.1":
877+
version "15.0.3"
878+
resolved "https://registry.npmjs.org/@hapi/joi/-/joi-15.0.3.tgz#e94568fd859e5e945126d5675e7dd218484638a7"
879+
integrity sha512-z6CesJ2YBwgVCi+ci8SI8zixoj8bGFn/vZb9MBPbSyoxsS2PnWYjHcyTM17VLK6tx64YVK38SDIh10hJypB+ig==
880+
dependencies:
881+
"@hapi/address" "2.x.x"
882+
"@hapi/hoek" "6.x.x"
883+
"@hapi/topo" "3.x.x"
884+
885+
"@hapi/topo@3.x.x":
886+
version "3.1.0"
887+
resolved "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.0.tgz#5c47cd9637c2953db185aa957a27bcb2a8b7a6f8"
888+
integrity sha512-gZDI/eXOIk8kP2PkUKjWu9RW8GGVd2Hkgjxyr/S7Z+JF+0mr7bAlbw+DkTRxnD580o8Kqxlnba9wvqp5aOHBww==
889+
dependencies:
890+
"@hapi/hoek" "6.x.x"
891+
859892
"@intervolga/optimize-cssnano-plugin@^1.0.5":
860893
version "1.0.6"
861894
resolved "https://registry.npmjs.org/@intervolga/optimize-cssnano-plugin/-/optimize-cssnano-plugin-1.0.6.tgz#be7c7846128b88f6a9b1d1261a0ad06eb5c0fdf8"
@@ -1004,10 +1037,10 @@
10041037
lodash.kebabcase "^4.1.1"
10051038
svg-tags "^1.0.0"
10061039

1007-
"@vue/babel-preset-app@^3.7.0":
1008-
version "3.7.0"
1009-
resolved "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-3.7.0.tgz#f37535ea60b71732ddd4395ec143aaa0b10d4c67"
1010-
integrity sha512-6PHZ1TYO8OGy22TLyKm/+VmCzLB9L1UxaA3CFxXJH0h/YUOmgdmuAk3AWhomYSwk2GF51On3aQzYouoaWhvBDQ==
1040+
"@vue/babel-preset-app@^3.8.0":
1041+
version "3.8.0"
1042+
resolved "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-3.8.0.tgz#c889627c6a30418b2fb89caccd9065c4acae0829"
1043+
integrity sha512-A2NBzIVdtNq52foc+P+yQ/7rSm2q2oPpn2FJVW4hFgaWVOL+HaOLCjWDEQyEeMbRZvyOVHMuom097u3p2H2Rfw==
10111044
dependencies:
10121045
"@babel/helper-module-imports" "^7.0.0"
10131046
"@babel/plugin-proposal-class-properties" "^7.0.0"
@@ -1018,12 +1051,12 @@
10181051
"@babel/preset-env" "^7.0.0 < 7.4.0"
10191052
"@babel/runtime" "^7.0.0"
10201053
"@babel/runtime-corejs2" "^7.2.0"
1021-
"@vue/babel-preset-jsx" "^1.0.0-beta.3"
1054+
"@vue/babel-preset-jsx" "^1.0.0"
10221055
babel-plugin-dynamic-import-node "^2.2.0"
10231056
babel-plugin-module-resolver "3.2.0"
10241057
core-js "^2.6.5"
10251058

1026-
"@vue/babel-preset-jsx@^1.0.0-beta.3":
1059+
"@vue/babel-preset-jsx@^1.0.0":
10271060
version "1.0.0"
10281061
resolved "https://registry.npmjs.org/@vue/babel-preset-jsx/-/babel-preset-jsx-1.0.0.tgz#e515cd453a5a8ea6b0f30b2bb92f266d8ab4e9f5"
10291062
integrity sha512-5CbDu/QHS+TtQNw5aYAffiMxBBB2Eo9+RJpS8X+6FJbdG5Rvc4TVipEqkrg0pJviWadNg7TEy0Uz4o7VNXeIZw==
@@ -1070,28 +1103,28 @@
10701103
"@vue/babel-plugin-transform-vue-jsx" "^1.0.0"
10711104
camelcase "^5.0.0"
10721105

1073-
"@vue/cli-overlay@^3.7.0":
1074-
version "3.7.0"
1075-
resolved "https://registry.npmjs.org/@vue/cli-overlay/-/cli-overlay-3.7.0.tgz#0f520c98e1be7618b7a68b768666fffa1f589f94"
1076-
integrity sha512-QO1rsBVKPZrt+5rHSZXc5UEPVwVgiayOk/cDl+GwSJoR36gnWs1wy1oUX1Awd7QpGiMBK/1+A7aAGhfzKR23Cg==
1106+
"@vue/cli-overlay@^3.8.0":
1107+
version "3.8.0"
1108+
resolved "https://registry.npmjs.org/@vue/cli-overlay/-/cli-overlay-3.8.0.tgz#e4e8e2fa92b06fc282916df9c924f1dba50eeabb"
1109+
integrity sha512-4hY/+r9OwpMb7BPFnQGKftMC8CrfbV00REEFOij52+L4swQw+m879+5zX3Z0xHfPftw6JyaqJB0rmQ0ILI6Ovw==
10771110

1078-
"@vue/cli-plugin-babel@^3.3.0":
1079-
version "3.7.0"
1080-
resolved "https://registry.npmjs.org/@vue/cli-plugin-babel/-/cli-plugin-babel-3.7.0.tgz#2be01288980b058f097d26812f65d4d4e8136cca"
1081-
integrity sha512-QysJYerzaGzvJ5iT61KpE4hFHiDU8NQ7QjSwIkOAJAx0KY8o0WCjLpAVvjmKtZqNXPBc5Jc3P+eeaz9qQPWNeQ==
1111+
"@vue/cli-plugin-babel@^3.7.0":
1112+
version "3.8.0"
1113+
resolved "https://registry.npmjs.org/@vue/cli-plugin-babel/-/cli-plugin-babel-3.8.0.tgz#a7ce6ef9c6680e7953c609d859451dd937c7284e"
1114+
integrity sha512-VLWvpgDM+HN2FZu1x+r9pisombDTK1k+RPNPeslnwjGjrUXmKNAamXL1ZIsPwsj6k6PpWPN4jetBIMqcBzBu6Q==
10821115
dependencies:
10831116
"@babel/core" "^7.0.0"
1084-
"@vue/babel-preset-app" "^3.7.0"
1085-
"@vue/cli-shared-utils" "^3.7.0"
1117+
"@vue/babel-preset-app" "^3.8.0"
1118+
"@vue/cli-shared-utils" "^3.8.0"
10861119
babel-loader "^8.0.5"
10871120
webpack ">=4 < 4.29"
10881121

1089-
"@vue/cli-plugin-eslint@^3.3.0":
1090-
version "3.7.0"
1091-
resolved "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-3.7.0.tgz#6b495fe3c82ec94347c424a9de3cca467a53f90e"
1092-
integrity sha512-oFdOLQu6PQKbxinF55XH1lH8hgiDRyb3gIvSKu5YV5r6dnsRdKDxOKLE1PTbaZzQot3Ny/Y7gk025x1qpni3IA==
1122+
"@vue/cli-plugin-eslint@^3.7.0":
1123+
version "3.8.0"
1124+
resolved "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-3.8.0.tgz#0402dfd3864b0224bceb264df89a4209000bb98c"
1125+
integrity sha512-18LDJmjH0DDw9T4+RbrSVk4xkF8t8RDRsEPJLPurno1YVJodIkQ6lqVu82faVgtvPyCoqiaicoTq/iwi1avoLQ==
10931126
dependencies:
1094-
"@vue/cli-shared-utils" "^3.7.0"
1127+
"@vue/cli-shared-utils" "^3.8.0"
10951128
babel-eslint "^10.0.1"
10961129
eslint-loader "^2.1.2"
10971130
globby "^9.2.0"
@@ -1100,12 +1133,12 @@
11001133
eslint "^4.19.1"
11011134
eslint-plugin-vue "^4.7.1"
11021135

1103-
"@vue/cli-plugin-unit-jest@^3.3.0":
1104-
version "3.7.0"
1105-
resolved "https://registry.npmjs.org/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-3.7.0.tgz#94cd7928f7f9e134ee32e6621742be8cdf898c9f"
1106-
integrity sha512-3z8yCAhgwsUc6hpghN8Ej5xBGIaxQTC/g3Ry5QPjjZ4up4G3lKukzvwMk7JFzO+Qj+mt4xAbhR9+stOI4Qyk/Q==
1136+
"@vue/cli-plugin-unit-jest@^3.7.0":
1137+
version "3.8.0"
1138+
resolved "https://registry.npmjs.org/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-3.8.0.tgz#13cd3b4f5d1c9e0ef1982cbaea19b73f7df947d6"
1139+
integrity sha512-8kvoh6NZYY7FjuqRorqo47VTi62a3u69+oAxqBiIOkc28OGaju/FrL0Vm95vRB8tMkU6EPXKVRtCjPz8R2QeZA==
11071140
dependencies:
1108-
"@vue/cli-shared-utils" "^3.7.0"
1141+
"@vue/cli-shared-utils" "^3.8.0"
11091142
babel-jest "^23.6.0"
11101143
babel-plugin-transform-es2015-modules-commonjs "^6.26.2"
11111144
jest "^23.6.0"
@@ -1114,15 +1147,15 @@
11141147
jest-watch-typeahead "0.2.1"
11151148
vue-jest "^3.0.4"
11161149

1117-
"@vue/cli-service@^3.3.0":
1118-
version "3.7.0"
1119-
resolved "https://registry.npmjs.org/@vue/cli-service/-/cli-service-3.7.0.tgz#af56526cea64042b48c50a15a9d33c84a71abd31"
1120-
integrity sha512-RMVwpCE3EB9cL9VAgu1Dy/tGxz5zrVG4UMPk5t4KDu8jJhHxvcAzgIEIfS6KRp0AKfA6iDW4J0NU0fopnpyL+g==
1150+
"@vue/cli-service@^3.7.0":
1151+
version "3.8.0"
1152+
resolved "https://registry.npmjs.org/@vue/cli-service/-/cli-service-3.8.0.tgz#47eaa169a7bd96522c1a0df89214f1afee843cd6"
1153+
integrity sha512-ipJF4RHjyLyLC4oLx+JM1Jk6tiIG0KjCFAqfOscQ44K4CdyS03oFMAUR+SZYy/UXKccMnoeY6Ld4YrGXSytQsg==
11211154
dependencies:
11221155
"@intervolga/optimize-cssnano-plugin" "^1.0.5"
11231156
"@soda/friendly-errors-webpack-plugin" "^1.7.1"
1124-
"@vue/cli-overlay" "^3.7.0"
1125-
"@vue/cli-shared-utils" "^3.7.0"
1157+
"@vue/cli-overlay" "^3.8.0"
1158+
"@vue/cli-shared-utils" "^3.8.0"
11261159
"@vue/component-compiler-utils" "^2.6.0"
11271160
"@vue/preload-webpack-plugin" "^1.1.0"
11281161
"@vue/web-component-wrapper" "^1.2.0"
@@ -1172,22 +1205,22 @@
11721205
webpack ">=4 < 4.29"
11731206
webpack-bundle-analyzer "^3.3.0"
11741207
webpack-chain "^4.11.0"
1175-
webpack-dev-server "^3.3.1"
1208+
webpack-dev-server "^3.4.1"
11761209
webpack-merge "^4.2.1"
11771210
yorkie "^2.0.0"
11781211

1179-
"@vue/cli-shared-utils@^3.7.0":
1180-
version "3.7.0"
1181-
resolved "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-3.7.0.tgz#957dd3c31a31208caf9f119cac6008fd4960d46e"
1182-
integrity sha512-+LPDAQ1CE3ci1ADOvNqJMPdqyxgJxOq5HUgGDSKCHwviXF6GtynfljZXiSzgWh5ueMFxJphCfeMsTZqFWwsHVg==
1212+
"@vue/cli-shared-utils@^3.8.0":
1213+
version "3.8.0"
1214+
resolved "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-3.8.0.tgz#e7e728164eb92bd9e205fcd08dae896ee79cba5a"
1215+
integrity sha512-wn1L8pmQnotfftHOYm0VeXs2+cQTySd73uhWXwyO6pT0ehjqlY5c2RTipClmFF3Q+YCYjwlNpsV650F3l1tV8w==
11831216
dependencies:
1217+
"@hapi/joi" "^15.0.1"
11841218
chalk "^2.4.1"
11851219
execa "^1.0.0"
1186-
joi "^14.3.0"
11871220
launch-editor "^2.2.1"
11881221
lru-cache "^5.1.1"
11891222
node-ipc "^9.1.1"
1190-
opn "^5.3.0"
1223+
open "^6.3.0"
11911224
ora "^3.4.0"
11921225
request "^2.87.0"
11931226
request-promise-native "^1.0.7"
@@ -1747,10 +1780,10 @@ ant-design-palettes@^1.1.3:
17471780
dependencies:
17481781
tinycolor2 "^1.4.1"
17491782

1750-
ant-design-vue@~1.3.8:
1751-
version "1.3.8"
1752-
resolved "http://registry.npm.taobao.org/ant-design-vue/download/ant-design-vue-1.3.8.tgz#b8c9fc30fd658f134c09d7698f2825a342cfef5f"
1753-
integrity sha1-uMn8MP1ljxNMCddpjyglo0LP718=
1783+
ant-design-vue@~1.3.9:
1784+
version "1.3.9"
1785+
resolved "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-1.3.9.tgz#089b197be755b633196660a5ba97b6c8752c0cf5"
1786+
integrity sha512-Zw/5+4FyJI9PeOGW2uJ21/aaHAsyhAL+umNR2qHkKeTrmP2OJ6FXm00VNFTKeDdzSqAw8weiPfYT/0wJt1rqWw==
17541787
dependencies:
17551788
"@ant-design/icons" "^1.1.15"
17561789
"@ant-design/icons-vue" "^1.0.1"
@@ -5403,11 +5436,6 @@ hmac-drbg@^1.0.0:
54035436
minimalistic-assert "^1.0.0"
54045437
minimalistic-crypto-utils "^1.0.1"
54055438

5406-
hoek@6.x.x:
5407-
version "6.1.3"
5408-
resolved "https://registry.npmjs.org/hoek/-/hoek-6.1.3.tgz#73b7d33952e01fe27a38b0457294b79dd8da242c"
5409-
integrity sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==
5410-
54115439
home-or-tmp@^2.0.0:
54125440
version "2.0.0"
54135441
resolved "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
@@ -6140,13 +6168,6 @@ isarray@~0.0.1:
61406168
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
61416169
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
61426170

6143-
isemail@3.x.x:
6144-
version "3.2.0"
6145-
resolved "https://registry.npmjs.org/isemail/-/isemail-3.2.0.tgz#59310a021931a9fb06bbb51e155ce0b3f236832c"
6146-
integrity sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg==
6147-
dependencies:
6148-
punycode "2.x.x"
6149-
61506171
isexe@^2.0.0:
61516172
version "2.0.0"
61526173
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
@@ -6590,15 +6611,6 @@ jest@^23.6.0:
65906611
import-local "^1.0.0"
65916612
jest-cli "^23.6.0"
65926613

6593-
joi@^14.3.0:
6594-
version "14.3.1"
6595-
resolved "https://registry.npmjs.org/joi/-/joi-14.3.1.tgz#164a262ec0b855466e0c35eea2a885ae8b6c703c"
6596-
integrity sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==
6597-
dependencies:
6598-
hoek "6.x.x"
6599-
isemail "3.x.x"
6600-
topo "3.x.x"
6601-
66026614
js-beautify@^1.6.12, js-beautify@^1.6.14:
66036615
version "1.10.0"
66046616
resolved "https://registry.npmjs.org/js-beautify/-/js-beautify-1.10.0.tgz#9753a13c858d96828658cd18ae3ca0e5783ea672"
@@ -7849,6 +7861,13 @@ onetime@^2.0.0:
78497861
dependencies:
78507862
mimic-fn "^1.0.0"
78517863

7864+
open@^6.3.0:
7865+
version "6.3.0"
7866+
resolved "https://registry.npmjs.org/open/-/open-6.3.0.tgz#60d0b845ee38fae0631f5d739a21bd40e3d2a527"
7867+
integrity sha512-6AHdrJxPvAXIowO/aIaeHZ8CeMdDf7qCyRNq8NwJpinmCdXhz+NZR7ie1Too94lpciCDsG+qHGO9Mt0svA4OqA==
7868+
dependencies:
7869+
is-wsl "^1.1.0"
7870+
78527871
opencollective-postinstall@^2.0.2:
78537872
version "2.0.2"
78547873
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
@@ -7879,7 +7898,7 @@ opn@4.0.2:
78797898
object-assign "^4.0.1"
78807899
pinkie-promise "^2.0.0"
78817900

7882-
opn@^5.3.0, opn@^5.5.0:
7901+
opn@^5.5.0:
78837902
version "5.5.0"
78847903
resolved "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"
78857904
integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==
@@ -8781,16 +8800,16 @@ punycode@1.3.2:
87818800
resolved "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
87828801
integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=
87838802

8784-
punycode@2.x.x, punycode@^2.1.0, punycode@^2.1.1:
8785-
version "2.1.1"
8786-
resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
8787-
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
8788-
87898803
punycode@^1.2.4, punycode@^1.4.1:
87908804
version "1.4.1"
87918805
resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
87928806
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
87938807

8808+
punycode@^2.1.0, punycode@^2.1.1:
8809+
version "2.1.1"
8810+
resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
8811+
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
8812+
87948813
q@^1.1.2:
87958814
version "1.5.1"
87968815
resolved "https://registry.npmjs.org/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
@@ -10364,13 +10383,6 @@ toidentifier@1.0.0:
1036410383
resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
1036510384
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
1036610385

10367-
topo@3.x.x:
10368-
version "3.0.3"
10369-
resolved "https://registry.npmjs.org/topo/-/topo-3.0.3.tgz#d5a67fb2e69307ebeeb08402ec2a2a6f5f7ad95c"
10370-
integrity sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==
10371-
dependencies:
10372-
hoek "6.x.x"
10373-
1037410386
topojson-client@~3.0.0:
1037510387
version "3.0.0"
1037610388
resolved "https://registry.yarnpkg.com/topojson-client/-/topojson-client-3.0.0.tgz#1f99293a77ef42a448d032a81aa982b73f360d2f"
@@ -10997,7 +11009,7 @@ webpack-dev-middleware@^3.7.0:
1099711009
range-parser "^1.2.1"
1099811010
webpack-log "^2.0.0"
1099911011

11000-
webpack-dev-server@^3.3.1:
11012+
webpack-dev-server@^3.4.1:
1100111013
version "3.4.1"
1100211014
resolved "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.4.1.tgz#a5fd8dec95dec410098e7d9a037ff9405395d51a"
1100311015
integrity sha512-CRqZQX2ryMtrg0r3TXQPpNh76eM1HD3Wmu6zDBxIKi/d2y+4aa28Ia8weNT0bfgWpY6Vs3Oq/K8+DjfbR+tWYw==
@@ -11056,6 +11068,11 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0:
1105611068
source-list-map "^2.0.0"
1105711069
source-map "~0.6.1"
1105811070

11071+
webpack-theme-color-replacer@^1.1.5:
11072+
version "1.1.5"
11073+
resolved "https://registry.npmjs.org/webpack-theme-color-replacer/-/webpack-theme-color-replacer-1.1.5.tgz#b2659220341e55bedc6eee3eebeec0be56b7995e"
11074+
integrity sha512-D3VQC387qKOrZz2/SMc7+rRxbioT56+SwVhZOkucDfun86ByXCwrfNfhlN+SiufHJp/rDQUL9f27gKa+00Xvgw==
11075+
1105911076
"webpack@>=4 < 4.29":
1106011077
version "4.28.4"
1106111078
resolved "https://registry.npmjs.org/webpack/-/webpack-4.28.4.tgz#1ddae6c89887d7efb752adf0c3cd32b9b07eacd0"

0 commit comments

Comments
 (0)