Skip to content

Commit

Permalink
chore(package.json): remove extra options (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <[email protected]>
  • Loading branch information
github-actions[bot] and nikkeyl authored Aug 19, 2024
1 parent f4e50af commit 30f4c62
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 152 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/archoleat/validate-font-file-name#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/archoleat/validate-font-file-name.git"
"url": "https://github.com/archoleat/validate-font-file-name.git"
},
"bugs": {
"url": "https://github.com/archoleat/validate-font-file-name/issues"
Expand All @@ -29,15 +29,11 @@
"validate",
"validator"
],
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.7.0",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
},
"volta": {
"node": "20.16.0",
"pnpm": "9.4.0"
},
"type": "module",
"types": "index.d.ts",
"imports": {
Expand All @@ -59,7 +55,7 @@
"@archoleat/reglib": "^1.1.0"
},
"devDependencies": {
"@archoleat/commitlint-define-config": "^1.0.9",
"@archoleat/commitlint-define-config": "^1.0.10",
"@archoleat/eslint-flat-compatibility": "^1.1.7",
"@archoleat/prettier-define-config": "^1.0.1",
"@archoleat/semantic-release-define-config": "^1.1.14",
Expand All @@ -69,7 +65,7 @@
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^22.4.0",
"@types/node": "^22.4.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.0.5",
Expand All @@ -92,7 +88,7 @@
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"rollup": "^4.20.0",
"rollup": "^4.21.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^24.1.0",
Expand Down
Loading

0 comments on commit 30f4c62

Please sign in to comment.