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 Sep 15, 2023
1 parent 4272462 commit 6d05937
Show file tree
Hide file tree
Showing 7 changed files with 200 additions and 255 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
]
},
"devDependencies": {
"@types/chai": "4.3.5",
"@types/chai": "4.3.6",
"@types/mocha": "10.0.1",
"@types/node": "16.18.44",
"chai": "4.3.7",
"typescript": "5.1.6",
"@types/node": "16.18.51",
"chai": "4.3.8",
"typescript": "5.2.2",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"lerna": "7.1.5",
"lerna": "7.3.0",
"lint-staged": "13.3.0",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",
"prettier": "3.0.2",
"prettier": "3.0.3",
"shx": "0.3.4",
"cz-conventional-changelog": "3.3.0",
"@commitlint/cli": "17.7.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/chevrotain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
},
"devDependencies": {
"@types/jsdom": "21.1.2",
"@types/lodash-es": "4.17.8",
"@types/lodash-es": "4.17.9",
"@types/sinon": "10.0.16",
"@types/sinon-chai": "3.2.9",
"error-stack-parser": "2.1.4",
"esbuild": "0.19.2",
"esbuild": "0.19.3",
"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.9",
"glob": "10.3.4"
}
}
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.9"
},
"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.9"
},
"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.2.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 6d05937

Please sign in to comment.