Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit cf84e51

Browse files
committed
Merge branch 'master' of github.com:nuxt-community/composition-api
2 parents 91292c8 + af08bc8 commit cf84e51

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@nuxt/types": "^0.7.5",
7070
"@nuxtjs/module-test-utils": "^1.6.1",
7171
"@release-it/conventional-changelog": "^1.1.4",
72-
"@types/jest": "^25.2.1",
72+
"@types/jest": "^25.2.2",
7373
"@typescript-eslint/eslint-plugin": "^2.33.0",
7474
"@typescript-eslint/parser": "^2.33.0",
7575
"@vue/composition-api": "^0.5.0",
@@ -88,7 +88,7 @@
8888
"release-it": "13.5.8",
8989
"rollup": "^2.10.0",
9090
"rollup-plugin-copy": "^3.3.0",
91-
"rollup-plugin-dts": "^1.4.2",
91+
"rollup-plugin-dts": "^1.4.3",
9292
"rollup-plugin-typescript2": "^0.27.1",
9393
"start-server-and-test": "^1.11.0",
9494
"testcafe": "^1.8.4",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,10 +2036,10 @@
20362036
"@types/istanbul-lib-coverage" "*"
20372037
"@types/istanbul-lib-report" "*"
20382038

2039-
"@types/jest@^25.2.1":
2040-
version "25.2.1"
2041-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.1.tgz#9544cd438607955381c1bdbdb97767a249297db5"
2042-
integrity sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA==
2039+
"@types/jest@^25.2.2":
2040+
version "25.2.2"
2041+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.2.tgz#6a752e7a00f69c3e790ea00c345029d5cefa92bf"
2042+
integrity sha512-aRctFbG8Pb7DSLzUt/fEtL3q/GKb9mretFuYhRub2J0q6NhzBYbx9HTQzHrWgBNIxYOlxGNVe6Z54cpbUt+Few==
20432043
dependencies:
20442044
jest-diff "^25.2.1"
20452045
pretty-format "^25.2.1"
@@ -12294,10 +12294,10 @@ rollup-plugin-copy@^3.3.0:
1229412294
globby "10.0.1"
1229512295
is-plain-object "^3.0.0"
1229612296

12297-
rollup-plugin-dts@^1.4.2:
12298-
version "1.4.2"
12299-
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-1.4.2.tgz#eabe4cee9f85c0ad04c8c75ee9c8781d1cc0ed40"
12300-
integrity sha512-Ghd3+p9rczMcoJcJ6uq7eaVpiw150u+fB8oHnNY/CMD25RgKijltRdWVGUE6de6fdnec3iR76naQk7LVXp97gQ==
12297+
rollup-plugin-dts@^1.4.3:
12298+
version "1.4.3"
12299+
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-1.4.3.tgz#debd56abd4c08bcaa619268927e13ad643a82bb5"
12300+
integrity sha512-/zs3KkyN7xEC3RJMrfcY0z1Hvn3TIuen4pjOh9ASAWMcoXsMNVnZZIO75izE8VyWopSJrNz3Rm4EXF2gjqvt5A==
1230112301
optionalDependencies:
1230212302
"@babel/code-frame" "^7.8.3"
1230312303

0 commit comments

Comments
 (0)