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 Nov 21, 2021
1 parent 73dbca5 commit 7b6a341
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 190 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/mocha": "9.0.0",
"nyc": "15.1.0",
"chai": "4.3.4",
"typescript": "4.4.4",
"typescript": "4.5.2",
"fs-extra": "10.0.0",
"husky": "7.0.4",
"lerna": "4.0.0",
Expand All @@ -62,13 +62,13 @@
"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.3.0",
"@typescript-eslint/parser": "5.4.0",
"@typescript-eslint/eslint-plugin": "5.4.0",
"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"
}
}
8 changes: 4 additions & 4 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/lodash": "4.14.177",
"@types/sinon-chai": "3.2.5",
"error-stack-parser": "2.0.6",
"esbuild": "0.13.12",
"esbuild": "0.13.15",
"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.64.2",
"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.2"
},
"typings": "api.d.ts",
"publishConfig": {
Expand Down
Loading

0 comments on commit 7b6a341

Please sign in to comment.