Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSiidorow authored and kahlstrm committed Jan 6, 2025
1 parent ebd0b3c commit 11b6c16
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PUBLIC_FRONTEND_URL="http://localhost:3000"
PUBLIC_SERVER_URL="http://localhost:3001"
PUBLIC_ILMOMASIINA_URL="https://ilmo.tietokilta.fi"
PUBLIC_PRODUCTION_URL="https://tietokilta.fi"
PUBLIC_LEGACY_URL="https://tietokilta.fi"
PUBLIC_LEGACY_URL="https://old.tietokilta.fi"
NEXT_PUBLIC_LASKUGENERAATTORI_URL="https://laskutus.tietokilta.fi"

MAILGUN_SENDER=""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 9.15.0
version: 9.15.3

- name: Use Node.js 22
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dotenv": "^16.4.7",
"express": "^4.21.2",
"form-data": "^4.0.1",
"mailgun.js": "^10.2.4",
"mailgun.js": "^10.4.0",
"nanoid": "^3.3.8",
"papaparse": "^5.4.1",
"payload": "^2.30.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
},
"devDependencies": {
"@types/node": "^22.10.5",
"dotenv-cli": "^7.4.4",
"dotenv-cli": "^8.0.0",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-tailwindcss": "^0.6.9",
"turbo": "^2.3.3"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].3",
"engines": {
"node": "22.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-turbo": "^2.3.3",
"globals": "^15.13.0",
"globals": "^15.14.0",
"typescript-eslint": "catalog:"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@radix-ui/react-tabs": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "catalog:",
"lucide-react": "^0.468.0",
"lucide-react": "^0.469.0",
"tailwind-merge": "catalog:"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 11b6c16

Please sign in to comment.