Skip to content

Commit

Permalink
chore: updates all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 26, 2023
1 parent 93f9ce5 commit 03b2e2b
Show file tree
Hide file tree
Showing 8 changed files with 171 additions and 296 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "^1.12.3",
"superjson": "^1.12.4",
"zod": "^3.21.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@trpc/next": "^10.32.0",
"@trpc/server": "^10.32.0",
"superjson": "^1.12.3",
"superjson": "^1.12.4",
"zod": "^3.21.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.7",
"@noodle/tsconfig": "workspace:^",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@storybook/addon-styling": "^1.3.0",
"@storybook/addon-styling": "^1.3.1",
"@storybook/react": "^7.0.23",
"@storybook/react-vite": "^7.0.23",
"@storybook/types": "^7.0.23"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/addon-styling": "^1.3.0",
"@storybook/addon-styling": "^1.3.1",
"@storybook/blocks": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/react-vite": "^7.0.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"cross-fetch": "^3.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "^1.12.3"
"superjson": "^1.12.4"
},
"devDependencies": {
"@noodle/tsconfig": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/addon-styling": "^1.3.0",
"@storybook/addon-styling": "^1.3.1",
"@storybook/blocks": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/react-vite": "^7.0.23",
Expand Down
Loading

0 comments on commit 03b2e2b

Please sign in to comment.