Skip to content

Commit

Permalink
chore: bump deps (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
amk-dev authored Oct 16, 2023
1 parent 58794c9 commit 1048c56
Show file tree
Hide file tree
Showing 2 changed files with 748 additions and 510 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"author": "Andrew Bastin",
"license": "MIT",
"devDependencies": {
"@parcel/config-default": "^2.9.3",
"@parcel/core": "^2.9.3",
"@parcel/transformer-raw": "^2.9.3",
"@types/chrome": "^0.0.180",
"@parcel/config-default": "^2.10.0",
"@parcel/core": "^2.10.0",
"@parcel/transformer-raw": "^2.10.0",
"@types/chrome": "^0.0.246",
"@types/node": "^17.0.23",
"buffer": "^6.0.3",
"copyfiles": "^2.4.1",
"parcel": "^2.9.3",
"parcel": "^2.10.0",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"typescript": "^4.6.3"
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^0.26.0",
"lit-html": "^2.2.1"
"axios": "^1.5.1",
"lit-html": "^3.0.0"
}
}
Loading

0 comments on commit 1048c56

Please sign in to comment.