Skip to content

Commit

Permalink
chore(deps): update all non-major dev dependencies (#1966)
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] committed Aug 24, 2023
1 parent a0a3856 commit 4272462
Show file tree
Hide file tree
Showing 6 changed files with 612 additions and 341 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
"devDependencies": {
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "16.18.38",
"@types/node": "16.18.44",
"chai": "4.3.7",
"typescript": "5.1.6",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"lerna": "7.1.3",
"lint-staged": "13.2.3",
"lerna": "7.1.5",
"lint-staged": "13.3.0",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",
"prettier": "3.0.0",
"prettier": "3.0.2",
"shx": "0.3.4",
"cz-conventional-changelog": "3.3.0",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"source-map-support": "0.5.21",
"c8": "8.0.0"
"c8": "8.0.1"
}
}
8 changes: 4 additions & 4 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.1",
"@types/lodash-es": "4.17.7",
"@types/sinon": "10.0.15",
"@types/jsdom": "21.1.2",
"@types/lodash-es": "4.17.8",
"@types/sinon": "10.0.16",
"@types/sinon-chai": "3.2.9",
"error-stack-parser": "2.1.4",
"esbuild": "0.18.11",
"esbuild": "0.19.2",
"gen-esm-wrapper": "1.1.3",
"gitty": "3.7.2",
"jsdom": "22.1.0",
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.7",
"@types/lodash-es": "4.17.8",
"glob": "10.3.3"
}
}
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.7"
"@types/lodash-es": "4.17.8"
},
"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.7"
"@types/lodash-es": "4.17.8"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 4272462

Please sign in to comment.