Skip to content

Commit 499d023

Browse files
committed
build(deps-dev): update dependencies
1 parent 784206b commit 499d023

File tree

21 files changed

+2208
-4536
lines changed

21 files changed

+2208
-4536
lines changed

.nvmrc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
v18.19
22

3-
# @TODO v18.20 and v20.10 and later have a bug that causes Jest code coverage to randomly fail. When the tracking bug is fixed, switch to the less-specific "v18" or "v20" version. See https://github.com/chapter-three/next-drupal/issues/740
3+
# Node.js v18.20 and v20.10 (and later) have a bug that causes Jest code
4+
# coverage to randomly fail.
5+
# TODO: Switch to "v18" or "v20" when this bug is fixed.
6+
# https://github.com/chapter-three/next-drupal/issues/740
47

5-
# Note: This is a non-standard .nvmrc comment. Currently, nvm ignores all lines except the 1st line so we are hijacking this implementation detail to add comments to this file. See https://github.com/nvm-sh/nvm/pull/2288#issuecomment-1115079020
8+
# Note: This is a non-standard .nvmrc comment. If these comments cause an error,
9+
# see https://github.com/nvm-sh/nvm/issues/3336

examples/example-auth/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3434 cy:run"
1515
},
1616
"dependencies": {
17-
"@tailwindcss/forms": "^0.5.6",
18-
"@tailwindcss/typography": "^0.5.1",
17+
"@tailwindcss/forms": "^0.5.7",
18+
"@tailwindcss/typography": "^0.5.12",
1919
"jwt-decode": "^3.1.2",
20-
"next": "^12.2.3",
21-
"next-auth": "^4.22.1",
22-
"next-drupal": "^1.6.0",
23-
"react": "^17.0.2",
24-
"react-dom": "^17.0.2"
20+
"next": "^14.2.2",
21+
"next-auth": "^4.24.7",
22+
"next-drupal": "^2.0.0-alpha.1",
23+
"react": "^18.2.0",
24+
"react-dom": "^18.2.0"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.12.9",
28-
"@types/node": "^17.0.21",
29-
"@types/react": "^17.0.0",
30-
"autoprefixer": "^10.4.2",
31-
"eslint-config-next": "^12.0.10",
32-
"postcss": "^8.4.5",
33-
"tailwindcss": "^3.0.15",
34-
"typescript": "^5.2.2"
27+
"@babel/core": "^7.24.4",
28+
"@types/node": "^20.12.7",
29+
"@types/react": "^18.2.79",
30+
"autoprefixer": "^10.4.19",
31+
"eslint-config-next": "^14.2.2",
32+
"postcss": "^8.4.38",
33+
"tailwindcss": "^3.4.3",
34+
"typescript": "^5.4.5"
3535
}
3636
}

examples/example-blog/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@
1414
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3030 cy:run"
1515
},
1616
"dependencies": {
17-
"@tailwindcss/forms": "^0.5.6",
18-
"@tailwindcss/typography": "^0.5.1",
19-
"classnames": "^2.3.1",
20-
"drupal-jsonapi-params": "^1.2.2",
21-
"html-react-parser": "^4.2.6",
22-
"next": "^12.2.3",
23-
"next-drupal": "^1.6.0",
17+
"@tailwindcss/forms": "^0.5.7",
18+
"@tailwindcss/typography": "^0.5.12",
19+
"classnames": "^2.5.1",
20+
"drupal-jsonapi-params": "^2.3.1",
21+
"html-react-parser": "^4.2.10",
22+
"next": "^14.2.2",
23+
"next-drupal": "^2.0.0-alpha.1",
2424
"nprogress": "^0.2.0",
25-
"react": "^17.0.2",
26-
"react-dom": "^17.0.2"
25+
"react": "^18.2.0",
26+
"react-dom": "^18.2.0"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.12.9",
30-
"@types/node": "^17.0.21",
31-
"@types/react": "^17.0.0",
32-
"autoprefixer": "^10.4.2",
33-
"eslint-config-next": "^12.0.10",
34-
"postcss": "^8.4.5",
35-
"tailwindcss": "^3.0.15",
36-
"typescript": "^5.2.2"
29+
"@babel/core": "^7.24.4",
30+
"@types/node": "^20.12.7",
31+
"@types/react": "^18.2.79",
32+
"autoprefixer": "^10.4.19",
33+
"eslint-config-next": "^14.2.2",
34+
"postcss": "^8.4.38",
35+
"tailwindcss": "^3.4.3",
36+
"typescript": "^5.4.5"
3737
}
3838
}

