🔧 fix: Patch incorrect Package Installation (#1720)

This commit is contained in:
Danny Avila 2024-02-03 20:41:02 -05:00 committed by GitHub
parent 74459d6261
commit 335980ac98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 6 deletions

View file

@ -49,6 +49,7 @@
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"cross-env": "^7.0.3",
"date-fns": "^3.3.1",
"downloadjs": "^1.4.7",
"export-from-json": "^1.7.2",
"filenamify": "^6.0.0",

4
package-lock.json generated
View file

@ -13,9 +13,6 @@
"client",
"packages/*"
],
"dependencies": {
"date-fns": "^3.3.1"
},
"devDependencies": {
"@playwright/test": "^1.38.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
@ -885,6 +882,7 @@
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"cross-env": "^7.0.3",
"date-fns": "^3.3.1",
"downloadjs": "^1.4.7",
"export-from-json": "^1.7.2",
"filenamify": "^6.0.0",

View file

@ -98,8 +98,5 @@
"admin/",
"packages/"
]
},
"dependencies": {
"date-fns": "^3.3.1"
}
}