Skip to content

Commit

Permalink
Merge branch 'main' into command-api-user-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino authored May 22, 2024
2 parents b14eeab + 49fc063 commit 51d354a
Show file tree
Hide file tree
Showing 15 changed files with 3,962 additions and 3,103 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21

- uses: pnpm/action-setup@v2
with:
version: latest

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21

- uses: pnpm/action-setup@v2
with:
version: latest

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21

- uses: pnpm/action-setup@v2
with:
version: latest

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21

- uses: pnpm/action-setup@v2
with:
version: latest

- name: Install Node.js dependencies
run: pnpm install
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21

- uses: pnpm/action-setup@v2
with:
version: latest

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"lezer",
"LOCALAPPDATA",
"logname",
"marshift",
"metafile",
"Millis",
"notif",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"main": "dist/main.mjs",
"types": "dist/renderer/replugged.d.ts",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
"node": ">=21.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@8.6.1",
"packageManager": "pnpm@9.0.6",
"scripts": {
"build": "tsx scripts/build.mts",
"bundle": "tsx scripts/build.mts --production",
Expand Down Expand Up @@ -37,6 +37,7 @@
"url": "https://github.com/replugged-org/replugged/issues"
},
"devDependencies": {
"@marshift/argus": "^1.0.3",
"@types/adm-zip": "^0.5.3",
"@types/highlightjs": "^9.12.4",
"@types/lodash": "^4.14.200",
Expand Down
Loading

0 comments on commit 51d354a

Please sign in to comment.