Browse Source

chore(deps): add @types/jest

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
pull/10018/head
Grigorii K. Shartsev 2 years ago
parent
commit
ddbfd063fa
  1. 21
      package-lock.json
  2. 1
      package.json

21
package-lock.json

@ -64,6 +64,7 @@
"@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/stylelint-config": "^2.3.1",
"@nextcloud/webpack-vue-config": "^5.5.1",
"@types/jest": "^29.5.3",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^29.2.4",
"babel-loader-exclude-node-modules-except": "^1.2.1",
@ -3666,6 +3667,16 @@
"@types/istanbul-lib-report": "*"
}
},
"node_modules/@types/jest": {
"version": "29.5.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz",
"integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
"pretty-format": "^29.0.0"
}
},
"node_modules/@types/jquery": {
"version": "3.5.16",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.16.tgz",
@ -20947,6 +20958,16 @@
"@types/istanbul-lib-report": "*"
}
},
"@types/jest": {
"version": "29.5.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.3.tgz",
"integrity": "sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==",
"dev": true,
"requires": {
"expect": "^29.0.0",
"pretty-format": "^29.0.0"
}
},
"@types/jquery": {
"version": "3.5.16",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.16.tgz",

1
package.json

@ -73,6 +73,7 @@
"@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/stylelint-config": "^2.3.1",
"@nextcloud/webpack-vue-config": "^5.5.1",
"@types/jest": "^29.5.3",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^29.2.4",
"babel-loader-exclude-node-modules-except": "^1.2.1",

Loading…
Cancel
Save