Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 22, 2023
1 parent 3a442dd commit e8eb570
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 355 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "pkg-name",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected].10",
"packageManager": "[email protected].12",
"description": "",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand All @@ -18,8 +18,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
Expand Down Expand Up @@ -47,21 +47,21 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@antfu/eslint-config": "^0.40.2",
"@antfu/ni": "^0.21.5",
"@antfu/utils": "^0.7.5",
"@types/node": "^20.4.5",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"@antfu/utils": "^0.7.6",
"@types/node": "^20.5.2",
"bumpp": "^9.2.0",
"eslint": "^8.47.0",
"esno": "^0.17.0",
"lint-staged": "^13.2.3",
"pnpm": "^8.6.10",
"lint-staged": "^14.0.1",
"pnpm": "^8.6.12",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vite": "^4.4.7",
"vitest": "^0.33.0"
"vite": "^4.4.9",
"vitest": "^0.34.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down

0 comments on commit e8eb570

Please sign in to comment.