Skip to content

Commit 7a97623

Browse files
authored
Merge pull request #809 from Lemoncode/xvii/testing
Update xvii/testing base examples
2 parents fe47829 + 2433edf commit 7a97623

19 files changed

+2632
-10467
lines changed

05-testing/01-react/01-base/00-boilerplate/package-lock.json

Lines changed: 233 additions & 698 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
11
{
22
"name": "05-testing-01-react",
33
"version": "1.0.0",
4-
"description": "Learn testing by sample using Jest and React, each of the samples contains a readme.md file that indicates the purpose of the sample plus an step by step guide to reproduce it.",
4+
"description": "Learn testing React by sample, each of the samples contains a readme.md file that indicates the purpose of the sample plus an step by step guide to reproduce it.",
55
"type": "module",
66
"scripts": {
77
"start": "run-p -l type-check:watch start:dev",
88
"start:dev": "vite --open",
99
"type-check": "tsc --noEmit",
10-
"type-check:watch": "npm run type-check -- --watch",
11-
"clean": "rimraf dist"
10+
"type-check:watch": "npm run type-check -- --watch"
1211
},
1312
"imports": {
1413
"#*": "./src/*"
1514
},
1615
"author": "Lemoncode",
1716
"license": "MIT",
1817
"dependencies": {
19-
"axios": "^1.7.9",
20-
"react": "^19.0.0",
21-
"react-dom": "^19.0.0"
18+
"axios": "^1.8.4",
19+
"react": "^19.1.0",
20+
"react-dom": "^19.1.0"
2221
},
2322
"devDependencies": {
24-
"@types/node": "^22.10.2",
25-
"@types/react": "^19.0.1",
26-
"@types/react-dom": "^19.0.2",
27-
"@vitejs/plugin-react": "^4.3.4",
23+
"@types/node": "^22.14.1",
24+
"@types/react": "^19.1.2",
25+
"@types/react-dom": "^19.1.2",
26+
"@vitejs/plugin-react": "^4.4.1",
2827
"npm-run-all": "^4.1.5",
29-
"rimraf": "^6.0.1",
30-
"typescript": "^5.7.2",
31-
"vite": "^6.0.3"
28+
"typescript": "^5.8.3",
29+
"vite": "^6.3.3"
3230
}
3331
}

05-testing/01-react/01-base/01-config/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ _./package.json_
5353
...
5454
"scripts": {
5555
...
56-
- "clean": "rimraf dist"
57-
+ "clean": "rimraf dist",
5856
+ "test": "vitest --globals"
5957
},
6058
...

0 commit comments

Comments
 (0)