Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: prisis <d.bannert@anolilab.de>
  • Loading branch information
prisis committed Dec 22, 2023
1 parent 77d5379 commit e75d029
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
18 changes: 9 additions & 9 deletions packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,18 @@
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/lint-staged": "^13.2.1",
"@types/shell-quote": "^1.7.3",
"@vitest/coverage-v8": "^0.34.6",
"@types/lint-staged": "^13.3.0",
"@types/shell-quote": "^1.7.5",
"@vitest/coverage-v8": "^1.1.0",
"cross-env": "^7.0.3",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"lint-staged": "^15.2.0",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.6",
"tsup": "^7.2.0",
"type-fest": "^4.6.0",
"typescript": "5.2.2",
"vitest": "^0.34.6"
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"type-fest": "^4.8.3",
"typescript": "5.3.3",
"vitest": "^1.1.0"
},
"peerDependencies": {
"eslint": "^8.49.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/semantic-release-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@
"dependencies": {
"@anolilab/package-json-utils": "3.0.9",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "11.0.0",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "12.0.0",
"@semantic-release/github": "^9.2.5",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "12.1.0",
"conventional-changelog-conventionalcommits": "7.0.2"
},
"devDependencies": {
"rimraf": "^5.0.5",
"semantic-release": "^22.0.6",
"tsup": "^7.2.0",
"vitest": "^0.34.6"
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"vitest": "^1.1.0"
},
"peerDependencies": {
"semantic-release": ">=22"
Expand Down
20 changes: 10 additions & 10 deletions packages/textlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,34 +65,34 @@
"dependencies": {
"@anolilab/package-json-utils": "3.0.9",
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2",
"@textlint-rule/textlint-rule-preset-google": "^0.1.2",
"@textlint/ast-node-types": "^13.3.3",
"@textlint/types": "^13.3.3",
"@textlint/ast-node-types": "^13.4.1",
"@textlint/types": "^13.4.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-abbr-within-parentheses": "^1.0.2",
"textlint-rule-alex": "^3.0.0",
"textlint-rule-alex": "^4.0.0",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-date-weekday-mismatch": "^1.0.6",
"textlint-rule-diacritics": "^1.0.0",
"textlint-rule-en-capitalization": "^2.0.3",
"textlint-rule-footnote-order": "^1.0.3",
"textlint-rule-helper": "^2.3.0",
"textlint-rule-helper": "^2.3.1",
"textlint-rule-no-dead-link": "^5.1.2",
"textlint-rule-no-empty-section": "^1.1.0",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-terminology": "^4.0.0",
"textlint-rule-terminology": "^4.0.1",
"textlint-rule-write-good": "^2.0.0",
"write-good": "^1.0.8"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.2",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.6",
"textlint": "^13.3.3",
"tsup": "^7.2.0",
"vitest": "^0.34.6"
"semantic-release": "^22.0.12",
"textlint": "^13.4.1",
"tsup": "^8.0.1",
"vitest": "^1.1.0"
},
"peerDependencies": {
"textlint": "^13.3.2"
Expand Down

0 comments on commit e75d029

Please sign in to comment.