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 Jul 8, 2023
1 parent d982470 commit 69fa3f5
Show file tree
Hide file tree
Showing 6 changed files with 400 additions and 609 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
]
},
"devDependencies": {
"@types/chai": "4.3.4",
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"@types/node": "16.18.38",
"chai": "4.3.7",
"typescript": "4.9.4",
"fs-extra": "11.1.0",
"husky": "8.0.2",
"typescript": "4.9.5",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"lerna": "7.1.1",
"lint-staged": "13.1.0",
"lint-staged": "13.2.3",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"prettier": "2.8.8",
"shx": "0.3.4",
"cz-conventional-changelog": "3.3.0",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"source-map-support": "0.5.21",
"c8": "8.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/chevrotain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,19 @@
},
"devDependencies": {
"@types/lodash-es": "4.17.7",
"@types/sinon": "10.0.13",
"@types/sinon": "10.0.15",
"@types/sinon-chai": "3.2.9",
"@types/jsdom": "21.1.1",
"sinon-chai": "3.7.0",
"error-stack-parser": "2.1.4",
"esbuild": "0.16.10",
"esbuild": "0.18.11",
"gen-esm-wrapper": "1.1.3",
"gitty": "3.7.2",
"jsdom": "22.1.0",
"jsonfile": "6.1.0",
"require-from-string": "2.0.2",
"sinon": "15.0.1",
"webpack": "5.75.0",
"sinon": "15.2.0",
"webpack": "5.88.1",
"webpack-cli": "5.1.4",
"xregexp": "5.1.1"
}
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.6",
"glob": "10.3.2"
"@types/lodash-es": "4.17.7",
"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 @@ -38,7 +38,7 @@
"lodash-es": "4.17.21"
},
"devDependencies": {
"@types/lodash-es": "4.17.6"
"@types/lodash-es": "4.17.7"
},
"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 @@ -36,7 +36,7 @@
},
"devDependencies": {
"typedoc": "0.23.23",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 69fa3f5

Please sign in to comment.