Skip to content

Commit

Permalink
refactor: Fixed packages that used package json
Browse files Browse the repository at this point in the history
Nx stopt supporting this...
  • Loading branch information
TriPSs committed Jun 17, 2024
1 parent 24fec2f commit fb15dde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/gcp-functions/src/generators/init/init.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
import { initGenerator as jsInitGenerator } from '@nx/js'
import * as path from 'path'

import { devDependencies } from '../../../package.json'
import { GcpDeploymentManagerGeneratorSchema } from './schema'

interface NormalizedSchema extends GcpDeploymentManagerGeneratorSchema {
Expand Down Expand Up @@ -121,7 +120,7 @@ export default async function (
host,
{},
{
'@google-cloud/functions-framework': devDependencies['@google-cloud/functions-framework']
'@google-cloud/functions-framework': '^3.4.0'
}
)
)
Expand Down

0 comments on commit fb15dde

Please sign in to comment.