Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-28 05:19:55 +0300
committerGitHub <noreply@github.com>2022-05-28 05:19:55 +0300
commitaf6f5e1ace0a71bd74b710edafe4b9dfd3490b88 (patch)
treeeee148ce96a5211c7794e21cef473a353a5cab60
parent28419b886d982388f7e2f2d288f0e41d2cce7cad (diff)
Bump @vue/vue2-jest from 27.0.0 to 28.0.0dependabot/npm_and_yarn/vue/vue2-jest-28.0.0
Bumps [@vue/vue2-jest](https://github.com/vuejs/vue-jest) from 27.0.0 to 28.0.0. - [Release notes](https://github.com/vuejs/vue-jest/releases) - [Commits](https://github.com/vuejs/vue-jest/compare/v27.0.0...v28.0.0) --- updated-dependencies: - dependency-name: "@vue/vue2-jest" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json23
-rw-r--r--package.json2
2 files changed, 14 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index b32b729b..4bf98d3b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -55,7 +55,7 @@
"@nextcloud/webpack-vue-config": "^4.3.2",
"@types/jest": "^27.4.1",
"@typescript-eslint/parser": "^5.25.0",
- "@vue/vue2-jest": "^27.0.0",
+ "@vue/vue2-jest": "^28.0.0",
"babel-jest": "^27.5.1",
"eslint-import-resolver-typescript": "^2.5.0",
"jest": "^27.5.1",
@@ -3511,9 +3511,9 @@
"dev": true
},
"node_modules/@vue/vue2-jest": {
- "version": "27.0.0",
- "resolved": "https://registry.npmjs.org/@vue/vue2-jest/-/vue2-jest-27.0.0.tgz",
- "integrity": "sha512-r8YGOuqEWpAf2wGfgxfOL6Jce3WYOMcYji2qd8kuDe466ZsybHFeMryMJi6JrELOOI+MCA/8eFsSOx1KoJa7Dg==",
+ "version": "28.0.0",
+ "resolved": "https://registry.npmjs.org/@vue/vue2-jest/-/vue2-jest-28.0.0.tgz",
+ "integrity": "sha512-Ke8wGaC6umisuV1qFdUGT1I8mhZHZfmRjMRinnjKstMUi39ZYmlcNciJ2/yXWOFmMZjmSM0+mKHsZCIGd07G6w==",
"dev": true,
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
@@ -3522,11 +3522,14 @@
"css-tree": "^2.0.1",
"source-map": "0.5.6"
},
+ "engines": {
+ "node": ">10"
+ },
"peerDependencies": {
"@babel/core": "7.x",
- "babel-jest": ">= 27 < 28",
- "jest": "27.x",
- "ts-jest": ">= 27 < 28",
+ "babel-jest": ">= 28 < 29",
+ "jest": "28.x",
+ "ts-jest": ">= 28 < 29",
"vue": "^2.x",
"vue-template-compiler": "^2.x"
},
@@ -21220,9 +21223,9 @@
}
},
"@vue/vue2-jest": {
- "version": "27.0.0",
- "resolved": "https://registry.npmjs.org/@vue/vue2-jest/-/vue2-jest-27.0.0.tgz",
- "integrity": "sha512-r8YGOuqEWpAf2wGfgxfOL6Jce3WYOMcYji2qd8kuDe466ZsybHFeMryMJi6JrELOOI+MCA/8eFsSOx1KoJa7Dg==",
+ "version": "28.0.0",
+ "resolved": "https://registry.npmjs.org/@vue/vue2-jest/-/vue2-jest-28.0.0.tgz",
+ "integrity": "sha512-Ke8wGaC6umisuV1qFdUGT1I8mhZHZfmRjMRinnjKstMUi39ZYmlcNciJ2/yXWOFmMZjmSM0+mKHsZCIGd07G6w==",
"dev": true,
"requires": {
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
diff --git a/package.json b/package.json
index 328a8d8a..eef128d3 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
"@nextcloud/webpack-vue-config": "^4.3.2",
"@types/jest": "^27.4.1",
"@typescript-eslint/parser": "^5.25.0",
- "@vue/vue2-jest": "^27.0.0",
+ "@vue/vue2-jest": "^28.0.0",
"babel-jest": "^27.5.1",
"eslint-import-resolver-typescript": "^2.5.0",
"jest": "^27.5.1",