chore: dependencies

This commit is contained in:
cha0s 2024-02-07 21:17:51 -06:00
parent cd4a5cbecf
commit 95f156a765
3 changed files with 26737 additions and 3 deletions

View File

@ -87,7 +87,6 @@
- 'react'
- 'react-dom'
- 'react-refresh/runtime'
- 'react-window'
port: 32350
public: 'humus.localhost'
'@humus/app':

26732
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,6 @@
"@humus/farm": "^4.0.0",
"@humus/inventory": "^4.0.0",
"@humus/universe": "^4.0.0",
"@inlet/react-pixi": "^6.0.7",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4"
},
@ -49,8 +48,12 @@
"@flecks/build": "^3.1.3",
"@flecks/create-fleck": "^3.1.3",
"@flecks/docker": "^3.1.3",
"husky": "^9.0.7",
"lerna": "^8.0.2",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
}
},
"workspaces": [
"packages/*"
]
}