Skip to content

Commit 41850fb

Browse files
committed
fix: install minor range of encore packages
1 parent ee98321 commit 41850fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

commands/Invoke.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ export default class Configure extends BaseCommand {
7272
*/
7373
const pkgFile = new files.PackageJsonFile(this.application.appRoot)
7474
pkgFile.install('@symfony/[email protected]')
75-
pkgFile.install('[email protected]')
76-
pkgFile.install('[email protected]')
77-
pkgFile.install('@babel/[email protected]')
78-
pkgFile.install('@babel/[email protected]')
75+
pkgFile.install('webpack@^5.72')
76+
pkgFile.install('webpack-cli@^4.9.1')
77+
pkgFile.install('@babel/core@^7.17.0')
78+
pkgFile.install('@babel/preset-env@^7.16.0')
7979
pkgFile.useClient(this.getPackageManager())
8080

8181
const spinner = logger.await(logger.colors.gray('configure @symfony/webpack-encore'))

0 commit comments

Comments
 (0)