Skip to content

Commit

Permalink
chore(deps): update all non-major dev dependencies (#1649)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 8, 2021
1 parent 579aa0b commit ffb0f6f
Show file tree
Hide file tree
Showing 6 changed files with 426 additions and 217 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,29 +50,29 @@
]
},
"devDependencies": {
"@types/chai": "4.2.21",
"@types/chai": "4.2.22",
"@types/mocha": "9.0.0",
"nyc": "15.1.0",
"chai": "4.3.4",
"typescript": "4.2.3",
"typescript": "4.4.3",
"fs-extra": "10.0.0",
"husky": "4.3.8",
"lerna": "4.0.0",
"lint-staged": "11.1.1",
"lint-staged": "11.2.0",
"lodash": "4.17.21",
"mocha": "9.0.0",
"mocha": "9.1.2",
"npm-run-all": "4.1.5",
"prettier": "2.3.2",
"prettier": "2.4.1",
"shx": "0.3.3",
"cz-conventional-changelog": "3.3.0",
"@commitlint/cli": "13.2.0",
"@commitlint/config-conventional": "13.2.0",
"eslint": "7.31.0",
"@typescript-eslint/parser": "4.26.1",
"@typescript-eslint/eslint-plugin": "4.28.4",
"eslint": "7.32.0",
"@typescript-eslint/parser": "4.33.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-eslint-comments": "3.2.0",
"source-map-support": "0.5.19",
"source-map-support": "0.5.20",
"@istanbuljs/schema": "0.1.3"
}
}
14 changes: 7 additions & 7 deletions packages/chevrotain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@
"devDependencies": {
"@types/sinon-chai": "3.2.5",
"error-stack-parser": "2.0.6",
"esbuild": "0.12.16",
"gen-esm-wrapper": "1.1.2",
"esbuild": "0.13.4",
"gen-esm-wrapper": "1.1.3",
"gitty": "3.7.2",
"jsdom": "16.6.0",
"jsdom": "16.7.0",
"jsonfile": "6.1.0",
"require-from-string": "2.0.2",
"sinon": "11.1.1",
"sinon": "11.1.2",
"sinon-chai": "3.7.0",
"webpack": "5.46.0",
"webpack-cli": "4.7.2",
"xregexp": "5.0.2"
"webpack": "5.58.1",
"webpack-cli": "4.9.0",
"xregexp": "5.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/cst-dts-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"chevrotain": "^9.0.2"
},
"devDependencies": {
"glob": "7.1.7"
"glob": "7.2.0"
},
"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 @@ -33,7 +33,7 @@
},
"devDependencies": {
"typedoc": "0.22.5",
"typescript": "4.2.3"
"typescript": "4.4.3"
},
"typings": "api.d.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"coverage": "nyc mocha"
},
"devDependencies": {
"@types/chai": "4.2.21"
"@types/chai": "4.2.22"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit ffb0f6f

Please sign in to comment.