Skip to content

Commit 060fd99

Browse files
Merge branch 'master' into hyperskill_essential_skills_for_backend_developers
2 parents 480fa53 + 3c10e45 commit 060fd99

File tree

20 files changed

+552
-564
lines changed

20 files changed

+552
-564
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Based on these (free) courses:
2525
- ✅ 🎥 [Ultimate TailwindCSS Tutorial - Build a Discord-inspired Animated Navbar](https://youtu.be/pfaSUYaSgRo),
2626
- JavaScript:
2727
- 🎥 [Learn JavaScript - Full Course for Beginners](https://youtu.be/PkZNo7MFNFg),
28-
- ✅ 🎥 [The Official JavaScript Tier List is Here](https://youtu.be/vdiYtiKD8eI),
28+
- ✅ 🎥 [JavaScript Framework Tier List](https://youtu.be/WJRf7dh5Zws?si=_s7eytqI0Yyhiv8l),
2929
- 🎥 [Bun Tutorial – JavaScript Runtime (Node.js Alternative) - Full Course](https://youtu.be/eTB0UCDnMQo?si=IxMy-rCn3jlGMkLJ),
3030
- TypeScript:
3131
- 🎥 [TypeScript - The Basics](https://youtu.be/ahCwqrYpIuM),

css/01_basics/33_sass/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/01_basics/44_modules/CommonJS/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/01_basics/44_modules/ESM/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/html_and_css/05_portfolio/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/javascript/10_multimath/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/react/00_sandbox/package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/react/00_sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
14-
"react-router-dom": "^6.21.2"
14+
"react-router-dom": "^6.22.0"
1515
},
1616
"devDependencies": {
1717
"@types/react": "^18.0.26",

projects/react/02_github_finder/package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/react/02_github_finder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"@testing-library/jest-dom": "^5.17.0",
77
"@testing-library/react": "^13.4.0",
88
"@testing-library/user-event": "^13.5.0",
9-
"axios": "^1.6.5",
9+
"axios": "^1.6.7",
1010
"daisyui": "^2.52.0",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0",
1313
"react-icons": "^4.12.0",
14-
"react-router-dom": "^6.21.2",
14+
"react-router-dom": "^6.22.0",
1515
"web-vitals": "^2.1.4"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)