Skip to content

Commit

Permalink
chore(deps-dev): update (#120)
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 Sep 1, 2024
1 parent d5e9ae5 commit 31cceb8
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 211 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: sunday
interval: monthly
day: saturday

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: sunday
interval: monthly
day: saturday
versioning-strategy: increase
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@
"@archoleat/reglib": "^1.1.0"
},
"devDependencies": {
"@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.15",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@archoleat/commitlint-define-config": "^1.0.11",
"@archoleat/eslint-flat-compatibility": "^1.1.8",
"@archoleat/prettier-define-config": "^1.0.2",
"@archoleat/semantic-release-define-config": "^1.1.16",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/types": "^19.0.3",
"@rollup/plugin-typescript": "^11.1.6",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^22.5.0",
"@types/node": "^22.5.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.0.5",
Expand All @@ -82,14 +82,14 @@
"git-pull-run": "^1.4.0",
"globals": "^15.9.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"remark": "15.0.1",
"remark-cli": "^12.0.1",
"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.21.1",
"rollup": "^4.21.2",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^24.1.0",
Expand Down
Loading

0 comments on commit 31cceb8

Please sign in to comment.