We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f28d4 commit a49b04aCopy full SHA for a49b04a
README.md
@@ -7,7 +7,7 @@
7
</a>
8
<img src="https://img.shields.io/node/v/serverless-offline.svg?style=flat-square">
9
<a href="https://github.com/vibou/serverless-step-functions-offline#readme">
10
- <img src="https://img.shields.io/badge/dependencies-serverless%20%5E2.53.1-yellow">
+ <img src="https://img.shields.io/badge/dependencies-serverless%20%5E3.23.0-yellow">
11
12
</p>
13
tsconfig.json
@@ -50,7 +50,7 @@
50
"types": [
51
"serverless",
52
"lodash",
53
- "moment",
+ "dayjs",
54
"jest",
55
"node"
56
] /* List of root folders whose combined content represents the structure of the project at runtime. */,
0 commit comments