Skip to content

Commit

Permalink
Merge pull request #10 from webdeveric/chore/deps
Browse files Browse the repository at this point in the history
chore(deps): updated dependencies
  • Loading branch information
webdeveric authored Dec 24, 2024
2 parents d3bfb46 + 784ea8c commit 8ba0365
Show file tree
Hide file tree
Showing 2 changed files with 1,252 additions and 1,089 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"engines": {
"node": ">=20.17.0"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
"scripts": {
"prevalidate": "pnpm build:dev",
"validate": "./dist/cli.mjs",
Expand All @@ -52,31 +52,31 @@
"sideEffects": false,
"prettier": "@webdeveric/prettier-config",
"dependencies": {
"@npmcli/arborist": "^8.0.0",
"@webdeveric/utils": "^0.40.0",
"@npmcli/arborist": "^9.0.0",
"@webdeveric/utils": "^0.42.0",
"npm-packlist": "^10.0.0"
},
"devDependencies": {
"@types/node": "^20.17.8",
"@types/node": "^20.17.10",
"@types/npm-packlist": "^7.0.3",
"@types/npmcli__arborist": "^5.6.11",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/coverage-v8": "^2.1.8",
"@webdeveric/eslint-config-ts": "^0.11.0",
"@webdeveric/prettier-config": "^0.3.0",
"cross-env": "^7.0.3",
"cspell": "^8.16.1",
"esbuild": "^0.24.0",
"cspell": "^8.17.1",
"esbuild": "^0.24.2",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-environment": "^0.4.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.6"
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 8ba0365

Please sign in to comment.