Skip to content

Commit

Permalink
chore(deps): update all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
use-to committed Jul 15, 2023
1 parent 6c253b3 commit 5e6d49a
Show file tree
Hide file tree
Showing 5 changed files with 3,126 additions and 4,484 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.tasks
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.16.1 as build
FROM node:20.4.0 as build
ENV NEXT_TELEMETRY_DISABLED 1
ARG WS="@helpwave/tasks"

Expand All @@ -22,7 +22,7 @@ COPY lib ./lib/
COPY tasks ./tasks/
RUN pnpm --filter $WS run build

FROM node:18.16.1-alpine
FROM node:20.4.0-alpine

LABEL maintainer="tech@helpwave.de"

Expand Down
48 changes: 24 additions & 24 deletions landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@
},
"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.10",
"@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",
"csstype": "3.1.2",
"next": "13.4.10",
"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"
},
"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",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "6.0.1",
"eslint-plugin-react": "7.31.8",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "^4.8.4"
"typescript": "^5.1.6"
}
}
8 changes: 4 additions & 4 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"@babel/core": "7.22.9",
"@headlessui/react": "1.7.15",
"@radix-ui/react-checkbox": "1.0.4",
"@twind/core": "1.1.3",
Expand All @@ -14,9 +15,8 @@
"lucide-react": "0.260.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^4.8.4",
"webpack": "5.88.1",
"@babel/core": "7.22.9"
"typescript": "^5.1.6",
"webpack": "5.88.1"
},
"devDependencies": {
"@babel/preset-env": "7.22.9",
Expand All @@ -31,7 +31,7 @@
"@storybook/testing-library": "0.2.0",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"next": "13.4.9",
"next": "13.4.10",
"prop-types": "15.8.1",
"storybook": "7.0.27"
},
Expand Down

0 comments on commit 5e6d49a

Please sign in to comment.