Skip to content

Commit

Permalink
chore(deps): update all non-major dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 26, 2024
1 parent 4272462 commit b5ec952
Show file tree
Hide file tree
Showing 7 changed files with 388 additions and 346 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
]
},
"devDependencies": {
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "16.18.44",
"chai": "4.3.7",
"typescript": "5.1.6",
"fs-extra": "11.1.1",
"@types/chai": "4.3.14",
"@types/mocha": "10.0.6",
"@types/node": "16.18.91",
"chai": "4.4.1",
"typescript": "5.4.3",
"fs-extra": "11.2.0",
"husky": "8.0.3",
"lerna": "7.1.5",
"lerna": "7.4.2",
"lint-staged": "13.3.0",
"mocha": "10.2.0",
"mocha": "10.4.0",
"npm-run-all": "4.1.5",
"prettier": "3.0.2",
"prettier": "3.2.5",
"shx": "0.3.4",
"cz-conventional-changelog": "3.3.0",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"source-map-support": "0.5.21",
"c8": "8.0.1"
}
Expand Down
10 changes: 5 additions & 5 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/sinon": "10.0.16",
"@types/sinon-chai": "3.2.9",
"@types/jsdom": "21.1.6",
"@types/lodash-es": "4.17.12",
"@types/sinon": "10.0.20",
"@types/sinon-chai": "3.2.12",
"error-stack-parser": "2.1.4",
"esbuild": "0.19.2",
"esbuild": "0.20.2",
"gen-esm-wrapper": "1.1.3",
"gitty": "3.7.2",
"jsdom": "22.1.0",
Expand Down
4 changes: 2 additions & 2 deletions 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",
"glob": "10.3.3"
"@types/lodash-es": "4.17.12",
"glob": "10.3.10"
}
}
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
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"typedoc": "0.24.8",
"typescript": "5.1.6"
"typescript": "5.4.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b5ec952

Please sign in to comment.