Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 5, 2025
1 parent 3fc319e commit b5ef478
Show file tree
Hide file tree
Showing 4 changed files with 1,969 additions and 2,310 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4.0.0

- name: Set node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -49,10 +49,10 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4.0.0

- uses: actions/setup-node@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4.0.0

- name: Set node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*

Expand Down
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "importx",
"type": "module",
"version": "0.5.1",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@10.2.0",
"description": "Unified tool for importing TypeScript modules at runtime",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -50,37 +50,36 @@
"prepare": "simple-git-hooks"
},
"dependencies": {
"bundle-require": "^5.0.0",
"bundle-require": "^5.1.0",
"debug": "^4.4.0",
"esbuild": "^0.20.2 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0",
"jiti": "^2.4.1",
"pathe": "^1.1.2",
"jiti": "^2.4.2",
"pathe": "^2.0.2",
"tsx": "^4.19.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@antfu/ni": "^0.23.1",
"@antfu/utils": "^0.7.10",
"@antfu/eslint-config": "^4.1.1",
"@antfu/ni": "^23.3.1",
"@antfu/utils": "^8.1.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.2",
"bumpp": "^9.9.1",
"eslint": "^9.16.0",
"@types/node": "^22.13.1",
"bumpp": "^10.0.2",
"eslint": "^9.19.0",
"esno": "^4.8.0",
"execa": "^9.5.2",
"find-up": "^7.0.0",
"lint-staged": "^15.2.11",
"lint-staged": "^15.4.3",
"picocolors": "^1.1.1",
"pnpm": "^9.15.0",
"simple-git-hooks": "^2.11.1",
"strip-ansi": "^7.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vite": "^6.0.3",
"vitest": "^2.1.8"
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vite": "^6.1.0",
"vitest": "^3.0.5"
},
"resolutions": {
"jiti": "2.0.0-beta.3"
"jiti": "^2.4.2"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
Loading

0 comments on commit b5ef478

Please sign in to comment.