Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 19, 2024
1 parent c178a00 commit 9dcadce
Show file tree
Hide file tree
Showing 12 changed files with 4,459 additions and 2,451 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

6 changes: 0 additions & 6 deletions .eslintrc

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// Enable the flat config support
"eslint.experimental.useFlatConfig": true,
"eslint.useFlatConfig": true,

// Disable the default formatter
"prettier.enable": false,
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ resolveModule('local-pkg')
const { importModule } = await importModule('local-pkg')
```


## Sponsors

<p align="center">
Expand Down
6 changes: 0 additions & 6 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,5 @@ import antfu from '@antfu/eslint-config'
export default antfu(
{
vue: false,
ignores: [
// eslint ignore globs here
],
},
{
// overrides
},
)
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "local-pkg",
"type": "module",
"version": "0.5.0",
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@9.13.2",
"description": "Get information on local packages.",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -44,22 +44,22 @@
"test": "vitest run && node ./test/cjs.cjs && node ./test/esm.mjs"
},
"dependencies": {
"mlly": "^1.4.2",
"pkg-types": "^1.0.3"
"mlly": "^1.7.3",
"pkg-types": "^1.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.18",
"@antfu/ni": "^0.21.8",
"@antfu/utils": "^0.7.6",
"@types/chai": "^4.3.6",
"@types/node": "^20.8.0",
"bumpp": "^9.2.0",
"chai": "^4.3.10",
"eslint": "^8.50.0",
"esno": "^0.17.0",
"@antfu/eslint-config": "^3.9.2",
"@antfu/ni": "^0.23.1",
"@antfu/utils": "^0.7.10",
"@types/chai": "^5.0.1",
"@types/node": "^22.9.0",
"bumpp": "^9.8.1",
"chai": "^5.1.2",
"eslint": "^9.15.0",
"esno": "^4.8.0",
"find-up": "^6.3.0",
"typescript": "^5.2.2",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
"vitest": "^2.1.5"
}
}
Loading

0 comments on commit 9dcadce

Please sign in to comment.