mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-05 06:40:56 -06:00
chore: patch dtslint to work until we can find a replacement (#32383)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Bump this version to force CI to re-create the cache from scratch.
|
||||
8-19-2025
|
||||
8-28-2025-dtslint
|
||||
|
||||
@@ -129,6 +129,9 @@
|
||||
"import": "./index.mjs",
|
||||
"require": "./index.js"
|
||||
},
|
||||
"./types/net-stubbing": {
|
||||
"types": "./types/net-stubbing.d.ts"
|
||||
},
|
||||
"./vue": {
|
||||
"types": "./vue/dist/index.d.ts",
|
||||
"import": "./vue/dist/cypress-vue.esm-bundler.js",
|
||||
|
||||
2
cli/types/index.d.ts
vendored
2
cli/types/index.d.ts
vendored
@@ -4,7 +4,7 @@
|
||||
// Mike Woudenberg <https://github.com/mikewoudenberg>
|
||||
// Robbert van Markus <https://github.com/rvanmarkus>
|
||||
// Nicholas Boll <https://github.com/nicholasboll>
|
||||
// TypeScript Version: 4.3
|
||||
// TypeScript Version: 5.0
|
||||
// Updated by the Cypress team: https://www.cypress.io/about/
|
||||
|
||||
/// <reference path="./cy-blob-util.d.ts" />
|
||||
|
||||
@@ -276,6 +276,7 @@
|
||||
"**/sharp": "0.29.3",
|
||||
"**/socket.io-parser": "4.0.5",
|
||||
"**/ua-parser-js": "0.7.33",
|
||||
"@definitelytyped/typescript-versions": "0.1.7",
|
||||
"@types/react": "18.3.12",
|
||||
"browserify-sign": "4.2.2",
|
||||
"devtools-protocol": "0.0.1459876",
|
||||
|
||||
@@ -2900,10 +2900,10 @@
|
||||
"@types/parsimmon" "^1.10.1"
|
||||
parsimmon "^1.13.0"
|
||||
|
||||
"@definitelytyped/typescript-versions@^0.0.71", "@definitelytyped/typescript-versions@latest":
|
||||
version "0.0.71"
|
||||
resolved "https://registry.yarnpkg.com/@definitelytyped/typescript-versions/-/typescript-versions-0.0.71.tgz#08c791e3bf3c2861611edee8f28c72d2db0fb02e"
|
||||
integrity sha512-XJvyYfWQyntq+EdCqRinni9BwenPAoCXTZ3aaKfuir14bEbkIyeyQjuh1R0VkqdahIavyyAoGmYHe9OSYqFwTw==
|
||||
"@definitelytyped/typescript-versions@0.1.7", "@definitelytyped/typescript-versions@^0.0.71", "@definitelytyped/typescript-versions@latest":
|
||||
version "0.1.7"
|
||||
resolved "https://registry.yarnpkg.com/@definitelytyped/typescript-versions/-/typescript-versions-0.1.7.tgz#bd7a50832a21ed5978c2513e558cf0ac0d80cece"
|
||||
integrity sha512-sBzBi1SBn79OkSr8V0H+FzR7QumHk23syPyRxod/VRBrSkgN9rCliIe+nqLoWRAKN8EeKbp00ketnJNLZhucdA==
|
||||
|
||||
"@definitelytyped/utils@latest":
|
||||
version "0.0.71"
|
||||
|
||||
Reference in New Issue
Block a user