Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4301fce

Browse files
fix(deps): update dependency vue-apollo to v3.1.2
1 parent d28b3bd commit 4301fce

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

‎advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jwt-decode": "2.2.0",
2323
"subscriptions-transport-ws": "0.11.0",
2424
"vue": "2.6.14",
25-
"vue-apollo": "3.0.7",
25+
"vue-apollo": "3.1.2",
2626
"vue-router": "3.5.2",
2727
"vue-template-compiler": "2.6.14"
2828
},

‎advanced/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6219,10 +6219,10 @@ vm-browserify@0.0.4:
62196219
dependencies:
62206220
indexof "0.0.1"
62216221

6222-
vue-apollo@3.0.7:
6223-
version "3.0.7"
6224-
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.7.tgz#97a031d45641faa4888a6d5a7f71c40834359704"
6225-
integrity sha512-EUfIn4cJmoflnDJiSNP8gH4fofIEzd0I2AWnd9nhHB8mddmzIfgSNjIRihDcRB10wypYG1OG0GcU335CFgZRfA==
6222+
vue-apollo@3.1.2:
6223+
version "3.1.2"
6224+
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.1.2.tgz#fc01a3d460536f9a5d2db7b26f84acc7c716189d"
6225+
integrity sha512-ZS4b9C+iiiVmjpbTcxp2ryrRiX4lux+duPuyj4qm25hS8Y45NjQXitgLYitSToqepl52/VZDrRnD07G2RpbejQ==
62266226
dependencies:
62276227
chalk "^2.4.2"
62286228
serialize-javascript "^4.0.0"

‎basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"graphql-tag": "2.12.6",
1919
"subscriptions-transport-ws": "0.11.0",
2020
"vue": "2.6.14",
21-
"vue-apollo": "3.0.7",
21+
"vue-apollo": "3.1.2",
2222
"vue-router": "3.5.2",
2323
"vue-template-compiler": "2.6.14"
2424
},

‎basic/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6536,10 +6536,10 @@ vm-browserify@0.0.4:
65366536
dependencies:
65376537
indexof "0.0.1"
65386538

6539-
vue-apollo@3.0.7:
6540-
version "3.0.7"
6541-
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.7.tgz#97a031d45641faa4888a6d5a7f71c40834359704"
6542-
integrity sha512-EUfIn4cJmoflnDJiSNP8gH4fofIEzd0I2AWnd9nhHB8mddmzIfgSNjIRihDcRB10wypYG1OG0GcU335CFgZRfA==
6539+
vue-apollo@3.1.2:
6540+
version "3.1.2"
6541+
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.1.2.tgz#fc01a3d460536f9a5d2db7b26f84acc7c716189d"
6542+
integrity sha512-ZS4b9C+iiiVmjpbTcxp2ryrRiX4lux+duPuyj4qm25hS8Y45NjQXitgLYitSToqepl52/VZDrRnD07G2RpbejQ==
65436543
dependencies:
65446544
chalk "^2.4.2"
65456545
serialize-javascript "^4.0.0"

‎minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"graphql": "0.13.2",
1616
"graphql-tag": "2.12.6",
1717
"vue": "2.6.14",
18-
"vue-apollo": "3.0.7",
18+
"vue-apollo": "3.1.2",
1919
"vue-router": "3.5.2",
2020
"vue-template-compiler": "2.6.14"
2121
},

‎minimal/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6514,10 +6514,10 @@ vm-browserify@0.0.4:
65146514
dependencies:
65156515
indexof "0.0.1"
65166516

6517-
vue-apollo@3.0.7:
6518-
version "3.0.7"
6519-
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.7.tgz#97a031d45641faa4888a6d5a7f71c40834359704"
6520-
integrity sha512-EUfIn4cJmoflnDJiSNP8gH4fofIEzd0I2AWnd9nhHB8mddmzIfgSNjIRihDcRB10wypYG1OG0GcU335CFgZRfA==
6517+
vue-apollo@3.1.2:
6518+
version "3.1.2"
6519+
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.1.2.tgz#fc01a3d460536f9a5d2db7b26f84acc7c716189d"
6520+
integrity sha512-ZS4b9C+iiiVmjpbTcxp2ryrRiX4lux+duPuyj4qm25hS8Y45NjQXitgLYitSToqepl52/VZDrRnD07G2RpbejQ==
65216521
dependencies:
65226522
chalk "^2.4.2"
65236523
serialize-javascript "^4.0.0"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /