mirror of
https://github.com/foomo/next-utils.git
synced 2025-10-16 12:35:36 +00:00
chore(fix): add missing deps
This commit is contained in:
parent
04cfe9cc45
commit
4cdb7c0ac7
@ -1,12 +1,9 @@
|
||||
{
|
||||
"name": "@foomo/next-utils",
|
||||
"private": false,
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"publicConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lerna": "^4.0.0"
|
||||
}
|
||||
|
||||
@ -14,6 +14,10 @@
|
||||
"build": "tsc -b tsconfig.json",
|
||||
"dev": "tsc -b -w tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"enhanced-resolve":"^5.8.0",
|
||||
"escalade":"^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.0.0",
|
||||
"@types/webpack": "^5.28.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user