Skip to content

Commit f0fcfdd

Browse files
committed
update dependencies and devDependencies in package.json files across multiple samples
1 parent f0c9945 commit f0fcfdd

6 files changed

Lines changed: 60 additions & 60 deletions

File tree

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
},
1515
"author": "Lemoncode",
1616
"license": "MIT",
17-
"dependencies": {
18-
"axios": "^1.8.4",
19-
"react": "^19.1.0",
20-
"react-dom": "^19.1.0"
17+
"dependencies": {
18+
"axios": "^1.13.2",
19+
"react": "^19.2.3",
20+
"react-dom": "^19.2.3"
2121
},
2222
"devDependencies": {
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",
23+
"@types/node": "^25.0.3",
24+
"@types/react": "^19.2.7",
25+
"@types/react-dom": "^19.2.3",
26+
"@vitejs/plugin-react": "^5.1.2",
2727
"npm-run-all": "^4.1.5",
28-
"typescript": "^5.8.3",
29-
"vite": "^6.3.3"
28+
"typescript": "^5.9.3",
29+
"vite": "^7.3.0"
3030
}
3131
}

05-testing/01-react/01-base/01-config/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"author": "Lemoncode",
1717
"license": "MIT",
1818
"dependencies": {
19-
"axios": "^1.8.4",
20-
"react": "^19.1.0",
21-
"react-dom": "^19.1.0"
19+
"axios": "^1.13.2",
20+
"react": "^19.2.3",
21+
"react-dom": "^19.2.3"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^22.14.1",
25-
"@types/react": "^19.1.2",
26-
"@types/react-dom": "^19.1.2",
27-
"@vitejs/plugin-react": "^4.4.1",
24+
"@types/node": "^25.0.3",
25+
"@types/react": "^19.2.7",
26+
"@types/react-dom": "^19.2.3",
27+
"@vitejs/plugin-react": "^5.1.2",
2828
"npm-run-all": "^4.1.5",
29-
"typescript": "^5.8.3",
30-
"vite": "^6.3.3",
31-
"vitest": "^3.1.2"
29+
"typescript": "^5.9.3",
30+
"vite": "^7.3.0",
31+
"vitest": "^4.0.16"
3232
}
3333
}

05-testing/01-react/01-base/02-calculator/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"author": "Lemoncode",
1717
"license": "MIT",
1818
"dependencies": {
19-
"axios": "^1.8.4",
20-
"react": "^19.1.0",
21-
"react-dom": "^19.1.0"
19+
"axios": "^1.13.2",
20+
"react": "^19.2.3",
21+
"react-dom": "^19.2.3"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^22.14.1",
25-
"@types/react": "^19.1.2",
26-
"@types/react-dom": "^19.1.2",
27-
"@vitejs/plugin-react": "^4.4.1",
24+
"@types/node": "^25.0.3",
25+
"@types/react": "^19.2.7",
26+
"@types/react-dom": "^19.2.3",
27+
"@vitejs/plugin-react": "^5.1.2",
2828
"npm-run-all": "^4.1.5",
29-
"typescript": "^5.8.3",
30-
"vite": "^6.3.3",
31-
"vitest": "^3.1.2"
29+
"typescript": "^5.9.3",
30+
"vite": "^7.3.0",
31+
"vitest": "^4.0.16"
3232
}
3333
}

05-testing/01-react/01-base/03-debug/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"author": "Lemoncode",
1717
"license": "MIT",
1818
"dependencies": {
19-
"axios": "^1.8.4",
20-
"react": "^19.1.0",
21-
"react-dom": "^19.1.0"
19+
"axios": "^1.13.2",
20+
"react": "^19.2.3",
21+
"react-dom": "^19.2.3"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^22.14.1",
25-
"@types/react": "^19.1.2",
26-
"@types/react-dom": "^19.1.2",
27-
"@vitejs/plugin-react": "^4.4.1",
24+
"@types/node": "^25.0.3",
25+
"@types/react": "^19.2.7",
26+
"@types/react-dom": "^19.2.3",
27+
"@vitejs/plugin-react": "^5.1.2",
2828
"npm-run-all": "^4.1.5",
29-
"typescript": "^5.8.3",
30-
"vite": "^6.3.3",
31-
"vitest": "^3.1.2"
29+
"typescript": "^5.9.3",
30+
"vite": "^7.3.0",
31+
"vitest": "^4.0.16"
3232
}
3333
}

05-testing/01-react/01-base/04-tdd/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"author": "Lemoncode",
1717
"license": "MIT",
1818
"dependencies": {
19-
"axios": "^1.8.4",
20-
"react": "^19.1.0",
21-
"react-dom": "^19.1.0"
19+
"axios": "^1.13.2",
20+
"react": "^19.2.3",
21+
"react-dom": "^19.2.3"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^22.14.1",
25-
"@types/react": "^19.1.2",
26-
"@types/react-dom": "^19.1.2",
27-
"@vitejs/plugin-react": "^4.4.1",
24+
"@types/node": "^25.0.3",
25+
"@types/react": "^19.2.7",
26+
"@types/react-dom": "^19.2.3",
27+
"@vitejs/plugin-react": "^5.1.2",
2828
"npm-run-all": "^4.1.5",
29-
"typescript": "^5.8.3",
30-
"vite": "^6.3.3",
31-
"vitest": "^3.1.2"
29+
"typescript": "^5.9.3",
30+
"vite": "^7.3.0",
31+
"vitest": "^4.0.16"
3232
}
3333
}

05-testing/01-react/01-base/05-async/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"author": "Lemoncode",
1717
"license": "MIT",
1818
"dependencies": {
19-
"axios": "^1.8.4",
20-
"react": "^19.1.0",
21-
"react-dom": "^19.1.0"
19+
"axios": "^1.13.2",
20+
"react": "^19.2.3",
21+
"react-dom": "^19.2.3"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^22.14.1",
25-
"@types/react": "^19.1.2",
26-
"@types/react-dom": "^19.1.2",
27-
"@vitejs/plugin-react": "^4.4.1",
24+
"@types/node": "^25.0.3",
25+
"@types/react": "^19.2.7",
26+
"@types/react-dom": "^19.2.3",
27+
"@vitejs/plugin-react": "^5.1.2",
2828
"npm-run-all": "^4.1.5",
29-
"typescript": "^5.8.3",
30-
"vite": "^6.3.3",
31-
"vitest": "^3.1.2"
29+
"typescript": "^5.9.3",
30+
"vite": "^7.3.0",
31+
"vitest": "^4.0.16"
3232
}
3333
}

0 commit comments

Comments
 (0)