Skip to content

Commit c46b82d

Browse files
authored
Update updating-to-new-releases.md
1 parent ed04332 commit c46b82d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/react/getting-started/updating-to-new-releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Updating to New Releases
44
sidebar_position: 5
55
tags: [react, create-react, react-scripts, updating, upgrading, migration, changelog, breaking-changes, polyfills, babel-loader, browserslist, package.json, npm, yarn, dependencies, development]
66
description: "Learn how to update an existing Create React App project to a newer version of react-scripts. Keep your project up to date with the latest features and improvements."
7+
hide_table_of_contents: true
78
---
89

910
In Create React App, there are two important packages:
@@ -45,4 +46,4 @@ If you make changes to the `browserslist` configuration but notice that your cha
4546

4647
## Summary
4748

48-
Keeping your project up to date with the latest version of `react-scripts` is important to ensure that you benefit from the latest features and improvements. By following the migration instructions in the changelog, you can safely update your project to a newer version of `react-scripts` and keep your project in sync with the latest developments in the React ecosystem.
49+
Keeping your project up to date with the latest version of `react-scripts` is important to ensure that you benefit from the latest features and improvements. By following the migration instructions in the changelog, you can safely update your project to a newer version of `react-scripts` and keep your project in sync with the latest developments in the React ecosystem.

0 commit comments

Comments
 (0)