Skip to content

Commit

Permalink
Dependency upgrades (#177)
Browse files Browse the repository at this point in the history
* Dependency upgrades

* Rearrange root deps
  • Loading branch information
gilgardosh authored Aug 28, 2023
1 parent 82baee6 commit eb0746b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
9 changes: 9 additions & 0 deletions .changeset/wet-kangaroos-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@accounter-toolkit/green-invoice-graphql': patch
'@accounter-toolkit/hashavshevet-mesh': patch
'@accounter-toolkit/israeli-vat-scraper': patch
'@accounter-toolkit/payper-mesh': patch
'@accounter-toolkit/pcn874-generator': patch
---

Root dependencies reorder and cleanup
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,17 @@
"prettier:check": "prettier --check .",
"release": "yarn build && changeset publish"
},
"dependencies": {
"dependencies": {},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"glob": "10.3.3"
},
"devDependencies": {
"@theguild/eslint-config": "0.11.0",
"@theguild/prettier-config": "2.0.1",
"@types/node": "20.5.6",
"@types/node": "20.5.7",
"bob-the-bundler": "7.0.1",
"concurrently": "8.2.1",
"eslint": "8.48.0",
"glob": "10.3.3",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"patch-package": "^8.0.0",
Expand Down
9 changes: 7 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1737,11 +1737,16 @@
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==

"@types/node@*", "@types/[email protected]":
"@types/node@*":
version "20.5.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.6.tgz#5e9aaa86be03a09decafd61b128d6cec64a5fe40"
integrity sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ==

"@types/[email protected]":
version "20.5.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.7.tgz#4b8ecac87fbefbc92f431d09c30e176fc0a7c377"
integrity sha512-dP7f3LdZIysZnmvP3ANJYTSwg+wLLl8p7RqniVlV7j+oXSXAbt9h0WIBFmJy5inWZoX9wZN6eXx+YXd9Rh3RBA==

"@types/node@^12.7.1":
version "12.20.55"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
Expand Down Expand Up @@ -7912,7 +7917,7 @@ [email protected], typescript@^5.0.4:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

"uWebSockets.js@github:uNetworking/uWebSockets.js#v20.31.0":
uWebSockets.js@uNetworking/uWebSockets.js#v20.31.0:
version "20.31.0"
resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/809b99d2d7d12e2cbf89b7135041e9b41ff84084"

Expand Down

0 comments on commit eb0746b

Please sign in to comment.