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 197567f commit d7928ce
Show file tree
Hide file tree
Showing 19 changed files with 1,964 additions and 2,091 deletions.
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.1",
"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.78",
"autoprefixer": "^10.4.19",
"eslint-config-next": "^12.3.4",
"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.1",
"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.78",
"autoprefixer": "^10.4.19",
"eslint-config-next": "^14.2.1",
"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.1",
"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.1",
"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.1",
"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.1",
"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.3.2",
"next": "^14.2.1",
"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.1",
"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.1",
"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.1",
"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.1",
"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.1",
"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.78",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
38 changes: 19 additions & 19 deletions examples/example-marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3001 cy:run"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.1",
"@tanstack/react-query": "^4.0.10",
"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",
"@tanstack/react-query": "^4.36.1",
"classnames": "^2.5.1",
"drupal-jsonapi-params": "^2.3.1",
"html-react-parser": "^4.2.10",
"next": "^14.2.1",
"next-drupal": "^2.0.0-alpha.1",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.8.6"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3"
},
"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.78",
"autoprefixer": "^10.4.19",
"eslint-config-next": "^14.2.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
26 changes: 13 additions & 13 deletions examples/example-router-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"format:check": "prettier --check ."
},
"dependencies": {
"next": "^14",
"next-drupal": "^2.0.0-alpha.0",
"next": "^14.2.1",
"next-drupal": "^2.0.0-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2"
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
30 changes: 15 additions & 15 deletions examples/example-search-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3838 cy:run"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.1",
"@tanstack/react-query": "^4.20.4",
"next": "^12.2.3",
"next-drupal": "^1.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"@tanstack/react-query": "^4.36.1",
"next": "^14.2.1",
"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.78",
"autoprefixer": "^10.4.19",
"eslint-config-next": "^14.2.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit d7928ce

Please sign in to comment.