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-08-13 09:38:30 +0300
committerGitHub <noreply@github.com>2022-08-13 09:38:30 +0300
commit42b1b47f812c3d6fe7137356176ea9e738e2e229 (patch)
treec7910b321e6aabcbd161ce1549fd019547a652ea
parent7ea650eea3dd508081f869d350500ed56728c8c9 (diff)
Bump @vue/vue2-jest from 27.0.0 to 28.0.1dependabot/npm_and_yarn/vue/vue2-jest-28.0.1
Bumps [@vue/vue2-jest](https://github.com/vuejs/vue-jest) from 27.0.0 to 28.0.1. - [Release notes](https://github.com/vuejs/vue-jest/releases) - [Commits](https://github.com/vuejs/vue-jest/compare/v27.0.0...v28.0.1) --- 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 08a122bc..54dcc91c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -55,7 +55,7 @@
"@nextcloud/webpack-vue-config": "^5.1.0",
"@types/jest": "^27.4.1",
"@typescript-eslint/parser": "^5.33.0",
- "@vue/vue2-jest": "^27",
+ "@vue/vue2-jest": "^28",
"babel-jest": "^27",
"eslint-import-resolver-typescript": "^3.3.0",
"jest": "^27",
@@ -3460,9 +3460,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.1",
+ "resolved": "https://registry.npmjs.org/@vue/vue2-jest/-/vue2-jest-28.0.1.tgz",
+ "integrity": "sha512-PLjs8TU7MrEeVJtf1prWOyUH4OXPOl6z/oPopu/t5OFU8sphb5vMYDgIIVfMhVpZBFmS+ucZalFXAaTA6vf6jQ==",
"dev": true,
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
@@ -3471,11 +3471,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"
},
@@ -18795,9 +18798,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.1",
+ "resolved": "https://registry.npmjs.org/@vue/vue2-jest/-/vue2-jest-28.0.1.tgz",
+ "integrity": "sha512-PLjs8TU7MrEeVJtf1prWOyUH4OXPOl6z/oPopu/t5OFU8sphb5vMYDgIIVfMhVpZBFmS+ucZalFXAaTA6vf6jQ==",
"dev": true,
"requires": {
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
diff --git a/package.json b/package.json
index 64ff835f..a01bffc1 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
"@nextcloud/webpack-vue-config": "^5.1.0",
"@types/jest": "^27.4.1",
"@typescript-eslint/parser": "^5.33.0",
- "@vue/vue2-jest": "^27",
+ "@vue/vue2-jest": "^28",
"babel-jest": "^27",
"eslint-import-resolver-typescript": "^3.3.0",
"jest": "^27",