Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ui): update all non-major dependencies #121

Merged
merged 7 commits into from
Dec 30, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
42 changes: 31 additions & 11 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,41 @@
},
"dependencies": {
"@crowdin/ota-client": "0.7.0",
"@emotion/react": "11.10.5",
"@emotion/server": "11.10.0",
"@mantine/carousel": "5.9.5",
"@mantine/core": "5.9.5",
"@mantine/dates": "5.9.5",
"@mantine/dropzone": "5.9.5",
"@mantine/form": "5.9.5",
"@mantine/hooks": "5.9.5",
"@mantine/modals": "5.9.5",
"@mantine/next": "5.9.5",
"@mantine/notifications": "5.9.5",
"@mantine/nprogress": "5.9.5",
"@mantine/prism": "5.9.5",
"@mantine/spotlight": "5.9.5",
"@mantine/tiptap": "5.9.5",
"@next/bundle-analyzer": "13.1.1",
"@tanstack/react-query": "4.20.4",
"@trpc/client": "10.6.0",
"@trpc/next": "10.6.0",
"@trpc/react-query": "10.6.0",
"@trpc/server": "10.6.0",
"@tiptap/extension-link": "2.0.0-beta.209",
"@tiptap/react": "2.0.0-beta.209",
"@tiptap/starter-kit": "2.0.0-beta.209",
"@trpc/client": "10.7.0",
"@trpc/next": "10.7.0",
"@trpc/react-query": "10.7.0",
"@trpc/server": "10.7.0",
"@weareinreach/api": "0.100.0",
"@weareinreach/auth": "0.100.0",
"@weareinreach/db": "0.100.0",
"@weareinreach/ui": "0.100.0",
"axios": "1.2.1",
"axios": "1.2.2",
"dayjs": "1.11.7",
"embla-carousel-react": "7.0.5",
"feather-icons-react": "0.6.2",
"i18next": "22.4.6",
"next": "13.1.1",
"next-auth": "4.18.6",
"next-auth": "4.18.7",
"next-i18next": "13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -42,11 +63,11 @@
"devDependencies": {
"@next/font": "13.1.1",
"@types/flat": "5.0.2",
"@types/node": "16.18.10",
"@types/node": "16.18.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"commander": "9.4.1",
Expand All @@ -63,7 +84,6 @@
"listr2": "5.0.6",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.18.2",
"ct3aMetadata": {
"initVersion": "5.10.1"
}
Expand Down
7 changes: 4 additions & 3 deletions apps/app/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import { appWithTranslation } from 'next-i18next'
// import { GetServerSidePropsContext } from 'next'
import type { AppProps } from 'next/app'

import { MantineProvider } from '@mantine/core'
import { ModalsProvider } from '@mantine/modals'
import { NotificationsProvider } from '@mantine/notifications'

import { AppLayout } from '@weareinreach/ui/layout'
import { MantineProvider } from '@weareinreach/ui/mantine/core'
import { ModalsProvider } from '@weareinreach/ui/mantine/modals'
import { NotificationsProvider } from '@weareinreach/ui/mantine/notifications'
import { appCache, appTheme } from '@weareinreach/ui/theme'

import { default as navItems } from '~/data/nav.json'
Expand Down
3 changes: 2 additions & 1 deletion apps/app/src/pages/_document.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Document, { DocumentContext, Head, Html, Main, NextScript } from 'next/document'

import { ServerStyles, createStylesServer } from '@weareinreach/ui/mantine/next'
import { ServerStyles, createStylesServer } from '@mantine/next'

import { appCache } from '@weareinreach/ui/theme'

const stylesServer = createStylesServer(appCache)
Expand Down
34 changes: 32 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,47 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@types/node": "16.18.10",
"@crowdin/ota-client": "0.7.0",
"@emotion/react": "11.10.5",
"@emotion/server": "11.10.0",
"@mantine/carousel": "5.9.5",
"@mantine/core": "5.9.5",
"@mantine/dates": "5.9.5",
"@mantine/dropzone": "5.9.5",
"@mantine/form": "5.9.5",
"@mantine/hooks": "5.9.5",
"@mantine/modals": "5.9.5",
"@mantine/next": "5.9.5",
"@mantine/notifications": "5.9.5",
"@mantine/nprogress": "5.9.5",
"@mantine/prism": "5.9.5",
"@mantine/spotlight": "5.9.5",
"@mantine/tiptap": "5.9.5",
"@next/bundle-analyzer": "13.1.1",
"@tiptap/extension-link": "2.0.0-beta.209",
"@tiptap/react": "2.0.0-beta.209",
"@tiptap/starter-kit": "2.0.0-beta.209",
"@types/node": "16.18.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/react-dom": "18.0.10",
"@weareinreach/ui": "0.100.0",
"dayjs": "1.11.7",
"embla-carousel-react": "7.0.5",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"feather-icons-react": "0.6.2",
"i18next": "22.4.6",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.1.1",
"typescript": "4.9.4"
},
"devDependencies": {
"@next/font": "13.1.1",
"@types/node": "16.18.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0"
}
Expand Down
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"version": "0.100.0",
"private": true,
"license": "GPL-3.0-only",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"build:aws": "turbo run build:aws",
Expand Down Expand Up @@ -38,7 +34,7 @@
"@trivago/prettier-plugin-sort-imports": "4.0.0",
"@types/eslint": "8.4.10",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"cypress": "11.2.0",
Expand All @@ -57,11 +53,11 @@
"prettier": "2.8.1",
"prettier-plugin-jsdoc": "0.4.2",
"prettier-plugin-packagejson": "2.3.0",
"prettier-plugin-prisma": "4.4.0",
"prettier-plugin-prisma": "4.8.0",
"turbo": "1.6.3",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.18.2",
"packageManager": "pnpm@7.21.0",
"engines": {
"node": ">=16.18.0",
"pnpm": ">=7"
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@trpc/client": "10.6.0",
"@trpc/server": "10.6.0",
"@trpc/client": "10.7.0",
"@trpc/server": "10.7.0",
"@weareinreach/auth": "0.100.0",
"@weareinreach/config": "0.100.0",
"@weareinreach/db": "0.100.0",
Expand All @@ -23,8 +23,8 @@
"zod": "3.20.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.30.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-codegen": "0.16.1",
Expand All @@ -33,5 +33,5 @@
"eslint-plugin-simple-import-sort": "8.0.0",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.18.2"
"packageManager": "pnpm@7.21.0"
}
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@weareinreach/db": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"next": "13.1.1",
"next-auth": "4.18.6",
"next-auth": "4.18.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"eslint": "8.30.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-codegen": "0.16.1",
Expand All @@ -32,5 +32,5 @@
"eslint-plugin-simple-import-sort": "8.0.0",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.18.2"
"packageManager": "pnpm@7.21.0"
}
4 changes: 2 additions & 2 deletions packages/aws-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
},
"dependencies": {
"@weareinreach/db": "0.100.0",
"aws-sdk": "2.1278.0"
"aws-sdk": "2.1285.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.109",
"@types/node": "16.18.10",
"@types/node": "16.18.11",
"@vercel/ncc": "0.36.0",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"next-i18next": "13.0.2",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.18.2"
"packageManager": "pnpm@7.21.0"
}
10 changes: 5 additions & 5 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"@types/flat": "5.0.2",
"@types/langs": "2.0.1",
"@types/luxon": "3.1.0",
"@types/node": "16.18.10",
"@types/node": "16.18.11",
"@types/recursive-readdir": "2.2.1",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"@zerodep/geo.stateiso": "0.1.4",
"axios": "1.2.1",
"axios": "1.2.2",
"commander": "9.4.1",
"countries-languages": "1.0.3",
"cuid": "2.1.8",
Expand All @@ -75,7 +75,7 @@
"langs": "2.0.0",
"libphonenumber-js": "1.10.15",
"listr2": "5.0.6",
"luxon": "3.1.1",
"luxon": "3.2.0",
"mongoback": "3.0.3",
"prisma": "4.8.0",
"prisma-dbml-generator": "0.10.0",
Expand All @@ -87,7 +87,7 @@
"tiny-invariant": "1.3.1",
"tsup": "6.5.0",
"tsx": "3.12.1",
"type-fest": "3.4.0",
"type-fest": "3.5.0",
"typescript": "4.9.4",
"zod-prisma": "0.5.4",
"zod-prisma-types": "1.5.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@typescript-eslint/parser": "5.47.0",
"@typescript-eslint/parser": "5.47.1",
"eslint-config-prettier": "8.5.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "13.1.1",
"@types/eslint": "8.4.10",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/eslint-plugin": "5.47.1",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"eslint-import-resolver-typescript": "3.5.2",
Expand Down Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-turbo": "^0.0.4 || ^0.0.7",
"next": ">=13"
},
"packageManager": "pnpm@7.18.2",
"packageManager": "pnpm@7.21.0",
"publishConfig": {
"access": "public"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"eslint": "8.30.0",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.18.2"
"packageManager": "pnpm@7.21.0"
}
8 changes: 4 additions & 4 deletions packages/ui/components/core/Button.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Icon } from '@iconify/react'
import { ComponentMeta, ComponentStory } from '@storybook/react'
import { Heart, Map, Sliders } from 'react-feather'

