Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Jan 16, 2022
1 parent 07c4c7d commit 852d60f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
70 changes: 35 additions & 35 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 @@ -10,15 +10,15 @@
"author": "Andrew Bastin",
"license": "MIT",
"devDependencies": {
"@types/chrome": "^0.0.161",
"@types/node": "^16.11.5",
"@types/chrome": "^0.0.176",
"@types/node": "^17.0.8",
"copyfiles": "^2.4.1",
"parcel-bundler": "^1.12.5",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
"typescript": "^4.5.4"
},
"dependencies": {
"axios": "^0.23.0",
"lit-html": "^2.0.1"
"axios": "^0.24.0",
"lit-html": "^2.1.1"
}
}

0 comments on commit 852d60f

Please sign in to comment.