Skip to content

Commit 1064206

Browse files
authored
chore: up devtools (vuejs#675)
1 parent db267be commit 1064206

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/size-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v1
1616
- uses: bahmutov/npm-install@v1
1717

18-
- uses: posva/[email protected].0
18+
- uses: posva/[email protected].2
1919
with:
2020
github_token: ${{ secrets.GITHUB_TOKEN }}
2121
build_script: build:size

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/webpack": "^4.41.25",
7272
"@types/webpack-env": "^1.16.0",
7373
"@vue/compiler-sfc": "^3.0.3",
74-
"@vue/devtools-api": "^6.0.0-beta.2",
74+
"@vue/devtools-api": "^6.0.0-beta.3",
7575
"@vue/server-renderer": "^3.0.3",
7676
"algoliasearch": "^4.8.3",
7777
"axios": "^0.21.0",

src/devtools.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
App,
33
CustomInspectorNode,
4-
CustomInspectorNodeTag,
4+
InspectorNodeTag,
55
CustomInspectorState,
66
HookPayloads,
77
setupDevtoolsPlugin,
@@ -332,7 +332,7 @@ const DARK = 0x666666
332332
function formatRouteRecordForInspector(
333333
route: RouteRecordMatcher
334334
): CustomInspectorNode {
335-
const tags: CustomInspectorNodeTag[] = []
335+
const tags: InspectorNodeTag[] = []
336336

337337
const { record } = route
338338

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,10 +1280,10 @@
12801280
"@vue/compiler-dom" "3.0.4"
12811281
"@vue/shared" "3.0.4"
12821282

1283-
"@vue/devtools-api@^6.0.0-beta.2":
1284-
version "6.0.0-beta.2"
1285-
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.2.tgz#833ad3335f97ae9439e26247d97f9baf7b5a6116"
1286-
integrity sha512-5k0A8ffjNNukOiceImBdx1e3W5Jbpwqsu7xYHiZVu9mn4rYxFztIt+Q25mOHm7nwvDnMHrE7u5KtY2zmd+81GA==
1283+
"@vue/devtools-api@^6.0.0-beta.3":
1284+
version "6.0.0-beta.3"
1285+
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.3.tgz#5a66cc8beed688fe18c272ee7a8bd8ed7e35a54c"
1286+
integrity sha512-iJQhVyWzWIJxYIMjbZpljZQfU4gL2IMD5YQm3HXO8tQRU7RqqnD3f1WHn+vrqvrSvM8Qw2BeNugwdBBmbK8Oxg==
12871287

12881288
12891289
version "3.0.3"

0 commit comments

Comments
 (0)