Skip to content

Commit

Permalink
chore(deps): update patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 18, 2023
1 parent 8a83bc1 commit ba118bc
Show file tree
Hide file tree
Showing 20 changed files with 274 additions and 2,002 deletions.
2,236 changes: 254 additions & 1,982 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/@textlint/ast-node-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "mocha"
},
"devDependencies": {
"mocha": "^9.2.2",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "~4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/ast-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/ast-traverse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@textlint/markdown-to-ast": "^13.3.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/config-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"mocha": "^10.2.0",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/feature-flag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/fixer-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@textlint/markdown-to-ast": "^13.3.2",
"@types/debug": "^4.1.8",
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/linter-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/markdown-to-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@textlint/ast-tester": "^13.3.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"@types/traverse": "^0.6.32",
"browserify": "^16.5.2",
"mkdirp": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/module-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"mocha": "^10.2.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/source-code-fixer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"mocha": "^10.2.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/text-to-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@textlint/ast-tester": "^13.3.2",
"eol-converter-cli": "^1.0.8",
"mocha": "^9.2.2",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"typescript": "~4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/textlint-plugin-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@textlint/kernel": "^13.3.2",
"mocha": "^9.2.2",
"mocha": "^10.2.0",
"rimraf": "^3.0.2",
"textlint-rule-no-todo": "^2.0.1",
"typescript": "~4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@textlint/markdown-to-ast": "^13.3.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"mocha": "^10.2.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"mocha": "^10.2.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gulp-textlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint": "^8.9.0",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "^4.0.2",
"mocha": "^9.2.2",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.0",
"textlint-rule-prh": "^5.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/textlint-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/textlint/textlint/tree/master/packages/textlint-scripts",
"devDependencies": {
"lint-staged": "^11.2.6",
"lint-staged": "^13.2.2",
"prettier": "^2.2.1",
"shelljs": "^0.8.5"
},
Expand All @@ -47,7 +47,7 @@
"babel-plugin-static-fs": "^3.0.0",
"confirmer": "^1.1.2",
"cross-spawn": "^7.0.3",
"mocha": "^9.2.2",
"mocha": "^10.2.0",
"pkg-to-readme": "^1.1.2",
"textlint-tester": "^13.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/textlint-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"analyze-desumasu-dearu": "^4.0.1",
"match-index": "^1.0.3",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/textlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/clone": "^2.1.1",
"@types/glob": "^8.1.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/node": "^18.16.17",
"@types/read-pkg-up": "^3.0.1",
"@types/shelljs": "^0.8.12",
"clone": "^2.1.2",
Expand Down

0 comments on commit ba118bc

Please sign in to comment.