Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kporten committed Nov 29, 2023
1 parent 504c790 commit 24f75cc
Show file tree
Hide file tree
Showing 6 changed files with 1,383 additions and 1,150 deletions.
2 changes: 1 addition & 1 deletion apps/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node": "20.10.0",
"prisma": "5.6.0",
"tsup": "8.0.1",
"tsx": "4.5.0",
"tsx": "4.6.0",
"typescript": "5.3.2"
}
}
6 changes: 3 additions & 3 deletions apps/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@clerk/clerk-react": "4.28.1",
"@clerk/localizations": "1.26.10",
"@formatjs/intl-localematcher": "0.5.2",
"@sentry/react": "7.82.0",
"@sentry/react": "7.83.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@template-react/ui-core": "workspace:*",
Expand All @@ -30,7 +30,7 @@
"@trpc/server": "10.44.1",
"jotai": "2.6.0",
"jotai-devtools": "0.7.0",
"lucide-react": "0.293.0",
"lucide-react": "0.294.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet-async": "2.0.1",
Expand Down Expand Up @@ -59,7 +59,7 @@
"rollup-plugin-visualizer": "5.9.3",
"tailwindcss": "3.3.5",
"typescript": "5.3.2",
"vite": "5.0.2",
"vite": "5.0.4",
"vitest": "0.34.6"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "template-react",
"description": "Monorepo template for web apps",
"version": "5.1.0",
"version": "5.1.1",
"license": "MIT",
"author": "Kevin Porten <[email protected]>",
"repository": "https://github.com/kporten/template-react",
Expand All @@ -17,7 +17,7 @@
"format:check": "prettier --check ."
},
"devDependencies": {
"@changesets/cli": "2.26.2",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@commitlint/types": "18.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@eslint/js": "8.54.0",
"@next/eslint-plugin-next": "14.0.3",
"@typescript-eslint/eslint-plugin": "6.13.0",
"@typescript-eslint/parser": "6.13.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint-config-flat-gitignore": "0.1.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-formatjs": "4.11.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@radix-ui/react-slot": "1.0.2",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"lucide-react": "0.293.0",
"lucide-react": "0.294.0",
"tailwind-merge": "2.0.0",
"tailwindcss-animate": "1.0.7"
},
Expand All @@ -34,11 +34,11 @@
"tailwindcss": ">=3 <4"
},
"devDependencies": {
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-themes": "7.5.3",
"@storybook/blocks": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/react-vite": "7.5.3",
"@storybook/addon-essentials": "7.6.1",
"@storybook/addon-themes": "7.6.1",
"@storybook/blocks": "7.6.1",
"@storybook/react": "7.6.1",
"@storybook/react-vite": "7.6.1",
"@template-react/eslint-config": "workspace:*",
"@template-react/ts-config": "workspace:*",
"@testing-library/react": "14.1.2",
Expand All @@ -52,10 +52,10 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup-plugin-visualizer": "5.9.3",
"storybook": "7.5.3",
"storybook": "7.6.1",
"tailwindcss": "3.3.5",
"typescript": "5.3.2",
"vite": "5.0.2",
"vite": "5.0.4",
"vite-plugin-dts": "3.6.3",
"vitest": "0.34.6"
}
Expand Down
Loading

0 comments on commit 24f75cc

Please sign in to comment.