Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major) (#8790)
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 committed Aug 18, 2021
1 parent b4f91bc commit fc80873
Show file tree
Hide file tree
Showing 10 changed files with 219 additions and 129 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -29,9 +29,9 @@
"@types/graphviz": "0.0.33",
"@types/node": "14.17.9",
"@types/redis": "2.8.31",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"arg": "5.0.0",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"arg": "5.0.1",
"batching-toposort": "1.2.0",
"benchmark": "2.1.4",
"chalk": "4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -73,8 +73,8 @@
"@types/jest": "27.0.0",
"@types/rimraf": "3.0.1",
"@types/ws": "7.4.7",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"chalk": "4.1.2",
"checkpoint-client": "1.1.20",
"dotenv": "10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Expand Up @@ -74,9 +74,9 @@
"@types/mssql": "6.0.8",
"@types/node": "12.20.19",
"@types/pg": "8.6.1",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"arg": "5.0.0",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"arg": "5.0.1",
"chalk": "4.1.2",
"decimal.js": "10.3.1",
"esbuild": "0.8.53",
Expand Down
4 changes: 2 additions & 2 deletions packages/debug/package.json
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@types/jest": "27.0.0",
"@types/node": "12.20.19",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"esbuild": "0.12.16",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/engine-core/package.json
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@types/jest": "27.0.0",
"@types/node": "12.20.19",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"esbuild": "0.12.16",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-helper/package.json
Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@types/jest": "27.0.0",
"@types/node": "12.20.19",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"esbuild": "0.12.16",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests/package.json
Expand Up @@ -18,8 +18,8 @@
"@types/node": "12.20.19",
"@types/pg": "8.6.1",
"@types/sqlite3": "3.1.7",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"decimal.js": "10.3.1",
"esbuild": "0.12.16",
"escape-string-regexp": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
Expand Up @@ -24,8 +24,8 @@
"@types/pg": "8.6.1",
"@types/prompts": "2.0.14",
"@types/sqlite3": "3.1.7",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"chalk": "4.1.2",
"del": "6.0.0",
"esbuild": "0.12.16",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Expand Up @@ -34,8 +34,8 @@
"@types/resolve": "1.20.1",
"@types/shell-quote": "1.7.1",
"@types/tar": "4.0.5",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"esbuild": "0.12.16",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
Expand Down

0 comments on commit fc80873

Please sign in to comment.