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 Jun 30, 2023
1 parent 10d40c6 commit 0a7d29d
Show file tree
Hide file tree
Showing 7 changed files with 1,800 additions and 1,583 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,37 +45,37 @@
]
},
"devDependencies": {
"@types/chai": "4.3.4",
"@types/sinon": "10.0.13",
"@types/chai": "4.3.5",
"@types/sinon": "10.0.15",
"@types/sinon-chai": "3.2.9",
"sinon": "15.0.1",
"sinon": "15.2.0",
"@types/mocha": "10.0.1",
"@types/node": "14.18.35",
"@types/node": "14.18.53",
"nyc": "15.1.0",
"chai": "4.3.7",
"sinon-chai": "3.7.0",
"typescript": "4.9.4",
"fs-extra": "11.1.0",
"husky": "8.0.2",
"lerna": "6.1.0",
"lint-staged": "13.1.0",
"typescript": "4.9.5",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"lerna": "6.6.2",
"lint-staged": "13.2.3",
"lodash": "4.17.21",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"prettier": "2.8.8",
"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.6.6",
"@commitlint/config-conventional": "17.6.6",
"eslint": "8.44.0",
"@typescript-eslint/parser": "5.60.1",
"@typescript-eslint/eslint-plugin": "5.60.1",
"eslint-config-prettier": "8.8.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
8 changes: 4 additions & 4 deletions packages/chevrotain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "4.14.191",
"@types/lodash": "4.14.195",
"error-stack-parser": "2.1.4",
"esbuild": "0.16.10",
"esbuild": "0.18.10",
"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.2.0",
"webpack": "5.88.1",
"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/cst-dts-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "4.14.191"
"@types/lodash": "4.14.195"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/gast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/lodash": "4.14.191"
"@types/lodash": "4.14.195"
},
"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 @@ -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 0a7d29d

Please sign in to comment.