Skip to content

Commit

Permalink
chore(deps): 🔗 bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefullight committed Mar 9, 2024
1 parent 84c93ce commit 7ead3d5
Show file tree
Hide file tree
Showing 8 changed files with 855 additions and 643 deletions.
8 changes: 4 additions & 4 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@doss/ui": "*",
"lucide-react": "^0.344.0",
"lucide-react": "^0.352.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -33,11 +33,11 @@
"@storybook/theming": "^7.6.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"chromatic": "^11.0.0",
"chromatic": "^11.0.7",
"postcss": "^8.4.35",
"serve": "^14.2.1",
"storybook": "^7.6.17",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"typescript": "^5.4.2",
"vite": "^5.1.5"
}
}
20 changes: 10 additions & 10 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@doss/ui": "^0.1.0",
"@ducanh2912/next-pwa": "^10.2.5",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/bundle-analyzer": "^14.1.1",
"@sentry/nextjs": "^7.104.0",
"@next/bundle-analyzer": "^14.1.3",
"@sentry/nextjs": "^7.106.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
Expand All @@ -32,16 +32,16 @@
"@vercel/analytics": "^1.2.2",
"@vercel/otel": "^1.5.0",
"ahooks": "^3.7.10",
"apexcharts": "^3.46.0",
"apexcharts": "^3.47.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.8",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"lucide-react": "^0.344.0",
"lucide-react": "^0.352.0",
"luxon": "^3.4.4",
"next": "^14.1.1",
"next-auth": "^4.24.6",
"next": "^14.1.3",
"next-auth": "^4.24.7",
"path-to-regexp": "^6.2.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
Expand All @@ -62,17 +62,17 @@
"@types/lodash": "^4.14.202",
"@types/luxon": "^3.4.2",
"@types/node": "*",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.18",
"dotenv-cli": "^7.3.0",
"dotenv-cli": "^7.4.0",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"type-fest": "*",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vitest": "*"
},
"ct3aMetadata": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/public/sw.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
"@commitlint/types": "^19.0.3",
"@doss/tsconfig": "*",
"@manypkg/cli": "^0.21.2",
"@types/node": "^20.11.24",
"@types/node": "^20.11.25",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"devmoji": "^2.3.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.12",
"sort-package-json": "^2.8.0",
"turbo": "^1.12.4",
"type-fest": "^4.10.3",
"typescript": "^5.3.3",
"turbo": "^1.12.5",
"type-fest": "^4.12.0",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
},
"packageManager": "^[email protected].3",
"packageManager": "^[email protected].4",
"engines": {
"node": "20"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"./storybook.js"
],
"dependencies": {
"@next/eslint-plugin-next": "^14.1.1",
"@next/eslint-plugin-next": "^14.1.3",
"@types/eslint": "^8.56.5",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.4",
"eslint-config-turbo": "^1.12.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-valtio": "0.6.3"
},
"devDependencies": {
"eslint": "^8.57.0",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"devDependencies": {
"@doss/tsconfig": "*",
"@types/node": "*",
"dotenv-cli": "^7.3.0",
"dotenv-cli": "^7.4.0",
"prisma": "^5.10.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"prisma": {
"seed": "pnpm db:seed"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"@doss/eslint-config": "*",
"@doss/tailwind-config": "*",
"@doss/tsconfig": "*",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"autoprefixer": "^10.4.18",
"class-variance-authority": "^0.7.0",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 7ead3d5

Please sign in to comment.