Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 8, 2020
1 parent dc06d40 commit cbb95a3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions packages/eslint-plugin-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"string.prototype.matchall": "^4.0.2"
},
"devDependencies": {
"@babel/types": "7.11.5",
"@babel/types": "7.12.7",
"@mmkal/rig": "workspace:*",
"@types/babel__generator": "7.6.2",
"@types/babel__traverse": "7.0.15",
"@types/babel__traverse": "7.11.0",
"@types/dedent": "0.7.0",
"@types/eslint": "7.2.4",
"@types/eslint": "7.2.6",
"@types/glob": "7.1.3",
"@types/js-yaml": "3.12.5",
"@types/lodash": "4.14.161",
"@types/lodash": "4.14.165",
"@types/minimatch": "3.0.3",
"dedent": "0.7.0",
"expect-type": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/io-ts-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"devDependencies": {
"@mmkal/rig": "workspace:*",
"@types/js-yaml": "3.12.5",
"@types/lodash": "4.14.161",
"@types/lodash": "4.14.165",
"expect-type": "workspace:*",
"js-yaml": "3.14.0",
"js-yaml": "3.14.1",
"lodash": "4.17.20"
}
}
2 changes: 1 addition & 1 deletion packages/memorable-moniker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@mmkal/rig": "workspace:*",
"@types/lodash": "4.14.161",
"@types/lodash": "4.14.165",
"@types/seedrandom": "2.4.28",
"expect-type": "workspace:*",
"lodash": "4.17.20"
Expand Down
42 changes: 21 additions & 21 deletions tools/rig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,38 +23,38 @@
},
"dependencies": {
"@actions/github": "4.0.0",
"@types/jest": "26.0.15",
"@types/jest": "26.0.18",
"@types/js-yaml": "3.12.5",
"@types/node": "14.14.5",
"@typescript-eslint/eslint-plugin": "4.1.1",
"@typescript-eslint/parser": "4.1.1",
"check-clean": "0.2.5",
"@types/node": "14.14.11",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
"check-clean": "0.3.0",
"concurrently": "5.3.0",
"eslint": "7.9.0",
"eslint-config-xo": "0.32.1",
"eslint-config-xo-typescript": "0.33.0",
"eslint-plugin-codegen": "0.13.3",
"eslint": "7.15.0",
"eslint-config-xo": "0.33.1",
"eslint-config-xo-typescript": "0.36.0",
"eslint-plugin-codegen": "0.14.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-prettier": "3.2.0",
"eslint-plugin-unicorn": "21.0.0",
"eson-parser": "0.0.5",
"find-up": "5.0.0",
"jest": "26.4.2",
"js-yaml": "3.14.0",
"jest": "26.6.3",
"js-yaml": "3.14.1",
"lodash": "4.17.20",
"prettier": "2.1.2",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"sort-package-json": "1.46.1",
"ts-jest": "26.3.0",
"ts-loader": "8.0.7",
"typescript": "4.0.5",
"sort-package-json": "1.48.0",
"ts-jest": "26.4.4",
"ts-loader": "8.0.11",
"typescript": "4.1.2",
"webpack": "4.44.2",
"webpack-cli": "3.3.12"
},
"devDependencies": {
"@microsoft/rush-lib": "5.34.3",
"@types/eslint": "7.2.4",
"@types/lodash": "4.14.161"
"@microsoft/rush-lib": "5.35.2",
"@types/eslint": "7.2.6",
"@types/lodash": "4.14.165"
}
}

0 comments on commit cbb95a3

Please sign in to comment.