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 29, 2021
1 parent 73dbca5 commit 45faa43
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 205 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,26 +49,26 @@
"@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",
"lint-staged": "11.2.6",
"lodash": "4.17.21",
"mocha": "9.1.3",
"npm-run-all": "4.1.5",
"prettier": "2.4.1",
"prettier": "2.5.0",
"shx": "0.3.3",
"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.5.0",
"@typescript-eslint/eslint-plugin": "5.5.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"
}
}
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.177",
"@types/sinon-chai": "3.2.6",
"error-stack-parser": "2.0.6",
"esbuild": "0.13.12",
"esbuild": "0.14.0",
"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.4",
"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 45faa43

Please sign in to comment.