Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 10, 2023
1 parent 196c692 commit 41f6c13
Show file tree
Hide file tree
Showing 2 changed files with 807 additions and 1,019 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -23,9 +23,6 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"typesVersions": {
"*": {
"*": [
Expand All @@ -34,6 +31,9 @@
]
}
},
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "vitest",
Expand All @@ -57,9 +57,9 @@
"eslint-config-unjs": "^0.1.0",
"jiti": "^1.18.2",
"prettier": "^2.8.7",
"typescript": "^4.9.5",
"typescript": "^5.0.4",
"unbuild": "^1.2.0",
"vitest": "^0.30.0"
},
"packageManager": "pnpm@7.32.0"
"packageManager": "pnpm@8.1.1"
}

0 comments on commit 41f6c13

Please sign in to comment.