File tree Expand file tree Collapse file tree 4 files changed +236
-115
lines changed
examples/with-react-typescript/public Expand file tree Collapse file tree 4 files changed +236
-115
lines changed Original file line number Diff line number Diff line change 1717 -->
1818 < title > Browser Sandbox</ title >
1919
20- < link href ="https://cdn.jsdelivr.net/npm/ tailwindcss/dist/tailwind.min.css " rel ="stylesheet ">
20+ < link href ="https://unpkg.com/ tailwindcss@0.7.4 /dist/tailwind.min.css " rel ="stylesheet ">
2121</ head >
2222
2323< body class ="bg-grey-lightest p-16 ">
@@ -41,4 +41,4 @@ <h1 class="font-bold text-4xl text-center text-blue-darker">
4141 -->
4242</ body >
4343
44- </ html >
44+ </ html >
Original file line number Diff line number Diff line change 3939 },
4040 "devDependencies" : {
4141 "@types/jest" : " ^24.0.11" ,
42- "axios" : " ^0.18 .0" ,
42+ "axios" : " ^0.19 .0" ,
4343 "axios-mock-adapter" : " ^1.16.0" ,
4444 "docsify-cli" : " ^4.3.0" ,
4545 "http-status-codes" : " ^1.3.2" ,
4646 "jest" : " ^24.1.0" ,
4747 "npm-run-all" : " ^4.1.5" ,
4848 "rimraf" : " ^2.6.3" ,
49- "standard-version" : " ^5 .0.2 " ,
49+ "standard-version" : " ^6 .0.1 " ,
5050 "ts-jest" : " ^24.0.2" ,
5151 "typescript" : " ^3.3.3333"
5252 },
Original file line number Diff line number Diff line change 11export { withVersioning } from './axios-api-versioning' ;
22export { VersioningStrategy , IWithVersioningConfig , MediaTypeFormatterFn } from './types' ;
3- // export { default as AxiosTypes } from './axios.types';
You can’t perform that action at this time.
0 commit comments