Bump dependencies

This commit is contained in:
Cooldude2606
2026-01-14 20:15:23 +00:00
parent 550cf09967
commit 9be43e9896
3 changed files with 939 additions and 1459 deletions

View File

@@ -11,25 +11,25 @@
"node": ">=18"
},
"peerDependencies": {
"@clusterio/lib": "^2.0.0-alpha.19"
"@clusterio/lib": "catalog:"
},
"devDependencies": {
"@clusterio/lib": "^2.0.0-alpha.20",
"@clusterio/web_ui": "^2.0.0-alpha.20.b",
"@clusterio/lib": "catalog:",
"@clusterio/web_ui": "catalog:",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.4.5",
"@types/react": "^18.2.21",
"antd": "^5.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.5.3",
"webpack": "^5.98.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
"@types/node": "catalog:",
"@types/react": "catalog:",
"antd": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"typescript": "catalog:",
"webpack": "catalog:",
"webpack-cli": "catalog:",
"webpack-merge": "catalog:"
},
"dependencies": {
"@sinclair/typebox": "^0.30.4",
"fs-extra": "^11.2.0"
"@sinclair/typebox": "catalog:",
"fs-extra": "^11.3.3"
},
"publishConfig": {
"access": "public"

2338
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +1,16 @@
packages:
- "*"
catalog:
"@clusterio/lib": ^2.0.0-alpha.21
"@clusterio/web_ui": ^2.0.0-alpha.21
"@sinclair/typebox": ^0.30.4
"@types/node": ^20.14.9
"@types/react": ^18.2.21
"typescript": ^5.5.3
"antd": ^5.13.0
"react": ^18.2.0
"react-dom": ^18.2.0
"webpack": ^5.98.0
"webpack-cli": ^5.1.4
"webpack-merge": ^5.9.0
packages:
- '*'
catalog:
'@clusterio/lib': 2.0.0-alpha.22b
'@clusterio/web_ui': 2.0.0-alpha.22b
'@sinclair/typebox': ^0.30.4
'@types/node': ^20.19.29
'@types/react': 18.2.0
antd: 5.24.2
react: 18.2.0
react-dom: 18.2.0
typescript: ^5.9.3
webpack: 5.98.0
webpack-cli: 5.1.4
webpack-merge: 5.9.0