Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eriandev committed Jun 20, 2024
1 parent c61b444 commit 4e5a70b
Show file tree
Hide file tree
Showing 10 changed files with 528 additions and 471 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- name: Use pnpm 🗜️
uses: pnpm/action-setup@v2
with:
version: 9.1.3
version: 9.4.0
run_install: false

- name: Use Node.js 🐢
uses: actions/setup-node@v3
with:
node-version: 20.13.0
node-version: 20.15.0
cache: 'pnpm'

- name: Install dependencies ⚙️
Expand Down
4 changes: 2 additions & 2 deletions apps/calculator-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"check": "astro check --tsconfig tsconfig.json"
},
"engines": {
"node": ">=18.18.0",
"pnpm": ">=8.10.0"
"node": ">=20.12.0",
"pnpm": ">=8.15.0"
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions apps/fylo-landing-page-with-two-column-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"check": "astro check --tsconfig tsconfig.json"
},
"engines": {
"node": ">=18.18.0",
"pnpm": ">=8.10.0"
"node": ">=20.12.0",
"pnpm": ">=8.15.0"
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions apps/interactive-card-details-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"check": "astro check --tsconfig tsconfig.json"
},
"engines": {
"node": ">=18.18.0",
"pnpm": ">=8.10.0"
"node": ">=20.12.0",
"pnpm": ">=8.15.0"
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions apps/ip-address-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"check": "astro check --tsconfig tsconfig.json"
},
"engines": {
"node": ">=18.18.0",
"pnpm": ">=8.10.0"
"node": ">=20.12.0",
"pnpm": ">=8.15.0"
},
"dependencies": {
"leaflet": "1.9.4"
},
"devDependencies": {
"@types/leaflet": "1.9.12",
"eslint-config-custom": "workspace:*",
"shared": "workspace:*"
},
"dependencies": {
"leaflet": "1.9.4"
}
}
4 changes: 2 additions & 2 deletions apps/social-media-dashboard-with-theme-switcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"check": "astro check --tsconfig tsconfig.json"
},
"engines": {
"node": ">=18.18.0",
"pnpm": ">=8.10.0"
"node": ">=20.12.0",
"pnpm": ">=8.15.0"
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"all:run": "pnpm -r --stream --workspace-concurrency 3"
},
"engines": {
"node": ">=18.18.0",
"pnpm": ">=8.10.0"
"node": ">=20.12.0",
"pnpm": ">=8.15.0"
},
"dependencies": {
"astro": "4.9.2"
"astro": "4.11.0"
},
"devDependencies": {
"@astrojs/check": "0.7.0",
Expand All @@ -31,6 +31,6 @@
"shared": "workspace:*",
"sharp": "0.33.4",
"typescript": "5.3.3",
"vite": "5.2.12"
"vite": "5.2.13"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-plugin-astro": "1.2.0"
"eslint-plugin-astro": "1.2.2"
}
}
10 changes: 5 additions & 5 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"check": "astro check --tsconfig tsconfig.json"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/node": "20.14.6",
"astro-icon": "0.8.2",
"eslint-config-custom": "workspace:*",
"prettier": "3.2.5",
"prettier": "3.3.2",
"prettier-plugin-astro": "0.14.0",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"vite": "5.2.12"
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"vite": "5.3.1"
}
}
Loading

0 comments on commit 4e5a70b

Please sign in to comment.