Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Sep 7, 2021
1 parent 8dae1c3 commit 8749330
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 82 deletions.
184 changes: 107 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"lint": "eslint src/**/*{.ts,.tsx}"
},
"dependencies": {
"@stencil/core": "2.7.1",
"@stencil/core": "2.8.0",
"todomvc-app-css": "2.4.1",
"todomvc-common": "1.0.5"
},
"devDependencies": {
"@stencil/eslint-plugin": "0.3.1",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@typescript-eslint/parser": "4.29.3",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"eslint": "7.32.0",
"eslint-plugin-react": "7.24.0",
"typescript": "4.3.5",
"eslint-plugin-react": "7.25.1",
"typescript": "4.4.2",
"workbox-build": "6.2.4"
}
}

0 comments on commit 8749330

Please sign in to comment.