瀏覽代碼

Merge pull request #30085 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.0

tags/v24.0.0beta1
dependabot[bot] 2 年之前
父節點
當前提交
71a2d29e5f
No account linked to committer's email address
共有 2 個文件被更改,包括 27 次插入12 次删除
  1. 26
    11
      package-lock.json
  2. 1
    1
      package.json

+ 26
- 11
package-lock.json 查看文件

@@ -81,7 +81,7 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^4.0.0",
"@nextcloud/stylelint-config": "^2.0.1",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^5.8.2",
"babel-loader": "^8.2.3",
@@ -105,8 +105,8 @@
"webpack-merge": "^5.8.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "^14.0.0",
"npm": "^7.0.0"
}
},
"node_modules/@babel/cli": {
@@ -7470,14 +7470,14 @@
}
},
"node_modules/@testing-library/jest-dom": {
"version": "5.15.1",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.15.1.tgz",
"integrity": "sha512-kmj8opVDRE1E4GXyLlESsQthCXK7An28dFWxhiMwD7ZUI7ZxA6sjdJRxLerD9Jd8cHX4BDc1jzXaaZKqzlUkvg==",
"version": "5.16.0",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.0.tgz",
"integrity": "sha512-ECygvCL6ufPfHna4fsk7o24+3PVNhRbioDpFbfSVEZaglT6EjuRP+w8I5tzigFz1fobpvCrVRoKyR4qx2QUCxw==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.9.2",
"@types/testing-library__jest-dom": "^5.9.1",
"aria-query": "^4.2.2",
"aria-query": "^5.0.0",
"chalk": "^3.0.0",
"css": "^3.0.0",
"css.escape": "^1.5.1",
@@ -7506,6 +7506,15 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/@testing-library/jest-dom/node_modules/aria-query": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
"integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==",
"dev": true,
"engines": {
"node": ">=6.0"
}
},
"node_modules/@testing-library/jest-dom/node_modules/chalk": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
@@ -28631,14 +28640,14 @@
}
},
"@testing-library/jest-dom": {
"version": "5.15.1",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.15.1.tgz",
"integrity": "sha512-kmj8opVDRE1E4GXyLlESsQthCXK7An28dFWxhiMwD7ZUI7ZxA6sjdJRxLerD9Jd8cHX4BDc1jzXaaZKqzlUkvg==",
"version": "5.16.0",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.0.tgz",
"integrity": "sha512-ECygvCL6ufPfHna4fsk7o24+3PVNhRbioDpFbfSVEZaglT6EjuRP+w8I5tzigFz1fobpvCrVRoKyR4qx2QUCxw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.9.2",
"@types/testing-library__jest-dom": "^5.9.1",
"aria-query": "^4.2.2",
"aria-query": "^5.0.0",
"chalk": "^3.0.0",
"css": "^3.0.0",
"css.escape": "^1.5.1",
@@ -28656,6 +28665,12 @@
"color-convert": "^2.0.1"
}
},
"aria-query": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz",
"integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==",
"dev": true
},
"chalk": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",

+ 1
- 1
package.json 查看文件

@@ -97,7 +97,7 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^4.0.0",
"@nextcloud/stylelint-config": "^2.0.1",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^5.8.2",
"babel-loader": "^8.2.3",

Loading…
取消
儲存