Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ runs:
using: composite
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6

- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ inputs.node-version }}
registry-url: ${{ inputs.registry-url }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Set latest Release to `gigadrive`
if: steps.changesets.outputs.published == 'true'
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Setup
uses: ./.github/actions/setup
Expand All @@ -45,7 +45,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Setup
uses: ./.github/actions/setup
Expand All @@ -69,7 +69,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Setup
uses: ./.github/actions/setup
Expand All @@ -85,7 +85,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Setup
uses: ./.github/actions/setup
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.22.2
24.17.0
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@eslint/js": "^9.39.4",
"@local/tsup": "workspace:*",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@types/node": "^22.19.17",
"@types/node": "^24.0.0",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"@vitest/coverage-istanbul": "3.2.4",
"dotenv": "^16.6.1",
"dotenv": "^17.0.0",
"esbuild": "^0.28.0",
"eslint": "^9.39.4",
"eslint-config-love": "^120.0.0",
Expand All @@ -47,8 +47,8 @@
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "^10.3.4",
"glob": "^11.1.0",
"globals": "^16.5.0",
"glob": "^13.0.0",
"globals": "^17.0.0",
"minimatch": "^10.2.5",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
Expand All @@ -61,5 +61,5 @@
"vite": "^7.3.1",
"vitest": "^3.2.4"
},
"packageManager": "pnpm@10.33.0"
"packageManager": "pnpm@11.8.0"
}
10 changes: 5 additions & 5 deletions packages/build-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"archiver": "^7.0.1",
"archiver": "^8.0.0",
"extract-zip": "^2.0.1",
"minimatch": "^10.0.3",
"p-limit": "^6.2.0"
"p-limit": "^7.0.0"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/archiver": "^6.0.3",
"@types/archiver": "^8.0.0",
"@types/express": "^5.0.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.18.7",
"@types/node": "^24.0.0",
"adm-zip": "^0.5.16",
"express": "~5.2.0",
"fs-extra": "^11.3.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.0.0 || ^6.0.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@gigadrive/commons": "workspace:*",
"@gigadrive/network-config": "workspace:*",
"@gigadrive/sdk": "workspace:*",
"archiver": "^7.0.1",
"archiver": "^8.0.0",
"effect": "^3.19.17",
"ignore": "^7.0.5",
"open": "^10.2.0"
"open": "^11.0.0"
},
"devDependencies": {
"@effect/language-service": "^0.84.0",
"@types/archiver": "^6.0.3",
"@types/archiver": "^8.0.0",
"esbuild": "^0.28.0",
"typescript": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^22.18.7"
"@types/node": "^24.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/harmony/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
"cmdk": "^1.1.1",
"date-fns-tz": "^3.2.0",
"framer-motion": "^12.23.22",
"lucide-react": "^0.577.0",
"lucide-react": "^1.0.0",
"nanoid": "^5.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react-day-picker": "^9.11.1",
"react-day-picker": "^10.0.0",
"react-hook-form": "^7.64.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
Expand All @@ -113,7 +113,7 @@
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/react-query": "^5.90.2",
"@types/react": "^18.3.24",
"@types/react": "^19.0.0",
"@types/zxcvbn": "^4.4.5",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/browser": "^3.2.4",
Expand All @@ -123,8 +123,8 @@
"playwright": "^1.59.1",
"postcss": "^8.5.6",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass": "^1.93.2",
"storybook": "^10.3.4",
"tailwindcss": "^3.4.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/network-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@effect/platform": "^0.96.0",
"@effect/platform-node": "^0.106.0",
"@types/node": "^22.18.7",
"@types/node": "^24.0.0",
"effect": "^3.19.17",
"esbuild": "^0.28.0"
},
Expand Down
Loading
Loading