Skip to content

Commit cb8f0e5

Browse files
committed
chore: updates remaining lessons
1 parent 157d653 commit cb8f0e5

File tree

13 files changed

+917
-1773
lines changed

13 files changed

+917
-1773
lines changed

lesson_25/template/package-lock.json

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

lesson_25/template/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-query": "^5.61.0",
15-
"react": "^18.3.1",
16-
"react-dom": "^18.3.1",
17-
"react-router-dom": "^6.28.0"
14+
"@tanstack/react-query": "^5.62.7",
15+
"react": "^19.0.0",
16+
"react-dom": "^19.0.0",
17+
"react-router-dom": "^7.0.2"
1818
},
1919
"devDependencies": {
20-
"@stylistic/eslint-plugin": "^2.11.0",
21-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
22-
"@types/react": "^18.3.12",
23-
"@types/react-dom": "^18.3.1",
24-
"@typescript-eslint/eslint-plugin": "^8.15.0",
25-
"@typescript-eslint/parser": "^8.15.0",
26-
"@vitejs/plugin-react": "^4.3.3",
27-
"eslint": "^9.15.0",
20+
"@stylistic/eslint-plugin": "^2.12.1",
21+
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
22+
"@types/react": "^19.0.1",
23+
"@types/react-dom": "^19.0.2",
24+
"@typescript-eslint/eslint-plugin": "^8.18.0",
25+
"@typescript-eslint/parser": "^8.18.0",
26+
"@vitejs/plugin-react": "^4.3.4",
27+
"eslint": "^9.17.0",
2828
"eslint-config-prettier": "^9.1.0",
29-
"eslint-plugin-react-hooks": "^5.0.0",
30-
"eslint-plugin-react-refresh": "^0.4.14",
31-
"prettier": "3.3.3",
32-
"sass": "^1.81.0",
33-
"typescript": "^5.6.3",
34-
"vite": "^5.4.11"
29+
"eslint-plugin-react-hooks": "^5.1.0",
30+
"eslint-plugin-react-refresh": "^0.4.16",
31+
"prettier": "3.4.2",
32+
"sass": "^1.83.0",
33+
"typescript": "^5.7.2",
34+
"vite": "^6.0.3"
3535
}
3636
}

0 commit comments

Comments
 (0)