Skip to content

Commit 9eda4e5

Browse files
committed
fix: move dayjs into prod dependencies, closes #421
1 parent 33e2a50 commit 9eda4e5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"private": false,
4949
"dependencies": {
5050
"@cypress/browserify-preprocessor": "3.0.1",
51+
"dayjs": "1.10.4",
5152
"debug": "4.3.1",
5253
"execa": "4.1.0",
5354
"globby": "11.0.3",
@@ -66,7 +67,6 @@
6667
"check-code-coverage": "1.10.0",
6768
"console-log-div": "0.6.3",
6869
"cypress": "6.8.0",
69-
"dayjs": "1.10.4",
7070
"express": "4.17.1",
7171
"lodash": "4.17.21",
7272
"markdown-link-check": "3.8.6",

0 commit comments

Comments
 (0)