Skip to content

Commit

Permalink
chore(deps): update all non-major dev dependencies (#1712)
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 Jan 16, 2022
1 parent 6cc6c5a commit c9f97b0
Show file tree
Hide file tree
Showing 5 changed files with 668 additions and 323 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,30 +45,30 @@
]
},
"devDependencies": {
"@types/chai": "4.2.22",
"@types/chai": "4.3.0",
"@types/mocha": "9.0.0",
"nyc": "15.1.0",
"chai": "4.3.4",
"typescript": "4.4.4",
"typescript": "4.5.4",
"fs-extra": "10.0.0",
"husky": "7.0.4",
"lerna": "4.0.0",
"lint-staged": "11.2.6",
"lodash": "4.17.21",
"mocha": "9.1.3",
"mocha": "9.1.4",
"npm-run-all": "4.1.5",
"prettier": "2.4.1",
"shx": "0.3.3",
"prettier": "2.5.1",
"shx": "0.3.4",
"cz-conventional-changelog": "3.3.0",
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"eslint": "8.2.0",
"@typescript-eslint/parser": "5.3.0",
"@typescript-eslint/eslint-plugin": "5.3.0",
"eslint": "8.7.0",
"@typescript-eslint/parser": "5.9.1",
"@typescript-eslint/eslint-plugin": "5.9.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-lodash": "7.3.0",
"source-map-support": "0.5.20",
"source-map-support": "0.5.21",
"@istanbuljs/schema": "0.1.3"
}
}
10 changes: 5 additions & 5 deletions packages/chevrotain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "4.14.176",
"@types/sinon-chai": "3.2.5",
"@types/lodash": "4.14.178",
"@types/sinon-chai": "3.2.8",
"error-stack-parser": "2.0.6",
"esbuild": "0.13.12",
"esbuild": "0.14.11",
"gen-esm-wrapper": "1.1.3",
"gitty": "3.7.2",
"jsdom": "18.0.1",
"jsdom": "18.1.1",
"jsonfile": "6.1.0",
"require-from-string": "2.0.2",
"sinon": "12.0.1",
"sinon-chai": "3.7.0",
"webpack": "5.62.1",
"webpack": "5.66.0",
"webpack-cli": "4.9.1",
"xregexp": "5.1.0"
}
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.7",
"typescript": "4.4.4"
"typescript": "4.5.4"
},
"typings": "api.d.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"gitty": "3.7.2",
"jsonfile": "6.1.0",
"lodash": "4.17.21",
"vuepress": "1.8.2"
"vuepress": "1.9.5"
}
}
Loading

0 comments on commit c9f97b0

Please sign in to comment.