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

chore: update dependencies #568

Merged
merged 4 commits into from
Dec 15, 2024
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9.12.1
version: 9.15.0

- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22.8.0
node-version: 22.12.0
cache: "pnpm"

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Generate Payload types (to ensure that they are up to date)
run: pnpm codegen && git diff --exit-code

- name: Format (to ensure that code has been formatted)
run: pnpm format && git diff --exit-code

- name: Lint
run: pnpm lint

- name: Generate Payload types (to ensure that they are up to date)
run: pnpm codegen && git diff --exit-code

- name: Typecheck
run: pnpm typecheck

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.8.0
22.12.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image with Node.js
ARG NODE_VERSION=22.8.0
ARG NODE_VERSION=22.12.0
# Use a specific version of the Node.js Alpine image as the base. Alpine images are minimal and lightweight.
FROM node:${NODE_VERSION}-alpine AS base
# Update the package list and install libc6-compat. This package is often required for binary Node.js modules.
Expand Down
16 changes: 8 additions & 8 deletions apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@azure/storage-blob": "^12.25.0",
"@azure/storage-blob": "^12.26.0",
"@payloadcms/bundler-webpack": "^1.0.7",
"@payloadcms/db-mongodb": "^1.7.3",
"@payloadcms/plugin-cloud-storage": "^1.2.0",
"@payloadcms/richtext-lexical": "^0.11.4",
"@react-email/components": "0.0.25",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"@react-email/components": "0.0.31",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"form-data": "^4.0.1",
"lodash": "^4.17.21",
"mailgun.js": "^10.2.3",
"nanoid": "^3.3.7",
"mailgun.js": "^10.2.4",
"nanoid": "^3.3.8",
"papaparse": "^5.4.1",
"payload": "^2.30.3",
"payload": "^2.30.4",
"payload-plugin-oauth": "^2.2.0"
},
"devDependencies": {
Expand All @@ -49,7 +49,7 @@
"copyfiles": "^2.4.1",
"eslint": "catalog:",
"react": "catalog:",
"react-email": "3.0.1",
"react-email": "3.0.4",
"tsx": "^4.19.2",
"typescript": "catalog:",
"typescript-eslint": "catalog:"
Expand Down
20 changes: 10 additions & 10 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@date-fns/tz": "^1.1.2",
"@apollo/client": "^3.12.3",
"@date-fns/tz": "^1.2.0",
"@tietokilta/ui": "workspace:*",
"autoprefixer": "catalog:",
"clsx": "catalog:",
"date-fns": "^4.1.0",
"lodash": "^4.17.21",
"next": "^14.2.16",
"next-international": "^1.3.0",
"next": "^14.2.20",
"next-international": "^1.3.1",
"nextjs-toploader": "^3.7.15",
"payload-admin-bar": "^1.0.6",
"postcss": "catalog:",
"qs": "^6.13.0",
"qs": "^6.13.1",
"react": "catalog:",
"react-big-calendar": "^1.15.0",
"react-big-calendar": "^1.17.0",
"react-dom": "catalog:",
"react-markdown": "^9.0.1",
"remark": "^15.0.1",
Expand All @@ -38,20 +38,20 @@
"tailwindcss-animate": "catalog:",
"unist-util-visit": "^5.0.0",
"use-scramble": "^2.2.15",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.16",
"@next/eslint-plugin-next": "^14.2.20",
"@tailwindcss/typography": "catalog:",
"@tietokilta/cms-types": "workspace:*",
"@tietokilta/config-typescript": "workspace:*",
"@tietokilta/eslint-config": "workspace:*",
"@types/lodash": "^4.17.13",
"@types/mdast": "^4.0.4",
"@types/node": "catalog:",
"@types/qs": "^6.9.16",
"@types/qs": "^6.9.17",
"@types/react": "catalog:",
"@types/react-big-calendar": "^1.15.0",
"@types/react-big-calendar": "^1.16.0",
"@types/react-dom": "catalog:",
"eslint": "catalog:",
"react-dvd-screensaver": "^0.1.1",
Expand Down
10 changes: 7 additions & 3 deletions apps/web/src/components/invoice-generator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ function InvoiceItem({
name="rows.quantity"
id={`rows[${index.toString()}].quantity`}
type="number"
onInput={(e) => setQuantity(Number(e.currentTarget.value))}
onInput={(e) => {
setQuantity(Number(e.currentTarget.value));
}}
required
/>
</ErrorMessageBlock>
Expand Down Expand Up @@ -278,7 +280,9 @@ function InvoiceItem({
type="number"
name="rows.unit_price"
id={`rows[${index.toString()}].unit_price`}
onInput={(e) => setUnitPrice(Number(e.currentTarget.value))}
onInput={(e) => {
setUnitPrice(Number(e.currentTarget.value));
}}
required
step={0.01}
min={0}
Expand All @@ -294,7 +298,7 @@ function InvoiceItem({
value={totalPrice.toFixed(2)}
id={`rows[${index.toString()}].total_price`}
unit="€"
disabled={true}
disabled
/>
</span>
</fieldset>
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"typecheck": "turbo run typecheck --cache-dir=.turbo"
},
"devDependencies": {
"dotenv-cli": "^7.4.2",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"turbo": "^2.2.3"
"dotenv-cli": "^7.4.4",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-tailwindcss": "^0.6.9",
"turbo": "^2.3.3"
},
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": "22.8.0"
"node": "22.12.0"
},
"pnpm": {
"patchedDependencies": {
Expand Down
11 changes: 6 additions & 5 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,20 @@
}
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "catalog:",
"@vercel/style-guide": "^6.0.0",
"eslint": "catalog:",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-turbo": "^2.2.3",
"globals": "^15.11.0",
"eslint-plugin-turbo": "^2.3.3",
"globals": "^15.13.0",
"typescript-eslint": "catalog:"
},
"peerDependencies": {
"eslint": "catalog:"
"eslint": "catalog:",
"typescript-eslint": "catalog:"
}
}
25 changes: 13 additions & 12 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^10.1.0",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"class-variance-authority": "^0.7.0",
"@icons-pack/react-simple-icons": "^10.2.0",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-navigation-menu": "^1.2.2",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "catalog:",
"lucide-react": "^0.454.0",
"lucide-react": "^0.468.0",
"tailwind-merge": "catalog:"
},
"devDependencies": {
Expand All @@ -61,7 +61,8 @@
"react": "catalog:",
"react-dom": "catalog:",
"tsup": "^8.3.5",
"typescript": "catalog:"
"typescript": "catalog:",
"typescript-eslint": "catalog:"
},
"peerDependencies": {
"@tailwindcss/typography": "catalog:",
Expand Down
Loading
Loading