Add back @types/webpack-env to CLI dependencies
The CLI provides tsconfig presets that include webpack-env in the types array, so @types/webpack-env must remain a dependency of the CLI package for consuming apps to compile correctly. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
"@spotify/eslint-config-typescript": "^15.0.0",
|
||||
"@swc/core": "^1.15.6",
|
||||
"@swc/jest": "^0.2.39",
|
||||
"@types/webpack-env": "^1.15.2",
|
||||
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
||||
"@typescript-eslint/parser": "^8.16.0",
|
||||
"chalk": "^4.0.0",
|
||||
|
||||
@@ -3157,6 +3157,7 @@ __metadata:
|
||||
"@types/fs-extra": "npm:^11.0.0"
|
||||
"@types/jest": "npm:^30.0.0"
|
||||
"@types/node": "npm:^22.13.14"
|
||||
"@types/webpack-env": "npm:^1.15.2"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^8.17.0"
|
||||
"@typescript-eslint/parser": "npm:^8.16.0"
|
||||
chalk: "npm:^4.0.0"
|
||||
@@ -22669,7 +22670,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/webpack-env@npm:^1.15.3":
|
||||
"@types/webpack-env@npm:^1.15.2, @types/webpack-env@npm:^1.15.3":
|
||||
version: 1.18.8
|
||||
resolution: "@types/webpack-env@npm:1.18.8"
|
||||
checksum: 10/f3932f3d6c2530f644cfc898eda1ab8182d6ae57f555c2f0179d813549b639078671b71e4041831fc306c5ebe61f5cdac794fe4ceae281fce8bf67e23661a488
|
||||
|
||||
Reference in New Issue
Block a user