Skip to content

Commit

Permalink
Update dependency @babel/runtime to v7.24.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent c6c818f commit 7772695
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Week-14/01-Intro & Setup React/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-scripts": "5.0.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"@babel/runtime": "7.24.8",
"typescript": "4.1.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Week-14/02-Components Deep Dive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-scripts": "5.0.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"@babel/runtime": "7.24.8",
"typescript": "4.1.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Week-14/03_React_Props_and_State/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-scripts": "5.0.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"@babel/runtime": "7.24.8",
"typescript": "4.1.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Week-15/Hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-scripts": "5.0.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"@babel/runtime": "7.24.8",
"typescript": "4.1.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Week-15/Http_request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-scripts": "5.0.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"@babel/runtime": "7.24.8",
"typescript": "4.1.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Week-15/Routing_and_styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-scripts": "5.0.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"@babel/runtime": "7.24.8",
"typescript": "4.1.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Week-16/shopping-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"redux": "4.2.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"@babel/runtime": "7.24.8",
"typescript": "4.1.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Week-16/todolist-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"redux": "4.2.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"@babel/runtime": "7.24.8",
"typescript": "4.1.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion Week-17/pesto-e-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-scripts": "5.0.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"@babel/runtime": "7.24.8",
"typescript": "4.1.3"
},
"scripts": {
Expand Down

0 comments on commit 7772695

Please sign in to comment.