@kubb/plugin-cypress 3.10.9 → 3.10.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-cypress",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.11",
|
|
4
4
|
"description": "Generator cypress",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -74,19 +74,19 @@
|
|
|
74
74
|
"!/**/__tests__/**"
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@kubb/core": "3.10.
|
|
78
|
-
"@kubb/oas": "3.10.
|
|
79
|
-
"@kubb/plugin-oas": "3.10.
|
|
80
|
-
"@kubb/plugin-ts": "3.10.
|
|
81
|
-
"@kubb/react": "3.10.
|
|
77
|
+
"@kubb/core": "3.10.11",
|
|
78
|
+
"@kubb/oas": "3.10.11",
|
|
79
|
+
"@kubb/plugin-oas": "3.10.11",
|
|
80
|
+
"@kubb/plugin-ts": "3.10.11",
|
|
81
|
+
"@kubb/react": "3.10.11"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@types/react": "^18.3.21",
|
|
85
85
|
"react": "^18.3.1",
|
|
86
86
|
"tsup": "^8.4.0",
|
|
87
87
|
"typescript": "^5.8.3",
|
|
88
|
-
"@kubb/config-ts": "3.10.
|
|
89
|
-
"@kubb/config-tsup": "3.10.
|
|
88
|
+
"@kubb/config-ts": "3.10.11",
|
|
89
|
+
"@kubb/config-tsup": "3.10.11"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"@kubb/react": "^3.0.0"
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"build": "tsup",
|
|
103
103
|
"clean": "npx rimraf ./dist",
|
|
104
104
|
"lint": "bun biome lint .",
|
|
105
|
-
"lint:fix": "bun biome lint --
|
|
105
|
+
"lint:fix": "bun biome lint--fix --unsafe .",
|
|
106
106
|
"release": "pnpm publish --no-git-check",
|
|
107
107
|
"release:canary": "bash ../../.github/canary.sh && node ../../scripts/build.js canary && pnpm publish --no-git-check",
|
|
108
108
|
"start": "tsup --watch",
|