-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Description
Which packages are impacted by your issue?
@graphql-codegen/typescript-react-apollo
Describe the bug
Running npm ci the dependencies of @graphql-codegen/[email protected] throw warnings below:
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
Your Example Website or App
N/A
Steps to Reproduce the Bug or Issue
- Install @graphql-codegen/[email protected] run command
npm install --save-dev @graphql-codegen/[email protected] - Run
npm ci - See npm warn deprecated in terminal window
Expected behavior
As a user, I should not be expecting any deprecated warning packages.
Screenshots or Videos
Platform
- OS: MacOS
- NodeJS: 22.16.0
graphqlversion: 16.11.0@graphql-codegen/typescript-react-apolloversion(s): 4.3.3
Codegen Config File
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels