Skip to content

Commit

Permalink
🔄deps: update node and package dependencies
Browse files Browse the repository at this point in the history
- update Node.js version from 21.6 to 23.4 in `Dockerfile`
- update Astro from v4.9.2 to v5.0.9
- update Vite from v5.2.11 to v6.0.3
- update TypeScript from v5.4.5 to v5.7.2
- update various package dependencies to their latest versions:
  - @astrojs/* packages
  - tailwindcss and related packages
  - prettier and plugins
  - build tools and utilities
- remove unused dependencies
- add new dependencies required by updated packages
  • Loading branch information
yanosea committed Dec 19, 2024
1 parent 85f189a commit 4c81313
Show file tree
Hide file tree
Showing 3 changed files with 2,465 additions and 3,614 deletions.
2 changes: 1 addition & 1 deletion front/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.6-slim as builder
FROM node:23.4-slim as builder
WORKDIR /app
COPY package.json ./
COPY pnpm-lock.yaml ./
Expand Down
46 changes: 23 additions & 23 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/mdx": "^2.1.1",
"@astrojs/partytown": "^2.0.4",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/dotgothic16": "^5.0.19",
"@fontsource/zen-kaku-gothic-new": "^5.0.19",
"@iconify-json/file-icons": "^1.1.8",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/ph": "^1.1.11",
"@iconify-json/ri": "^1.1.20",
"@iconify-json/simple-icons": "^1.1.94",
"@iconify-json/tabler": "^1.1.106",
"@playform/compress": "^0.0.3",
"@tailwindcss/typography": "^0.5.12",
"astro": "^4.4.5",
"astro-icon": "^1.1.0",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.2",
"@astrojs/partytown": "^2.1.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@fontsource/dotgothic16": "^5.1.0",
"@fontsource/zen-kaku-gothic-new": "^5.1.0",
"@iconify-json/file-icons": "^1.2.1",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/ri": "^1.2.5",
"@iconify-json/simple-icons": "^1.2.16",
"@iconify-json/tabler": "^1.2.13",
"@playform/compress": "^0.1.6",
"@tailwindcss/typography": "^0.5.15",
"astro": "^5.0.9",
"astro-icon": "^1.1.4",
"moment": "^2.30.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3"
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11"
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9"
},
"volta": {
"node": "21.6.2"
Expand Down
Loading

0 comments on commit 4c81313

Please sign in to comment.