Skip to content

Commit 4e5a70b

Browse files
committed
chore(deps): update dependencies
1 parent c61b444 commit 4e5a70b

File tree

10 files changed

+528
-471
lines changed

10 files changed

+528
-471
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- name: Use pnpm 🗜️
2020
uses: pnpm/action-setup@v2
2121
with:
22-
version: 9.1.3
22+
version: 9.4.0
2323
run_install: false
2424

2525
- name: Use Node.js 🐢
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: 20.13.0
28+
node-version: 20.15.0
2929
cache: 'pnpm'
3030

3131
- name: Install dependencies ⚙️

apps/calculator-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"check": "astro check --tsconfig tsconfig.json"
1414
},
1515
"engines": {
16-
"node": ">=18.18.0",
17-
"pnpm": ">=8.10.0"
16+
"node": ">=20.12.0",
17+
"pnpm": ">=8.15.0"
1818
},
1919
"devDependencies": {
2020
"eslint-config-custom": "workspace:*",

apps/fylo-landing-page-with-two-column-layout/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"check": "astro check --tsconfig tsconfig.json"
1414
},
1515
"engines": {
16-
"node": ">=18.18.0",
17-
"pnpm": ">=8.10.0"
16+
"node": ">=20.12.0",
17+
"pnpm": ">=8.15.0"
1818
},
1919
"devDependencies": {
2020
"eslint-config-custom": "workspace:*",

apps/interactive-card-details-form/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"check": "astro check --tsconfig tsconfig.json"
1414
},
1515
"engines": {
16-
"node": ">=18.18.0",
17-
"pnpm": ">=8.10.0"
16+
"node": ">=20.12.0",
17+
"pnpm": ">=8.15.0"
1818
},
1919
"devDependencies": {
2020
"eslint-config-custom": "workspace:*",

apps/ip-address-tracker/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"check": "astro check --tsconfig tsconfig.json"
1414
},
1515
"engines": {
16-
"node": ">=18.18.0",
17-
"pnpm": ">=8.10.0"
16+
"node": ">=20.12.0",
17+
"pnpm": ">=8.15.0"
18+
},
19+
"dependencies": {
20+
"leaflet": "1.9.4"
1821
},
1922
"devDependencies": {
2023
"@types/leaflet": "1.9.12",
2124
"eslint-config-custom": "workspace:*",
2225
"shared": "workspace:*"
23-
},
24-
"dependencies": {
25-
"leaflet": "1.9.4"
2626
}
2727
}

apps/social-media-dashboard-with-theme-switcher/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"check": "astro check --tsconfig tsconfig.json"
1414
},
1515
"engines": {
16-
"node": ">=18.18.0",
17-
"pnpm": ">=8.10.0"
16+
"node": ">=20.12.0",
17+
"pnpm": ">=8.15.0"
1818
},
1919
"devDependencies": {
2020
"eslint-config-custom": "workspace:*",

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"all:run": "pnpm -r --stream --workspace-concurrency 3"
1919
},
2020
"engines": {
21-
"node": ">=18.18.0",
22-
"pnpm": ">=8.10.0"
21+
"node": ">=20.12.0",
22+
"pnpm": ">=8.15.0"
2323
},
2424
"dependencies": {
25-
"astro": "4.9.2"
25+
"astro": "4.11.0"
2626
},
2727
"devDependencies": {
2828
"@astrojs/check": "0.7.0",
@@ -31,6 +31,6 @@
3131
"shared": "workspace:*",
3232
"sharp": "0.33.4",
3333
"typescript": "5.3.3",
34-
"vite": "5.2.12"
34+
"vite": "5.2.13"
3535
}
3636
}

packages/eslint-config-custom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@typescript-eslint/parser": "6.21.0",
99
"eslint": "8.57.0",
1010
"eslint-config-standard-with-typescript": "43.0.1",
11-
"eslint-plugin-astro": "1.2.0"
11+
"eslint-plugin-astro": "1.2.2"
1212
}
1313
}

packages/shared/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"check": "astro check --tsconfig tsconfig.json"
1010
},
1111
"devDependencies": {
12-
"@types/node": "20.12.12",
12+
"@types/node": "20.14.6",
1313
"astro-icon": "0.8.2",
1414
"eslint-config-custom": "workspace:*",
15-
"prettier": "3.2.5",
15+
"prettier": "3.3.2",
1616
"prettier-plugin-astro": "0.14.0",
17-
"prettier-plugin-tailwindcss": "0.5.14",
18-
"tailwindcss": "3.4.3",
19-
"vite": "5.2.12"
17+
"prettier-plugin-tailwindcss": "0.6.5",
18+
"tailwindcss": "3.4.4",
19+
"vite": "5.3.1"
2020
}
2121
}

0 commit comments

Comments
 (0)