@kubb/plugin-msw 3.10.9 → 3.10.10
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-msw",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.10",
|
|
4
4
|
"description": "Generator swagger",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -74,20 +74,20 @@
|
|
|
74
74
|
"!/**/__tests__/**"
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@kubb/core": "3.10.
|
|
78
|
-
"@kubb/
|
|
79
|
-
"@kubb/plugin-
|
|
80
|
-
"@kubb/
|
|
81
|
-
"@kubb/plugin-ts": "3.10.
|
|
82
|
-
"@kubb/react": "3.10.
|
|
77
|
+
"@kubb/core": "3.10.10",
|
|
78
|
+
"@kubb/plugin-faker": "3.10.10",
|
|
79
|
+
"@kubb/plugin-oas": "3.10.10",
|
|
80
|
+
"@kubb/oas": "3.10.10",
|
|
81
|
+
"@kubb/plugin-ts": "3.10.10",
|
|
82
|
+
"@kubb/react": "3.10.10"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@types/react": "^18.3.21",
|
|
86
86
|
"react": "^18.3.1",
|
|
87
87
|
"tsup": "^8.4.0",
|
|
88
88
|
"typescript": "^5.8.3",
|
|
89
|
-
"@kubb/config-ts": "3.10.
|
|
90
|
-
"@kubb/config-tsup": "3.10.
|
|
89
|
+
"@kubb/config-ts": "3.10.10",
|
|
90
|
+
"@kubb/config-tsup": "3.10.10"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"@kubb/react": "^3.0.0"
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"build": "tsup",
|
|
104
104
|
"clean": "npx rimraf ./dist",
|
|
105
105
|
"lint": "bun biome lint .",
|
|
106
|
-
"lint:fix": "bun biome lint --
|
|
106
|
+
"lint:fix": "bun biome lint--fix --unsafe .",
|
|
107
107
|
"release": "pnpm publish --no-git-check",
|
|
108
108
|
"release:canary": "bash ../../.github/canary.sh && node ../../scripts/build.js canary && pnpm publish --no-git-check",
|
|
109
109
|
"start": "tsup --watch",
|