Skip to content

Commit

Permalink
fix(deps): update non-major dependencies of landing-page
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2023
1 parent ca8a5da commit 2c349d5
Show file tree
Hide file tree
Showing 2 changed files with 717 additions and 465 deletions.
44 changes: 22 additions & 22 deletions landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,33 @@
},
"dependencies": {
"@helpwave/common": "workspace:*",
"@next/font": "13.0.6",
"@radix-ui/react-checkbox": "1.0.1",
"@twind/core": "1.1.2",
"@twind/preset-autoprefix": "1.0.6",
"@twind/preset-tailwind": "1.1.2",
"@twind/preset-tailwind-forms": "1.1.0",
"@twind/preset-typography": "1.0.6",
"next": "13.0.6",
"@next/font": "13.4.9",
"@radix-ui/react-checkbox": "1.0.4",
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/preset-tailwind-forms": "1.1.2",
"@twind/preset-typography": "1.0.7",
"next": "13.4.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "2.4.0",
"react-intersection-observer": "9.4.1",
"csstype": "3.0.10"
"react-hot-toast": "2.4.1",
"react-intersection-observer": "9.5.2",
"csstype": "3.1.2"
},
"devDependencies": {
"@types/node": "18.16.18",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"eslint": "8.24.0",
"eslint-config-next": "13.4.6",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"@types/node": "18.16.19",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "6.0.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "^4.8.4"
}
Expand Down
Loading

0 comments on commit 2c349d5

Please sign in to comment.