Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node maintenance #1369

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion next/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.17-alpine AS base
FROM node:20.18.1-alpine AS base

FROM base AS build-base
WORKDIR /build
Expand Down
58 changes: 29 additions & 29 deletions next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,37 @@
"update-react-aria": "yarn add @internationalized/date@latest @react-stately/utils@latest react-aria@latest react-aria-components@latest react-stately@latest tailwindcss-react-aria-components -E"
},
"dependencies": {
"@azure/msal-node": "^2.6.0",
"@azure/msal-node": "^2.16.2",
"@bratislava/component-library": "^0.1.2",
"@internationalized/date": "3.5.0",
"@js-joda/core": "5.2.0",
"@radix-ui/react-navigation-menu": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@react-stately/utils": "3.9.0",
"@sindresorhus/slugify": "^2.2.1",
"@tanstack/react-query": "^5.28.0",
"@types/minio": "^7.0.14",
"@types/react-vertical-timeline-component": "^3.3.3",
"@types/uuid": "^9.0.0",
"@tanstack/react-query": "^5.61.5",
"@types/minio": "^7.1.1",
"@types/react-vertical-timeline-component": "^3.3.6",
"@types/uuid": "^9.0.8",
"apexcharts": "3.35.3",
"axios": "0.27.2",
"classnames": "2.3.1",
"clsx": "^2.1.1",
"eslint-plugin-prettier": "^4.2.1",
"focus-trap-react": "^10.1.1",
"framer-motion": "^7.6.4",
"graphql": "^16.8.1",
"focus-trap-react": "^10.3.1",
"framer-motion": "^7.10.3",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"i18next": "23.11.5",
"lodash": "4.17.21",
"meilisearch": "0.30.0",
"minio": "^7.0.32",
"minio": "^7.1.4",
"next": "13.4.1",
"next-i18next": "15.3.0",
"next-intl": "2.19.1",
"next-plausible": "^3.7.2",
"next-query-params": "^4.1.0",
"pretty-bytes": "^6.1.0",
"next-plausible": "^3.12.4",
"next-query-params": "^4.3.1",
"pretty-bytes": "^6.1.1",
"react": "18.2.0",
"react-apexcharts": "1.4.0",
"react-aria": "3.30.0",
Expand All @@ -57,7 +57,7 @@
"react-dom": "18.2.0",
"react-i18next": "14.1.2",
"react-markdown": "8.0.3",
"react-resize-detector": "^8.0.3",
"react-resize-detector": "^8.1.0",
"react-simple-snackbar": "^1.1.11",
"react-stately": "3.28.0",
"react-sweet-progress": "1.1.2",
Expand All @@ -66,33 +66,33 @@
"remark-directive": "^2.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-gfm": "3.0.1",
"remark-unwrap-images": "^4.0.0",
"remark-unwrap-images": "^4.0.1",
"rooks": "5.11.8",
"rss": "^1.2.2",
"smooth-scroll-into-view-if-needed": "^1.1.33",
"string-sanitizer": "^2.0.2",
"tailwind-merge": "^1.11.0",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "1.0.0-rc.0",
"use-query-params": "^2.2.0",
"usehooks-ts": "^2.9.1",
"use-query-params": "^2.2.1",
"usehooks-ts": "^2.16.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^6.1.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@svgr/webpack": "6.5.1",
"@types/lodash": "4.14.191",
"@types/node": "18.11.18",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/rss": "^0.0.30",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "10.4.13",
"eslint": "8.36.0",
"eslint-config-adjunct": "4.12.2",
Expand Down Expand Up @@ -127,12 +127,12 @@
"eslint-plugin-tailwindcss": "3.11.0",
"eslint-plugin-unicorn": "46.0.0",
"eslint-plugin-xss": "^0.1.12",
"i18next-parser": "^9.0.0",
"i18next-parser": "^9.0.2",
"postcss": "8.4.21",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "0.2.7",
"sass": "^1.62.1",
"sharp": "^0.32.0",
"sass": "^1.81.0",
"sharp": "^0.32.6",
"tailwindcss": "3.3.5",
"typescript": "5.0.4"
},
Expand All @@ -142,7 +142,7 @@
"yarn": "1.22"
},
"volta": {
"node": "18.17.1",
"node": "20.18.1",
"yarn": "1.22.18"
}
}
Loading
Loading