File tree 9 files changed +154
-189
lines changed
openapi-typescript-helpers
9 files changed +154
-189
lines changed Original file line number Diff line number Diff line change 29
29
"@cobalt-ui/plugin-sass" : " ^1.2.3" ,
30
30
"@types/node" : " ^20.5.0" ,
31
31
"html-escaper" : " ^3.0.3" ,
32
- "typescript" : " ^5.1.6 " ,
32
+ "typescript" : " ^5.2.2 " ,
33
33
"vite-plugin-sass-dts" : " ^1.3.9"
34
34
}
35
35
}
Original file line number Diff line number Diff line change 24
24
"devDependencies" : {
25
25
"@changesets/changelog-github" : " ^0.4.8" ,
26
26
"@changesets/cli" : " ^2.26.2" ,
27
- "@typescript-eslint/eslint-plugin" : " ^6.3 .0" ,
28
- "@typescript-eslint/parser" : " ^6.3 .0" ,
29
- "del-cli" : " ^5.0 .0" ,
30
- "eslint" : " ^8.46 .0" ,
27
+ "@typescript-eslint/eslint-plugin" : " ^6.6 .0" ,
28
+ "@typescript-eslint/parser" : " ^6.6 .0" ,
29
+ "del-cli" : " ^5.1 .0" ,
30
+ "eslint" : " ^8.48 .0" ,
31
31
"eslint-config-prettier" : " ^9.0.0" ,
32
32
"eslint-plugin-no-only-tests" : " ^3.1.0" ,
33
33
"eslint-plugin-prettier" : " ^5.0.0" ,
34
34
"eslint-plugin-vitest" : " ^0.2.8" ,
35
35
"npm-run-all" : " ^4.1.5" ,
36
- "prettier" : " ^3.0.1 " ,
37
- "typescript" : " ^5.1.6 "
36
+ "prettier" : " ^3.0.3 " ,
37
+ "typescript" : " ^5.2.2 "
38
38
}
39
39
}
Original file line number Diff line number Diff line change 17
17
"@types/react" : " 18.2.20" ,
18
18
"@types/react-dom" : " 18.2.7" ,
19
19
"openapi-typescript" : " workspace:^" ,
20
- "typescript" : " 5.1.6 "
20
+ "typescript" : " 5.2.2 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 7
7
"prepare" : " openapi-typescript src/lib/api/v1.json -o src/lib/api/v1.d.ts"
8
8
},
9
9
"dependencies" : {
10
- "@tanstack/react-query" : " ^4.33 .0" ,
10
+ "@tanstack/react-query" : " ^4.35 .0" ,
11
11
"openapi-fetch" : " workspace:^" ,
12
12
"openapi-typescript" : " workspace:^" ,
13
13
"react" : " ^18.2.0" ,
14
14
"react-dom" : " ^18.2.0"
15
15
},
16
16
"devDependencies" : {
17
17
"@vitejs/plugin-react-swc" : " ^3.3.2" ,
18
- "typescript" : " ^5.1.6 " ,
18
+ "typescript" : " ^5.2.2 " ,
19
19
"vite" : " ^4.4.9"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 14
14
},
15
15
"devDependencies" : {
16
16
"@sveltejs/adapter-auto" : " ^2.1.0" ,
17
- "@sveltejs/kit" : " ^1.22.6 " ,
17
+ "@sveltejs/kit" : " ^1.24.1 " ,
18
18
"svelte" : " ^4.2.0" ,
19
- "svelte-check" : " ^3.5.0 " ,
19
+ "svelte-check" : " ^3.5.1 " ,
20
20
"tslib" : " ^2.6.2" ,
21
- "typescript" : " ^5.1.6 " ,
21
+ "typescript" : " ^5.2.2 " ,
22
22
"vite" : " ^4.4.9"
23
23
}
24
24
}
Original file line number Diff line number Diff line change 58
58
"version" : " pnpm run prepare && pnpm run build"
59
59
},
60
60
"dependencies" : {
61
- "openapi-typescript-helpers" : " ^0.0.2 "
61
+ "openapi-typescript-helpers" : " workspace:^ "
62
62
},
63
63
"devDependencies" : {
64
- "axios" : " ^1.4 .0" ,
65
- "del-cli" : " ^5.0 .0" ,
64
+ "axios" : " ^1.5 .0" ,
65
+ "del-cli" : " ^5.1 .0" ,
66
66
"esbuild" : " ^0.19.2" ,
67
67
"nanostores" : " ^0.9.3" ,
68
- "openapi-typescript" : " ^6.5.0 " ,
68
+ "openapi-typescript" : " workspace:^ " ,
69
69
"openapi-typescript-codegen" : " ^0.25.0" ,
70
70
"openapi-typescript-fetch" : " ^1.1.3" ,
71
71
"superagent" : " ^8.1.2" ,
72
- "typescript" : " ^5.1.6 " ,
73
- "vitest" : " ^0.34.1 " ,
72
+ "typescript" : " ^5.2.2 " ,
73
+ "vitest" : " ^0.34.3 " ,
74
74
"vitest-fetch-mock" : " ^0.2.2"
75
75
}
76
76
}
Original file line number Diff line number Diff line change 33
33
"test" : " tsc --noEmit"
34
34
},
35
35
"devDependencies" : {
36
- "typescript" : " ^5.1.6 "
36
+ "typescript" : " ^5.2.2 "
37
37
}
38
38
}
Original file line number Diff line number Diff line change 68
68
"devDependencies" : {
69
69
"@types/degit" : " ^2.8.3" ,
70
70
"@types/js-yaml" : " ^4.0.5" ,
71
- "@types/node" : " ^20.5.0 " ,
71
+ "@types/node" : " ^20.5.9 " ,
72
72
"degit" : " ^2.8.4" ,
73
- "del-cli" : " ^5.0 .0" ,
73
+ "del-cli" : " ^5.1 .0" ,
74
74
"esbuild" : " ^0.19.2" ,
75
75
"execa" : " ^7.2.0" ,
76
76
"vite" : " ^4.4.9" ,
77
- "vite-node" : " ^0.34.1 " ,
78
- "vitest" : " ^0.34.1 "
77
+ "vite-node" : " ^0.34.3 " ,
78
+ "vitest" : " ^0.34.3 "
79
79
}
80
80
}
You can’t perform that action at this time.
0 commit comments