Skip to content

Commit

Permalink
chore(deps): update all non-major dev dependencies (#1980)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent e04b1f9 commit 4adec9b
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 226 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
},
"devDependencies": {
"@types/chai": "5.0.0",
"@types/mocha": "10.0.1",
"@types/mocha": "10.0.9",
"@types/node": "18.19.56",
"chai": "5.1.1",
"typescript": "5.6.3",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"husky": "9.1.6",
"lerna": "8.1.8",
"lint-staged": "15.2.10",
"mocha": "10.2.0",
"mocha": "10.7.3",
"npm-run-all2": "6.2.4",
"prettier": "3.0.2",
"prettier": "3.3.3",
"shx": "0.3.4",
"cz-conventional-changelog": "3.3.0",
"@commitlint/cli": "19.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/chevrotain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
"lodash-es": "4.17.21"
},
"devDependencies": {
"@types/jsdom": "21.1.2",
"@types/lodash-es": "4.17.8",
"@types/jsdom": "21.1.7",
"@types/lodash-es": "4.17.12",
"@types/sinon": "17.0.3",
"@types/sinon-chai": "4.0.0",
"error-stack-parser": "2.1.4",
"esbuild": "0.19.2",
"esbuild": "0.24.0",
"gen-esm-wrapper": "1.1.3",
"gitty": "3.7.2",
"jsdom": "25.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cst-dts-gen-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lodash-es": "4.17.21"
},
"devDependencies": {
"@types/lodash-es": "4.17.8",
"@types/lodash-es": "4.17.12",
"glob": "11.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/cst-dts-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lodash-es": "4.17.21"
},
"devDependencies": {
"@types/lodash-es": "4.17.8"
"@types/lodash-es": "4.17.12"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/gast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lodash-es": "4.17.21"
},
"devDependencies": {
"@types/lodash-es": "4.17.8"
"@types/lodash-es": "4.17.12"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 4adec9b

Please sign in to comment.