Skip to content

Commit 097cf21

Browse files
authored
Merge pull request #529 from async-labs/upgrade-packages-2025
Upgrade packages 2025
2 parents bfe9586 + a086850 commit 097cf21

40 files changed

+38850
-38272
lines changed

book/1-begin/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"@emotion/cache": "^11.11.0",
12-
"@emotion/react": "^11.11.1",
11+
"@emotion/cache": "^11.14.0",
12+
"@emotion/react": "^11.14.0",
1313
"@emotion/server": "^11.11.0",
14-
"@emotion/styled": "^11.11.0",
15-
"@mui/icons-material": "^5.14.14",
16-
"@mui/material": "^5.14.14",
17-
"next": "^13.5.6",
14+
"@emotion/styled": "^11.14.0",
15+
"@mui/icons-material": "^6.4.8",
16+
"@mui/material": "^6.4.8",
17+
"next": "^15.2.3",
1818
"prop-types": "^15.8.1",
19-
"react": "^18.2.0",
20-
"react-dom": "^18.2.0"
19+
"react": "^19.0.0",
20+
"react-dom": "^19.0.0"
2121
},
2222
"devDependencies": {}
2323
}

book/1-begin/yarn.lock

Lines changed: 611 additions & 444 deletions
Large diffs are not rendered by default.

book/1-end/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@
99
"lint": "eslint '**/*.js' '**/*.jsx'"
1010
},
1111
"dependencies": {
12-
"@emotion/cache": "^11.11.0",
13-
"@emotion/react": "^11.11.1",
12+
"@emotion/cache": "^11.14.0",
13+
"@emotion/react": "^11.14.0",
1414
"@emotion/server": "^11.11.0",
15-
"@emotion/styled": "^11.11.0",
16-
"@mui/icons-material": "^5.14.14",
17-
"@mui/material": "^5.14.14",
18-
"next": "^13.5.6",
15+
"@emotion/styled": "^11.14.0",
16+
"@mui/icons-material": "^6.4.8",
17+
"@mui/material": "^6.4.8",
18+
"next": "^15.2.3",
1919
"prop-types": "^15.8.1",
20-
"react": "^18.2.0",
21-
"react-dom": "^18.2.0"
20+
"react": "^19.0.0",
21+
"react-dom": "^19.0.0"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.23.2",
25-
"@babel/eslint-parser": "^7.22.15",
26-
"eslint": "^8.51.0",
24+
"@babel/core": "^7.26.10",
25+
"@babel/eslint-parser": "^7.26.10",
26+
"eslint": "^9.22.0",
2727
"eslint-config-airbnb": "^19.0.4",
28-
"eslint-config-prettier": "^9.0.0",
29-
"eslint-plugin-import": "^2.28.1",
30-
"eslint-plugin-jsx-a11y": "^6.7.1",
31-
"eslint-plugin-prettier": "^5.0.1",
32-
"eslint-plugin-react": "^7.33.2",
33-
"eslint-plugin-react-hooks": "^4.6.0",
34-
"prettier": "^3.0.3"
28+
"eslint-config-prettier": "^10.1.1",
29+
"eslint-plugin-import": "^2.31.0",
30+
"eslint-plugin-jsx-a11y": "^6.10.2",
31+
"eslint-plugin-prettier": "^5.2.3",
32+
"eslint-plugin-react": "^7.37.4",
33+
"eslint-plugin-react-hooks": "^5.2.0",
34+
"prettier": "^3.5.3"
3535
}
3636
}

book/1-end/yarn.lock

Lines changed: 1733 additions & 1825 deletions
Large diffs are not rendered by default.

book/2-begin/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,34 @@
99
"lint": "eslint '**/*.js' '**/*.jsx'"
1010
},
1111
"dependencies": {
12-
"@emotion/cache": "^11.11.0",
13-
"@emotion/react": "^11.11.1",
12+
"@emotion/cache": "^11.14.0",
13+
"@emotion/react": "^11.14.0",
1414
"@emotion/server": "^11.11.0",
15-
"@emotion/styled": "^11.11.0",
16-
"@mui/icons-material": "^5.14.14",
17-
"@mui/material": "^5.14.14",
15+
"@emotion/styled": "^11.14.0",
16+
"@mui/icons-material": "^6.4.8",
17+
"@mui/material": "^6.4.8",
1818
"connect-mongo": "^5.1.0",
19-
"dotenv": "^16.3.1",
20-
"express": "^4.18.2",
21-
"express-session": "^1.17.1",
22-
"mongoose": "^7.6.3",
23-
"next": "^13.5.6",
19+
"dotenv": "^16.4.7",
20+
"express": "^4.21.2",
21+
"express-session": "^1.18.1",
22+
"mongoose": "^8.12.1",
23+
"next": "^15.2.3",
2424
"prop-types": "^15.8.1",
25-
"react": "^18.2.0",
26-
"react-dom": "^18.2.0"
25+
"react": "^19.0.0",
26+
"react-dom": "^19.0.0"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.23.2",
30-
"@babel/eslint-parser": "^7.22.15",
31-
"eslint": "^8.51.0",
29+
"@babel/core": "^7.26.10",
30+
"@babel/eslint-parser": "^7.26.10",
31+
"eslint": "^9.22.0",
3232
"eslint-config-airbnb": "^19.0.4",
33-
"eslint-config-prettier": "^9.0.0",
34-
"eslint-plugin-import": "^2.28.1",
35-
"eslint-plugin-jsx-a11y": "^6.7.1",
36-
"eslint-plugin-prettier": "^5.0.1",
37-
"eslint-plugin-react": "^7.33.2",
38-
"eslint-plugin-react-hooks": "^4.6.0",
39-
"nodemon": "^3.0.1",
40-
"prettier": "^3.0.3"
33+
"eslint-config-prettier": "^10.1.1",
34+
"eslint-plugin-import": "^2.31.0",
35+
"eslint-plugin-jsx-a11y": "^6.10.2",
36+
"eslint-plugin-prettier": "^5.2.3",
37+
"eslint-plugin-react": "^7.37.4",
38+
"eslint-plugin-react-hooks": "^5.2.0",
39+
"nodemon": "^3.1.9",
40+
"prettier": "^3.5.3"
4141
}
4242
}

0 commit comments

Comments
 (0)