Skip to content

Commit

Permalink
update deps, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fa-sharp committed Oct 15, 2024
1 parent 652b62e commit 4cf692f
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 125 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ynab-chrome-widget",
"displayName": "Peek for YNAB",
"version": "0.22.0",
"version": "0.22.1",
"description": "Check on your YNAB category and account balances, and quickly add transactions.",
"author": "fa-sharp",
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
Expand All @@ -24,23 +24,23 @@
},
"dependencies": {
"@plasmohq/storage": "^1.12.0",
"@react-aria/button": "^3.10.0",
"@react-aria/dialog": "^3.5.18",
"@react-aria/focus": "^3.18.3",
"@react-aria/menu": "^3.15.4",
"@react-aria/overlays": "^3.23.3",
"@react-aria/radio": "^3.10.8",
"@react-aria/button": "^3.10.1",
"@react-aria/dialog": "^3.5.19",
"@react-aria/focus": "^3.18.4",
"@react-aria/menu": "^3.15.5",
"@react-aria/overlays": "^3.23.4",
"@react-aria/radio": "^3.10.9",
"@react-aria/utils": "^3.25.3",
"@react-aria/visually-hidden": "^3.8.16",
"@react-aria/visually-hidden": "^3.8.17",
"@react-stately/collections": "^3.11.0",
"@react-stately/menu": "^3.8.3",
"@react-stately/overlays": "^3.6.11",
"@react-stately/radio": "^3.10.8",
"@react-stately/tree": "^3.8.5",
"@tanstack/query-core": "^5.59.13",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-query-devtools": "^5.59.13",
"@tanstack/react-query-persist-client": "^5.59.13",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-query-devtools": "^5.59.15",
"@tanstack/react-query-persist-client": "^5.59.15",
"@tanstack/react-virtual": "^3.10.8",
"clsx": "^2.1.1",
"cors": "^2.8.5",
Expand All @@ -50,7 +50,7 @@
"json-formatter-js": "^2.5.18",
"nanoid": "^5.0.7",
"next": "^14.2.15",
"pino": "^9.4.0",
"pino": "^9.5.0",
"plasmo": "^0.89.3",
"puro": "^0.8.4",
"react": "^18.3.1",
Expand Down Expand Up @@ -82,10 +82,10 @@
"jest-webextension-mock": "^3.9.0",
"jsdom": "^24.1.3",
"msw": "^2.4.11",
"pino-pretty": "^11.2.2",
"pino-pretty": "^11.3.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"vitest-dom": "^0.1.1"
Expand Down
Loading

0 comments on commit 4cf692f

Please sign in to comment.