Skip to content

chore(deps): update peerdependency @vue/composition-api to ^1.0.0-beta.16 - autoclosed #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"@types/memory-fs": "^0.3.2",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"@vue/composition-api": "1.0.0-beta.14",
"@vue/composition-api": "1.0.0-beta.16",
"@vue/test-utils": "^1.1.0",
"codecov": "^3.8.0",
"eslint": "^7.10.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-prettier": "^3.1.4",
Expand All @@ -93,7 +93,7 @@
"vue-template-compiler": "^2.6.12"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-beta.14",
"@vue/composition-api": "^1.0.0-beta.16",
"vue": "^2"
}
}
63 changes: 55 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2423,14 +2423,14 @@ __metadata:
languageName: node
linkType: hard

"@vue/composition-api@npm:1.0.0-beta.14":
version: 1.0.0-beta.14
resolution: "@vue/composition-api@npm:1.0.0-beta.14"
"@vue/composition-api@npm:1.0.0-beta.16":
version: 1.0.0-beta.16
resolution: "@vue/composition-api@npm:1.0.0-beta.16"
dependencies:
tslib: ^2.0.1
peerDependencies:
vue: ">= 2.5 < 3"
checksum: 2a6bb7783f774aa26aa9ed825376365269704b06c062fb8f272e08a91fb2cd5ff5c2ecec39581aacb12151cd9187290655715ee1444dc389196073290358bb31
checksum: 8cd2a596fbfb760140d8e1d4fd7394b5aff7acb93fe550bee181c5da3358b6335bb819d0338e78a5be4a0493387e5e8b5a3d01ee93687d3ef9e987c69ec96daf
languageName: node
linkType: hard

Expand Down Expand Up @@ -4469,7 +4469,54 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^7.10.0, eslint@npm:^7.5.0":
"eslint@npm:^7.11.0":
version: 7.11.0
resolution: "eslint@npm:7.11.0"
dependencies:
"@babel/code-frame": ^7.0.0
"@eslint/eslintrc": ^0.1.3
ajv: ^6.10.0
chalk: ^4.0.0
cross-spawn: ^7.0.2
debug: ^4.0.1
doctrine: ^3.0.0
enquirer: ^2.3.5
eslint-scope: ^5.1.1
eslint-utils: ^2.1.0
eslint-visitor-keys: ^2.0.0
espree: ^7.3.0
esquery: ^1.2.0
esutils: ^2.0.2
file-entry-cache: ^5.0.1
functional-red-black-tree: ^1.0.1
glob-parent: ^5.0.0
globals: ^12.1.0
ignore: ^4.0.6
import-fresh: ^3.0.0
imurmurhash: ^0.1.4
is-glob: ^4.0.0
js-yaml: ^3.13.1
json-stable-stringify-without-jsonify: ^1.0.1
levn: ^0.4.1
lodash: ^4.17.19
minimatch: ^3.0.4
natural-compare: ^1.4.0
optionator: ^0.9.1
progress: ^2.0.0
regexpp: ^3.1.0
semver: ^7.2.1
strip-ansi: ^6.0.0
strip-json-comments: ^3.1.0
table: ^5.2.3
text-table: ^0.2.0
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: 45ef6dc7b31684ca0f383ed9c6224e763197e1d49745542f4440e37286c947973388a6a7ebbf103eeee91ddb4af2652c5d22718f4130bfbbf4bd16a04103f82a
languageName: node
linkType: hard

"eslint@npm:^7.5.0":
version: 7.10.0
resolution: "eslint@npm:7.10.0"
dependencies:
Expand Down Expand Up @@ -10765,10 +10812,10 @@ typescript@^4.0.3:
"@types/memory-fs": ^0.3.2
"@typescript-eslint/eslint-plugin": ^4.4.0
"@typescript-eslint/parser": ^4.4.0
"@vue/composition-api": 1.0.0-beta.14
"@vue/composition-api": 1.0.0-beta.16
"@vue/test-utils": ^1.1.0
codecov: ^3.8.0
eslint: ^7.10.0
eslint: ^7.11.0
eslint-config-prettier: ^6.12.0
eslint-plugin-jest: ^24.1.0
eslint-plugin-prettier: ^3.1.4
Expand All @@ -10788,7 +10835,7 @@ typescript@^4.0.3:
vue-server-renderer: ^2.6.12
vue-template-compiler: ^2.6.12
peerDependencies:
"@vue/composition-api": ^1.0.0-beta.14
"@vue/composition-api": ^1.0.0-beta.16
vue: ^2
languageName: unknown
linkType: soft
Expand Down