Skip to content

Commit 899080a

Browse files
committed
build: bump deps
1 parent c2acd00 commit 899080a

File tree

2 files changed

+43
-37
lines changed

2 files changed

+43
-37
lines changed

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@
3838
"devDependencies": {
3939
"@babel/core": "^7.7.7",
4040
"@babel/preset-env": "^7.7.7",
41+
"@types/estree": "^0.0.42",
4142
"@types/hash-sum": "^1.0.0",
4243
"@types/loader-utils": "^1.1.3",
4344
"@types/webpack": "^4.41.0",
44-
"@vue/compiler-sfc": "^3.0.0-alpha.0",
45+
"@vue/compiler-sfc": "^3.0.0-alpha.1",
4546
"babel-loader": "^8.0.6",
4647
"cache-loader": "^4.1.0",
4748
"css-loader": "^3.3.2",
@@ -57,7 +58,7 @@
5758
"ts-jest": "^24.2.0",
5859
"typescript": "^3.7.3",
5960
"url-loader": "^3.0.0",
60-
"vue": "^3.0.0-alpha.0",
61+
"vue": "^3.0.0-alpha.1",
6162
"webpack": "^4.41.2",
6263
"webpack-cli": "^3.3.10",
6364
"webpack-dev-server": "^3.9.0",

Diff for: yarn.lock

+40-35
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,11 @@
889889
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
890890
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
891891

892+
"@types/estree@^0.0.42":
893+
version "0.0.42"
894+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.42.tgz#8d0c1f480339efedb3e46070e22dd63e0430dd11"
895+
integrity sha512-K1DPVvnBCPxzD+G51/cxVIoc2X8uUVl1zpJeE6iKcgHMj4+tbat5Xu4TjV7v2QSDbIeAfLi2hIk+u2+s0MlpUQ==
896+
892897
"@types/events@*":
893898
version "3.0.0"
894899
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -1001,29 +1006,29 @@
10011006
dependencies:
10021007
"@types/yargs-parser" "*"
10031008

1004-
1005-
version "3.0.0-alpha.0"
1006-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.0.tgz#016ebe9d36a65a909164b0ad9d48b2a5b53c99ab"
1007-
integrity sha512-9Yavlt5pA0kP9IxztuEYkNwpgqtyvcL3eHI78d0vZNG0QCRz3nrdJiI4cmTi4aRw8gTzmDN8c1N9k5quwbyzxQ==
1009+
1010+
version "3.0.0-alpha.1"
1011+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-alpha.1.tgz#963b2c19a5e882726242b32872068f6a23501cfc"
1012+
integrity sha512-TKWRUtPfeOQmm4fylfgjp5ENf0nWYuWp2nhzXXZdVn+upqNJNw9nX45WhQDSamyhB1inSyjsg/+jQq5FnUC/rQ==
10081013
dependencies:
10091014
acorn "^7.1.0"
10101015
estree-walker "^0.8.1"
10111016
source-map "^0.6.1"
10121017

1013-
1014-
version "3.0.0-alpha.0"
1015-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.0.tgz#d54ed384b5b136ac166b1b48d5a89729c760e22e"
1016-
integrity sha512-JJnigid6juCuudd9ZYTbxdUId5T2s2rM6ULYHrDHqxHjnfxxx+SdOZeBMcrNfZkmLa8wTSzo+aXe1+KYlvPOJw==
1018+
1019+
version "3.0.0-alpha.1"
1020+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-alpha.1.tgz#c928dd61f42d0b90e7e9e9d1dd0e8094475a25fe"
1021+
integrity sha512-3gEYW/G3FyQtpgARw/eVhfJPiUQchfRdpoRmkFZUDGpnqqw0fRr30u8Bm80JYajH5y3DgYOZbt6yIhy8enNPpw==
10171022
dependencies:
1018-
"@vue/compiler-core" "3.0.0-alpha.0"
1023+
"@vue/compiler-core" "3.0.0-alpha.1"
10191024

1020-
"@vue/compiler-sfc@^3.0.0-alpha.0":
1021-
version "3.0.0-alpha.0"
1022-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.0.tgz#f6376bca7f92421490b1e2a259e2a47f53aa3fd6"
1023-
integrity sha512-4hXGviUL//FXdiLIqnTLc9hZsYu/UBe4/HKy7IfFGIs2t1cjkim1IOXv4Psu78h8XwFwGTRKKo+p2aOZRim86A==
1025+
"@vue/compiler-sfc@^3.0.0-alpha.1":
1026+
version "3.0.0-alpha.1"
1027+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.1.tgz#f703abcfca73d39cf79286e58b88fe1cd884967d"
1028+
integrity sha512-ww8WF5U6zSNiar8YIPLKsiLTmgJWP5O2pskN3gkPd3Uhc+K41fvH1PpH6eSLGH/sYozXNT0iA0sSOErbG2T0BQ==
10241029
dependencies:
1025-
"@vue/compiler-core" "3.0.0-alpha.0"
1026-
"@vue/compiler-dom" "3.0.0-alpha.0"
1030+
"@vue/compiler-core" "3.0.0-alpha.1"
1031+
"@vue/compiler-dom" "3.0.0-alpha.1"
10271032
consolidate "^0.15.1"
10281033
hash-sum "^2.0.0"
10291034
lru-cache "^5.1.1"
@@ -1032,24 +1037,24 @@
10321037
postcss-selector-parser "^6.0.2"
10331038
source-map "^0.6.1"
10341039

1035-
1036-
version "3.0.0-alpha.0"
1037-
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.0.tgz#4209b6c55f8b499206a7cbf0d07ad580932206fe"
1038-
integrity sha512-v3k/hdeLwixX1dLOFUJp4VSZ77Wm3F6zP+xpZvhqhvGEzTlN3esCf2nSZ2swzR6ZZrdI+Dw0N1r6JiDsCZ0KSA==
1040+
1041+
version "3.0.0-alpha.1"
1042+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-alpha.1.tgz#c4d858a97e4a2f249dc15e32f9eaa515161fefc7"
1043+
integrity sha512-yhH5mZqCt5MCiAAtF9Tv7ofph8erpb54hX6nCBJHotOm/IuR4G4TpQcKs4m0LVsW8EIFjTrE4XI4ekuMqjCXeQ==
10391044

1040-
1041-
version "3.0.0-alpha.0"
1042-
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.0.tgz#57274424b96fd55857b3bd08af86c3737bbcacea"
1043-
integrity sha512-CqsbpeQwHSdF2LUcwVGf8rWG3Z2dhMvOficMu3Nk+gh+ZfUtqm+dCAEeBCjTfFaA8rC3Bsgrjyq8YGcA8Th//w==
1045+
1046+
version "3.0.0-alpha.1"
1047+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-alpha.1.tgz#37fbee2a5b1703df194c2a12576f15af9f64d48e"
1048+
integrity sha512-oNDjcx/uR+98Omm7o651gwVnUfePh5JySR73ubeENnwZejMnShMwsNrJgLxgn6y5DzbPirIerPbFrXbFBQ9cJA==
10441049
dependencies:
1045-
"@vue/reactivity" "3.0.0-alpha.0"
1050+
"@vue/reactivity" "3.0.0-alpha.1"
10461051

1047-
1048-
version "3.0.0-alpha.0"
1049-
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.0.tgz#329bca7f8fe8edc9a9c83401a27ae045a5f98299"
1050-
integrity sha512-D7ElICdLQmJaQjBMQ+RgQEILHzmB9EgPYOdP5aEFewVg4lzUac0eccaRR5/rTWRxHnQ7D9OT2TMgBFqXngl1tg==
1052+
1053+
version "3.0.0-alpha.1"
1054+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-alpha.1.tgz#3b07954470e8b33aa22cd1c09c7c67ec567b2ab0"
1055+
integrity sha512-NOEg4cXykAZFmnBPFZs/ncJh1lXn3/j4VYD9YZn/myn905AxaWYslv71f0lh1eLgMw3yRh3W0Gi1P12U5D2iVA==
10511056
dependencies:
1052-
"@vue/runtime-core" "3.0.0-alpha.0"
1057+
"@vue/runtime-core" "3.0.0-alpha.1"
10531058

10541059
"@webassemblyjs/[email protected]":
10551060
version "1.8.5"
@@ -7755,13 +7760,13 @@ void-elements@^2.0.1:
77557760
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
77567761
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
77577762

7758-
vue@^3.0.0-alpha.0:
7759-
version "3.0.0-alpha.0"
7760-
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.0.tgz#f0dabb0ed3ab0be69c0a93be2a9112769764e238"
7761-
integrity sha512-wgQ1r4LVNQFD+L5bczQvItT+8Cak0jsA9cRIxwlyh+kb1jr6L8UktueEuBSoYhvC/899kprBuaR1vZHRAh5CLg==
7763+
vue@^3.0.0-alpha.1:
7764+
version "3.0.0-alpha.1"
7765+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.1.tgz#142d45c56fc1f65c2773f4f577fc0242cbb39dab"
7766+
integrity sha512-6yLtH27wZtqYLXbd5M0kSbHAEClV66sih5CAQ8SCvV+9JUQMF//j1mMBzf2xdoJeOPZDkNpqooB85vyJxT8e3Q==
77627767
dependencies:
7763-
"@vue/compiler-dom" "3.0.0-alpha.0"
7764-
"@vue/runtime-dom" "3.0.0-alpha.0"
7768+
"@vue/compiler-dom" "3.0.0-alpha.1"
7769+
"@vue/runtime-dom" "3.0.0-alpha.1"
77657770

77667771
w3c-hr-time@^1.0.1:
77677772
version "1.0.1"

0 commit comments

Comments
 (0)