Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Aug 16, 2024
1 parent 5282a7c commit b5d41d7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions apps/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@fastify/secure-session": "^7.4.0",
"@octokit/auth-app": "^6.0.0",
"@octokit/rest": "^20.0.1",
"bundlemon-markdown-output": "^2.0.0-rc.0",
"bundlemon-utils": "^2.0.0-rc.0",
"bundlemon-markdown-output": "^2.0.0",
"bundlemon-utils": "^2.0.0",
"env-var": "^7.3.1",
"fastify": "^4.26.2",
"mongodb": "^6.3.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@mui/icons-material": "^5.14.13",
"@mui/lab": "^5.0.0-alpha.148",
"@mui/material": "^5.14.13",
"bundlemon-utils": "^2.0.0-rc.0",
"bundlemon-utils": "^2.0.0",
"material-react-table": "^1.15.0",
"mobx": "^6.10.2",
"mobx-react-lite": "^4.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundlemon-markdown-output/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundlemon-markdown-output",
"version": "2.0.0-rc.0",
"version": "2.0.0",
"description": "",
"keywords": [],
"author": "Liron Er",
Expand All @@ -18,7 +18,7 @@
"types": "lib/index.d.ts",
"scripts": {},
"dependencies": {
"bundlemon-utils": "^2.0.0-rc.0",
"bundlemon-utils": "^2.0.0",
"bytes": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bundlemon-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundlemon-utils",
"version": "2.0.0-rc.0",
"version": "2.0.0",
"description": "",
"keywords": [],
"author": "Liron Er",
Expand Down
6 changes: 3 additions & 3 deletions packages/bundlemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundlemon",
"version": "3.0.0-rc.0",
"version": "3.0.0",
"description": "Monitor your bundle size",
"keywords": [
"bundle",
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"axios": "^1.7.4",
"axios-retry": "^3.3.1",
"axios-retry": "^4.5.0",
"brotli-size": "^4.0.0",
"bundlemon-utils": "^2.0.0-rc.0",
"bundlemon-utils": "^2.0.0",
"bytes": "^3.1.2",
"chalk": "^4.0.0",
"commander": "^11.1.0",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5235,12 +5235,11 @@ axe-core@=4.7.0:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf"
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==

axios-retry@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-3.3.1.tgz#47624646138aedefbad2ac32f226f4ee94b6dcab"
integrity sha512-RohAUQTDxBSWLFEnoIG/6bvmy8l3TfpkclgStjl5MDCMBDgapAWCmr1r/9harQfWC8bzLC8job6UcL1A1Yc+/Q==
axios-retry@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-4.5.0.tgz#441fdc32cedf63d6abd5de5d53db3667afd4c39b"
integrity sha512-aR99oXhpEDGo0UuAlYcn2iGRds30k366Zfa05XWScR9QaQD4JYiP3/1Qt1u7YlefUOK+cn0CcwoL1oefavQUlQ==
dependencies:
"@babel/runtime" "^7.15.4"
is-retry-allowed "^2.2.0"

axios@^1.6.0:
Expand Down

0 comments on commit b5d41d7

Please sign in to comment.