Skip to content

Commit 36a7046

Browse files
author
Weffe
committed
Merge branch 'master' into dev
2 parents 9cd085f + 119a41f commit 36a7046

File tree

4 files changed

+236
-115
lines changed

4 files changed

+236
-115
lines changed

examples/with-react-typescript/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
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
},

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export { withVersioning } from './axios-api-versioning';
22
export { VersioningStrategy, IWithVersioningConfig, MediaTypeFormatterFn } from './types';
3-
// export { default as AxiosTypes } from './axios.types';

0 commit comments

Comments
 (0)