Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 1, 2021
1 parent ced86f8 commit 43f988c
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 104 deletions.
179 changes: 80 additions & 99 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.5.2",
"@stencil/core": "2.6.0",
"todomvc-app-css": "2.4.1",
"todomvc-common": "1.0.5"
},
"devDependencies": {
"@stencil/eslint-plugin": "0.3.1",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"eslint": "7.27.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"eslint": "7.29.0",
"eslint-plugin-react": "7.24.0",
"typescript": "4.3.2",
"typescript": "4.3.5",
"workbox-build": "6.1.5"
}
}

0 comments on commit 43f988c

Please sign in to comment.