|
|
|
|
@ -93,7 +93,7 @@
|
|
|
|
|
"@babel/preset-typescript": "^7.27.1",
|
|
|
|
|
"@codecov/webpack-plugin": "^1.9.1",
|
|
|
|
|
"@cypress/vue2": "^2.1.1",
|
|
|
|
|
"@cypress/webpack-preprocessor": "^6.0.4",
|
|
|
|
|
"@cypress/webpack-preprocessor": "^7.0.0",
|
|
|
|
|
"@nextcloud/babel-config": "^1.2.0",
|
|
|
|
|
"@nextcloud/cypress": "^1.0.0-beta.15",
|
|
|
|
|
"@nextcloud/eslint-config": "^8.4.2",
|
|
|
|
|
@ -2558,11 +2558,10 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@cypress/webpack-preprocessor": {
|
|
|
|
|
"version": "6.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-ly+EcabWWbhrSPr2J/njQX7Y3da+QqOmFg8Og/MVmLxhDLKIzr2WhTdgzDYviPTLx/IKsdb41cc2RLYp6mSBRA==",
|
|
|
|
|
"version": "7.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-7.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-pcWYnDBFNQg96Qrz3IaRnezDPkvoQTxI+4Bg+NDEqCZOkWlvsWaaebWvQblazfM3inL2+rFqbg4g/53ELwUJQw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"bluebird": "3.7.1",
|
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
|
@ -2572,8 +2571,8 @@
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "^7.25.2",
|
|
|
|
|
"@babel/preset-env": "^7.25.3",
|
|
|
|
|
"babel-loader": "^8.3 || ^9 || ^10",
|
|
|
|
|
"webpack": "^4 || ^5"
|
|
|
|
|
"babel-loader": "^9 || ^10",
|
|
|
|
|
"webpack": "^5"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@cypress/webpack-preprocessor/node_modules/semver": {
|
|
|
|
|
|