examples/example-client/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3101 cy:run"
1515
},
1616
"dependencies": {
17-
"@tailwindcss/typography": "^0.5.1",
18-
"classnames": "^2.3.1",
19-
"next": "^12.2.3",
20-
"next-drupal": "^1.6.0",
21-
"react": "^17.0.2",
22-
"react-dom": "^17.0.2"
17+
"@tailwindcss/typography": "^0.5.12",
18+
"classnames": "^2.5.1",
19+
"next": "^14.2.2",
20+
"next-drupal": "^2.0.0-alpha.1",
21+
"react": "^18.2.0",
22+
"react-dom": "^18.2.0"
2323
},
2424
"devDependencies": {
25-
"autoprefixer": "^10.4.2",
26-
"eslint-config-next": "^12.0.10",
27-
"postcss": "^8.4.5",
28-
"tailwindcss": "^3.0.15",
29-
"typescript": "^5.2.2"
25+
"autoprefixer": "^10.4.19",
26+
"eslint-config-next": "^14.2.2",
27+
"postcss": "^8.4.38",
28+
"tailwindcss": "^3.4.3",
29+
"typescript": "^5.4.5"
3030
}
3131
}

examples/example-custom-auth/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3131 cy:run"
1515
},
1616
"dependencies": {
17-
"next": "^12.2.3",
18-
"next-drupal": "^1.6.0",
19-
"react": "^17.0.2",
20-
"react-dom": "^17.0.2"
17+
"next": "^14.2.2",
18+
"next-drupal": "^2.0.0-alpha.1",
19+
"react": "^18.2.0",
20+
"react-dom": "^18.2.0"
2121
},
2222
"devDependencies": {
23-
"eslint-config-next": "^12.0.10",
24-
"typescript": "^5.2.2"
23+
"eslint-config-next": "^14.2.2",
24+
"typescript": "^5.4.5"
2525
}
2626
}

examples/example-custom-cache/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3939 cy:run"
1515
},
1616
"dependencies": {
17-
"ioredis": "^5.0.4",
18-
"next": "^12.2.3",
19-
"next-drupal": "^1.6.0",
20-
"react": "^17.0.2",
21-
"react-dom": "^17.0.2"
17+
"ioredis": "^5.4.1",
18+
"next": "^14.2.2",
19+
"next-drupal": "^2.0.0-alpha.1",
20+
"react": "^18.2.0",
21+
"react-dom": "^18.2.0"
2222
},
2323
"devDependencies": {
24-
"eslint-config-next": "^12.0.10",
25-
"typescript": "^5.2.2"
24+
"eslint-config-next": "^14.2.2",
25+
"typescript": "^5.4.5"
2626
}
2727
}

examples/example-custom-fetcher/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3737 cy:run"
1515
},
1616
"dependencies": {
17-
"cross-fetch": "^3.1.5",
18-
"next": "^12.2.3",
19-
"next-drupal": "^1.6.0",
20-
"react": "^17.0.2",
21-
"react-dom": "^17.0.2"
17+
"cross-fetch": "^3.1.8",
18+
"next": "^14.2.2",
19+
"next-drupal": "^2.0.0-alpha.1",
20+
"react": "^18.2.0",
21+
"react-dom": "^18.2.0"
2222
},
2323
"devDependencies": {
24-
"eslint-config-next": "^12.0.10",
25-
"typescript": "^5.2.2"
24+
"eslint-config-next": "^14.2.2",
25+
"typescript": "^5.4.5"
2626
}
2727
}

examples/example-custom-serializer/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3232 cy:run"
1515
},
1616
"dependencies": {
17-
"jsonapi-serializer": "^3.6.7",
18-
"next": "^12.2.3",
19-
"next-drupal": "^1.6.0",
20-
"react": "^17.0.2",
21-
"react-dom": "^17.0.2"
17+
"jsonapi-serializer": "^3.6.9",
18+
"next": "^14.2.2",
19+
"next-drupal": "^2.0.0-alpha.1",
20+
"react": "^18.2.0",
21+
"react-dom": "^18.2.0"
2222
},
2323
"devDependencies": {
24-
"eslint-config-next": "^12.0.10",
25-
"typescript": "^5.2.2"
24+
"eslint-config-next": "^14.2.2",
25+
"typescript": "^5.4.5"
2626
}
2727
}

examples/example-graphql/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"lint": "next lint"
1212
},
1313
"dependencies": {
14-
"@tailwindcss/typography": "^0.5.2",
15-
"next": "^12.2.3",
16-
"next-drupal": "^1.6.0",
17-
"react": "^17.0.2",
18-
"react-dom": "^17.0.2",
14+
"@tailwindcss/typography": "^0.5.12",
15+
"next": "^14.2.1",
16+
"next-drupal": "^2.0.0-alpha.1",
17+
"react": "^18.2.0",
18+
"react-dom": "^18.2.0",
1919
"sharp": "^0.30.7"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^17.0.23",
23-
"@types/react": "^17.0.43",
24-
"autoprefixer": "^10.4.4",
25-
"eslint": "^8.12.0",
26-
"eslint-config-next": "^12.1.4",
27-
"postcss": "^8.4.12",
28-
"tailwindcss": "^3.0.23",
29-
"typescript": "^5.2.2"
22+
"@types/node": "^20.12.7",
23+
"@types/react": "^18.2.79",
24+
"autoprefixer": "^10.4.19",
25+
"eslint": "^8.57.0",
26+
"eslint-config-next": "^14.2.2",
27+
"postcss": "^8.4.38",
28+
"tailwindcss": "^3.4.3",
29+
"typescript": "^5.4.5"
3030
}
3131
}

0 commit comments

Comments
 (0)