Skip to content

Commit

Permalink
chore(deps-dev): update (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 4, 2024
1 parent 05b14e1 commit 1d6b358
Show file tree
Hide file tree
Showing 2 changed files with 327 additions and 510 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"validate",
"validator"
],
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0",
"pnpm": ">=8.0.0"
},
"volta": {
"node": "20.11.1",
"pnpm": "8.15.5"
"node": "20.12.0",
"pnpm": "8.15.6"
},
"type": "module",
"types": "index.d.ts",
Expand All @@ -47,7 +47,7 @@
"index.js"
],
"scripts": {
"init": "pnpm i && husky && git submodule update",
"init": "pnpm i && husky",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"build": "rollup -c",
Expand All @@ -63,10 +63,10 @@
"chalk": "^5.3.0"
},
"devDependencies": {
"@archoleat/commitlint-define-config": "^1.0.2",
"@archoleat/eslint-flat-compatibility": "^1.0.0",
"@archoleat/semantic-release-define-config": "^1.1.1",
"@commitlint/cli": "^18.6.1",
"@archoleat/commitlint-define-config": "^1.0.3",
"@archoleat/eslint-flat-compatibility": "^1.1.1",
"@archoleat/semantic-release-define-config": "^1.1.2",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -92,10 +92,10 @@
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"rollup": "^4.13.2",
"rollup": "^4.14.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^23.0.6",
"semantic-release": "^23.0.7",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
Expand Down
Loading

0 comments on commit 1d6b358

Please sign in to comment.