Skip to content

Commit

Permalink
Update mocha and nanoid
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed Dec 10, 2024
1 parent 5d75dce commit ecfb1d2
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 142 deletions.
2 changes: 1 addition & 1 deletion packages/@textlint/config-inliner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"mocha": "^9.2.2",
"mocha": "^10.8.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/config-partial-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"mocha": "^9.2.2",
"mocha": "^10.8.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/runtime-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"mocha": "^9.2.2",
"mocha": "^10.8.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/script-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/webpack": "^5.28.5",
"mocha": "^9.2.2",
"mocha": "^10.8.2",
"prettier": "^2.3.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-preset-ja-technical-writing": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/script-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"mocha": "^9.2.2",
"mocha": "^10.8.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/website-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/rimraf": "3.0.0",
"mocha": "^9.2.2",
"mocha": "^10.8.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/textchecker-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/rimraf": "^3.0.0",
"mocha": "^9.2.2",
"mocha": "^10.8.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"textlint-rule-preset-ja-technical-writing": "^8.0.0",
Expand Down
Loading

0 comments on commit ecfb1d2

Please sign in to comment.