Skip to content

Commit

Permalink
build(deps-dev): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Apr 18, 2024
1 parent 784206b commit 499d023
Show file tree
Hide file tree
Showing 21 changed files with 2,208 additions and 4,536 deletions.
8 changes: 6 additions & 2 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
v18.19

# @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
# Node.js v18.20 and v20.10 (and later) have a bug that causes Jest code
# coverage to randomly fail.
# TODO: Switch to "v18" or "v20" when this bug is fixed.
# https://github.com/chapter-three/next-drupal/issues/740

# 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
# Note: This is a non-standard .nvmrc comment. If these comments cause an error,
# see https://github.com/nvm-sh/nvm/issues/3336
30 changes: 15 additions & 15 deletions examples/example-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3434 cy:run"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"jwt-decode": "^3.1.2",
"next": "^12.2.3",
"next-auth": "^4.22.1",
"next-drupal": "^1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"next": "^14.2.2",
"next-auth": "^4.24.7",
"next-drupal": "^2.0.0-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/node": "^17.0.21",
"@types/react": "^17.0.0",
"autoprefixer": "^10.4.2",
"eslint-config-next": "^12.0.10",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"typescript": "^5.2.2"
"@babel/core": "^7.24.4",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"autoprefixer": "^10.4.19",
"eslint-config-next": "^14.2.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
34 changes: 17 additions & 17 deletions examples/example-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3030 cy:run"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.1",
"classnames": "^2.3.1",
"drupal-jsonapi-params": "^1.2.2",
"html-react-parser": "^4.2.6",
"next": "^12.2.3",
"next-drupal": "^1.6.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"classnames": "^2.5.1",
"drupal-jsonapi-params": "^2.3.1",
"html-react-parser": "^4.2.10",
"next": "^14.2.2",
"next-drupal": "^2.0.0-alpha.1",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/node": "^17.0.21",
"@types/react": "^17.0.0",
"autoprefixer": "^10.4.2",
"eslint-config-next": "^12.0.10",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"typescript": "^5.2.2"
"@babel/core": "^7.24.4",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"autoprefixer": "^10.4.19",
"eslint-config-next": "^14.2.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
22 changes: 11 additions & 11 deletions examples/example-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3101 cy:run"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.1",
"classnames": "^2.3.1",
"next": "^12.2.3",
"next-drupal": "^1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"@tailwindcss/typography": "^0.5.12",
"classnames": "^2.5.1",
"next": "^14.2.2",
"next-drupal": "^2.0.0-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint-config-next": "^12.0.10",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"typescript": "^5.2.2"
"autoprefixer": "^10.4.19",
"eslint-config-next": "^14.2.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
12 changes: 6 additions & 6 deletions examples/example-custom-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3131 cy:run"
},
"dependencies": {
"next": "^12.2.3",
"next-drupal": "^1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"next": "^14.2.2",
"next-drupal": "^2.0.0-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint-config-next": "^12.0.10",
"typescript": "^5.2.2"
"eslint-config-next": "^14.2.2",
"typescript": "^5.4.5"
}
}
14 changes: 7 additions & 7 deletions examples/example-custom-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3939 cy:run"
},
"dependencies": {
"ioredis": "^5.0.4",
"next": "^12.2.3",
"next-drupal": "^1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"ioredis": "^5.4.1",
"next": "^14.2.2",
"next-drupal": "^2.0.0-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint-config-next": "^12.0.10",
"typescript": "^5.2.2"
"eslint-config-next": "^14.2.2",
"typescript": "^5.4.5"
}
}
14 changes: 7 additions & 7 deletions examples/example-custom-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3737 cy:run"
},
"dependencies": {
"cross-fetch": "^3.1.5",
"next": "^12.2.3",
"next-drupal": "^1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"cross-fetch": "^3.1.8",
"next": "^14.2.2",
"next-drupal": "^2.0.0-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint-config-next": "^12.0.10",
"typescript": "^5.2.2"
"eslint-config-next": "^14.2.2",
"typescript": "^5.4.5"
}
}
14 changes: 7 additions & 7 deletions examples/example-custom-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3232 cy:run"
},
"dependencies": {
"jsonapi-serializer": "^3.6.7",
"next": "^12.2.3",
"next-drupal": "^1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"jsonapi-serializer": "^3.6.9",
"next": "^14.2.2",
"next-drupal": "^2.0.0-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint-config-next": "^12.0.10",
"typescript": "^5.2.2"
"eslint-config-next": "^14.2.2",
"typescript": "^5.4.5"
}
}
26 changes: 13 additions & 13 deletions examples/example-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.2",
"next": "^12.2.3",
"next-drupal": "^1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@tailwindcss/typography": "^0.5.12",
"next": "^14.2.1",
"next-drupal": "^2.0.0-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.30.7"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "^5.2.2"
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 499d023

Please sign in to comment.