Skip to content

Commit fe3d96d

Browse files
author
Guillaume Chau
committed
chore: v5.3.0
1 parent 8b9c966 commit fe3d96d

File tree

4 files changed

+6
-44
lines changed

4 files changed

+6
-44
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-devtools",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "devtools for Vue.js!",
55
"private": true,
66
"workspaces": [
@@ -57,4 +57,4 @@
5757
"engines": {
5858
"node": ">=8.10"
5959
}
60-
}
60+
}

packages/shell-chrome/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Vue.js devtools",
3-
"version": "5.2.0",
4-
"version_name": "5.2.0",
3+
"version": "5.3.0",
4+
"version_name": "5.3.0",
55
"description": "Chrome and Firefox DevTools extension for debugging Vue.js applications.",
66
"manifest_version": 2,
77
"icons": {

packages/shell-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/devtools",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "StandAlone vue-devtools",
55
"repository": {
66
"url": "https://github.com/vuejs/vue-devtools.git",

yarn.lock

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ cyclist@^1.0.1:
15081508
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
15091509
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
15101510

1511-
cypress@=3.4.1:
1511+
cypress@=3.4.1, cypress@^3.1.0:
15121512
version "3.4.1"
15131513
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.4.1.tgz#ca2e4e9864679da686c6a6189603efd409664c30"
15141514
integrity sha512-1HBS7t9XXzkt6QHbwfirWYty8vzxNMawGj1yI+Fu6C3/VZJ8UtUngMW6layqwYZzLTZV8tiDpdCNBypn78V4Dg==
@@ -1544,44 +1544,6 @@ cypress@=3.4.1:
15441544
url "0.11.0"
15451545
yauzl "2.10.0"
15461546

1547-
cypress@^3.1.0:
1548-
version "3.5.0"
1549-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.5.0.tgz#e188bc8f48782953f6865d8830a4dc342334b81c"
1550-
integrity sha512-I1iSReD2C8CTP6s4BvQky4gEqHBnKLmhBIqFyCUZdj6BQ6ZDxGnmIbQPM5g79E2iP60KTIbTK99ZPSDVtsNUUg==
1551-
dependencies:
1552-
"@cypress/listr-verbose-renderer" "0.4.1"
1553-
"@cypress/xvfb" "1.2.4"
1554-
"@types/sizzle" "2.3.2"
1555-
arch "2.1.1"
1556-
bluebird "3.5.0"
1557-
cachedir "1.3.0"
1558-
chalk "2.4.2"
1559-
check-more-types "2.24.0"
1560-
commander "2.15.1"
1561-
common-tags "1.8.0"
1562-
debug "3.2.6"
1563-
execa "0.10.0"
1564-
executable "4.1.1"
1565-
extract-zip "1.6.7"
1566-
fs-extra "5.0.0"
1567-
getos "3.1.1"
1568-
is-ci "1.2.1"
1569-
is-installed-globally "0.1.0"
1570-
lazy-ass "1.6.0"
1571-
listr "0.12.0"
1572-
lodash "4.17.15"
1573-
log-symbols "2.2.0"
1574-
minimist "1.2.0"
1575-
moment "2.24.0"
1576-
ramda "0.24.1"
1577-
request "2.88.0"
1578-
request-progress "3.0.0"
1579-
supports-color "5.5.0"
1580-
tmp "0.1.0"
1581-
untildify "3.0.3"
1582-
url "0.11.0"
1583-
yauzl "2.10.0"
1584-
15851547
d3-array@1, d3-array@^1.1.1, d3-array@^1.2.0:
15861548
version "1.2.4"
15871549
resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-1.2.4.tgz#635ce4d5eea759f6f605863dbcfc30edc737f71f"

0 commit comments

Comments
 (0)