import React from 'react'

Expand Down Expand Up @@ -53,19 +53,19 @@ LargePrimary.args = {
variant: 'lg-primary',
children: 'More sorting options',
// icon: 'lucide:sliders',
leftIcon: <Icon icon='lucide:sliders' />,
leftIcon: <Sliders />,
}
LargeSecondary.args = {
variant: 'lg-secondary',
children: 'Save',
// icon: 'fe:heart-o',
leftIcon: <Icon icon='fe:heart-o' />,
leftIcon: <Heart />,
}
LargeAccent.args = {
variant: 'lg-accent',
children: 'View map',
// icon: 'fe:map',
leftIcon: <Icon icon='fe:map' />,
leftIcon: <Map />,
}
// export const SafetyExitButton = Template.bind({})
// More on args: https://storybook.js.org/docs/react/writing-stories/args
12 changes: 6 additions & 6 deletions packages/ui/components/layout/Footer.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,33 +50,33 @@ PageFooter.args = {
],
socialMedia: [
{
icon: 'fa6-brands:facebook-f',
icon: 'facebook',
key: 'facebook',
href: '#',
},
{
icon: 'fa6-brands:twitter',
icon: 'twitter',
key: 'twitter',
href: '#',
},
{
icon: 'fa6-brands:linkedin-in',
icon: 'linkedin',
key: 'linkedin',
href: '#',
},
{
icon: 'fa6-regular:envelope',
icon: 'email',
key: 'email',
href: '#',
},

{
icon: 'fa6-brands:instagram',
icon: 'instagram',
key: 'instagram',
href: '#',
},
{
icon: 'fa6-brands:youtube',
icon: 'youtube',
key: 'youtube',
href: '#',
},
Expand Down