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 15, 2023
1 parent 6d210a3 commit 8d099e0
Show file tree
Hide file tree
Showing 5 changed files with 933 additions and 1,325 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,34 +48,34 @@
"@types/chai": "4.3.4",
"@types/sinon": "10.0.13",
"@types/sinon-chai": "3.2.9",
"sinon": "15.0.1",
"sinon": "15.0.2",
"@types/mocha": "10.0.1",
"@types/node": "14.18.35",
"@types/node": "14.18.38",
"nyc": "15.1.0",
"chai": "4.3.7",
"sinon-chai": "3.7.0",
"typescript": "4.9.4",
"typescript": "4.9.5",
"fs-extra": "11.1.0",
"husky": "8.0.2",
"lerna": "6.1.0",
"lint-staged": "13.1.0",
"husky": "8.0.3",
"lerna": "6.5.1",
"lint-staged": "13.2.0",
"lodash": "4.17.21",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"shx": "0.3.4",
"cz-conventional-changelog": "3.3.0",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"eslint": "8.30.0",
"@typescript-eslint/parser": "5.47.0",
"@typescript-eslint/eslint-plugin": "5.47.0",
"eslint-config-prettier": "8.5.0",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"eslint": "8.36.0",
"@typescript-eslint/parser": "5.55.0",
"@typescript-eslint/eslint-plugin": "5.55.0",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-lodash": "7.4.0",
"source-map-support": "0.5.21",
"@istanbuljs/schema": "0.1.3",
"glob": "8.0.3",
"glob": "8.1.0",
"rimraf": "3.0.2",
"make-dir": "3.1.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 @@ -83,14 +83,14 @@
"devDependencies": {
"@types/lodash": "4.14.191",
"error-stack-parser": "2.1.4",
"esbuild": "0.16.10",
"esbuild": "0.17.11",
"gen-esm-wrapper": "1.1.3",
"gitty": "3.7.2",
"jsdom": "20.0.3",
"jsonfile": "6.1.0",
"require-from-string": "2.0.2",
"sinon": "15.0.1",
"webpack": "5.75.0",
"sinon": "15.0.2",
"webpack": "5.76.2",
"webpack-cli": "4.10.0",
"xregexp": "5.1.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 @@ -29,6 +29,6 @@
"lodash": "4.17.21"
},
"devDependencies": {
"glob": "8.0.3"
"glob": "8.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"typedoc": "0.23.23",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"typings": "api.d.ts",
"publishConfig": {
Expand Down
Loading

0 comments on commit 8d099e0

Please sign in to comment.