Skip to content

Commit

Permalink
refactor: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Feb 4, 2022
1 parent 781ee9d commit cd5a905
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
86 changes: 43 additions & 43 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.176",
"@types/node": "^17.0.8",
"@types/chrome": "^0.0.178",
"@types/node": "^17.0.14",
"copyfiles": "^2.4.1",
"parcel-bundler": "^1.12.5",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"dependencies": {
"axios": "^0.24.0",
"lit-html": "^2.1.1"
"axios": "^0.25.0",
"lit-html": "^2.1.2"
}
}

0 comments on commit cd5a905

Please sign in to comment.