Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 5, 2024
1 parent 5ce5ba3 commit cde3b3a
Show file tree
Hide file tree
Showing 2 changed files with 3,534 additions and 3,472 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,44 +25,44 @@
"docs:dev": "cd docs && bun i && bun dev",
"build": "pnpm automd && unbuild",
"dev": "vitest -u",
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src",
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src -w",
"lint": "eslint --cache . && prettier -c src",
"lint:fix": "eslint --cache . --fix && prettier -c src -w",
"prepack": "pnpm build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags && pnpm build --stub",
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
"test:types": "tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@parcel/watcher": "^2.4.1",
"c12": "^1.10.0",
"c12": "^1.11.1",
"citty": "^0.1.6",
"consola": "^3.2.3",
"defu": "^6.1.4",
"destr": "^2.0.3",
"didyoumean2": "^6.0.1",
"globby": "^14.0.1",
"magic-string": "^0.30.8",
"globby": "^14.0.2",
"magic-string": "^0.30.10",
"mdbox": "^0.1.0",
"mlly": "^1.6.1",
"mlly": "^1.7.1",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"pkg-types": "^1.1.3",
"scule": "^1.3.0",
"untyped": "^1.4.2"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@vitest/coverage-v8": "^1.4.0",
"automd": "link:.",
"@types/node": "^20.14.9",
"@vitest/coverage-v8": "^1.6.0",
"automd": "link:",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.21.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"eslint": "^9.6.0",
"eslint-config-unjs": "^0.3.2",
"jiti": "^1.21.6",
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vitest": "^1.4.0"
"vitest": "^1.6.0"
},
"packageManager": "pnpm@8.15.5"
"packageManager": "pnpm@9.4.0"
}
Loading

0 comments on commit cde3b3a

Please sign in to comment.