Skip to content

Commit

Permalink
Merge pull request #145 from wayofdev/fix/dep-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Mar 21, 2023
2 parents a21cce4 + 10b7660 commit e9ac7bb
Show file tree
Hide file tree
Showing 14 changed files with 1,688 additions and 3,179 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ name: 🔍 Continuous integration for packages

jobs:
integration:
name: Node ${{ matrix.node }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- master
- develop
pull_request_target:
types: [opened, synchronize, reopened]
types:
- opened
- synchronize
- reopened

name: 🤖 CodeSee

Expand All @@ -17,8 +21,8 @@ jobs:
codesee:
runs-on: ubuntu-latest
continue-on-error: true
name: 💻 Analyze the repo with CodeSee
steps:
- uses: Codesee-io/codesee-action@v2
- name: 💻 Analyze the repo with CodeSee
uses: Codesee-io/codesee-action@v2
with:
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@vercel/analytics": "0.1.11",
"@wayofdev/ui": "workspace:*",
"next": "13.2.3",
"next": "13.2.4",
"nextra": "2.2.19",
"nextra-theme-docs": "2.2.19",
"react": "18.2.0",
Expand All @@ -24,10 +24,10 @@
"@types/node": "18.15.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@wayofdev/eslint-config-bases": "2.0.4",
"@wayofdev/eslint-config-bases": "2.0.7",
"es-check": "7.1.0",
"eslint": "8.36.0",
"sharp": "0.31.3",
"typescript": "4.9.5"
"typescript": "5.0.2"
}
}
12 changes: 6 additions & 6 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@storybook/addon-interactions": "7.0.0-rc.5",
"@storybook/addon-links": "7.0.0-rc.5",
"@storybook/addon-postcss": "2.0.0",
"@storybook/addon-viewport": "^7.0.0-beta.61",
"@storybook/addon-viewport": "^7.0.0-rc.5",
"@storybook/blocks": "7.0.0-rc.5",
"@storybook/cli": "^7.0.0-beta.61",
"@storybook/cli": "^7.0.0-rc.5",
"@storybook/react": "7.0.0-rc.5",
"@storybook/react-vite": "7.0.0-rc.5",
"@storybook/testing-library": "0.0.14-next.1",
Expand All @@ -32,9 +32,9 @@
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react-swc": "3.2.0",
"@wayofdev/eslint-config-bases": "2.0.4",
"@wayofdev/postcss-config": "2.0.4",
"autoprefixer": "^10.4.13",
"@wayofdev/eslint-config-bases": "2.0.7",
"@wayofdev/postcss-config": "2.0.5",
"autoprefixer": "^10.4.14",
"eslint": "8.36.0",
"postcss": "8.4.21",
"postcss-100vh-fix": "1.0.2",
Expand All @@ -45,7 +45,7 @@
"postcss-reporter": "7.0.5",
"storybook": "7.0.0-rc.5",
"tailwindcss": "3.2.7",
"typescript": "4.9.5",
"typescript": "5.0.2",
"vite": "4.2.1"
}
}
7 changes: 3 additions & 4 deletions apps/storybook/src/stories/Page.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import React from 'react'

import { type FC, useState } from 'react'
import { Header } from './Header'
import './page.css'

type User = {
name: string
}

export const Page: React.FC = () => {
const [user, setUser] = React.useState<User>()
export const Page: FC = () => {
const [user, setUser] = useState<User>()

return (
<article>
Expand Down
2 changes: 1 addition & 1 deletion apps/web/.size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const limitCfg = {
pages: {
'/': '150kb',
'/404': '150kb',
'/_app': '170kb',
'/_app': '180kb',
'/_error': '140kb',
'/_monitor/sentry/csr-page': '85kb',
'/_monitor/sentry/ssr-page': '85kb',
Expand Down
113 changes: 55 additions & 58 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,80 +18,77 @@
"test:watch": "jest --config ./jest.config.js --watch"
},
"dependencies": {
"@fontsource/inter": "^4.5.15",
"@headlessui/react": "^1.7.12",
"@heroicons/react": "^2.0.16",
"@hookform/resolvers": "^3.0.0",
"@httpx/exception": "^1.7.1",
"@vercel/analytics": "^0.1.11",
"@fontsource/inter": "4.5.15",
"@headlessui/react": "1.7.13",
"@heroicons/react": "2.0.16",
"@hookform/resolvers": "3.0.0",
"@httpx/exception": "1.7.1",
"@vercel/analytics": "0.1.11",
"@wayofdev/facebook-pixel": "workspace:*",
"@wayofdev/google-tag-manager": "workspace:*",
"@wayofdev/lint-staged-config": "^2.0.2",
"@wayofdev/lint-staged-config": "2.0.4",
"@wayofdev/ui": "workspace:*",
"clsx": "^1.2.1",
"i18next": "^22.4.10",
"next": "^13.2.3",
"next-auth": "^4.20.0",
"next-i18next": "^13.2.1",
"next-seo": "^5.15.0",
"next-sitemap": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.3",
"react-i18next": "^12.2.0",
"type-fest": "^3.6.1",
"zod": "^3.20.6"
"clsx": "1.2.1",
"i18next": "22.4.13",
"next": "13.2.4",
"next-auth": "4.20.1",
"next-i18next": "13.2.2",
"next-seo": "5.15.0",
"next-sitemap": "4.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.43.7",
"react-i18next": "12.2.0",
"type-fest": "3.6.1",
"zod": "3.21.4"
},
"devDependencies": {
"@next/bundle-analyzer": "13.2.3",
"@next/env": "13.2.3",
"@playwright/test": "^1.31.2",
"@sentry/nextjs": "^7.40.0",
"@size-limit/file": "^8.2.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@testing-library/dom": "^9.0.0",
"@next/bundle-analyzer": "13.2.4",
"@next/env": "13.2.4",
"@playwright/test": "1.31.2",
"@sentry/nextjs": "7.44.2",
"@size-limit/file": "8.2.4",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.3",
"@testing-library/dom": "9.0.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/facebook-pixel": "^0.0.24",
"@types/hoist-non-react-statics": "^3.3.1",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/facebook-pixel": "0.0.24",
"@types/hoist-non-react-statics": "3.3.1",
"@types/jest": "29.5.0",
"@types/node": "^18.14.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-test-renderer": "^18.0.0",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/node": "18.15.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-test-renderer": "18.0.0",
"@types/testing-library__jest-dom": "5.14.5",
"@wayofdev/common-i18n": "workspace:*",
"@wayofdev/eslint-config-bases": "^2.0.4",
"@wayofdev/postcss-config": "^2.0.2",
"autoprefixer": "^10.4.13",
"@wayofdev/eslint-config-bases": "2.0.7",
"@wayofdev/postcss-config": "2.0.5",
"autoprefixer": "10.4.14",
"css-loader": "6.7.3",
"cssnano": "^5.1.15",
"es-check": "^7.1.0",
"eslint": "^8.35.0",
"eslint-config-next": "^13.2.3",
"get-tsconfig": "^4.4.0",
"jest": "^29.4.3",
"cssnano": "5.1.15",
"es-check": "7.1.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"get-tsconfig": "4.4.0",
"jest": "29.5.0",
"jest-css-modules-transform": "4.4.2",
"jest-environment-jsdom": "^29.4.3",
"jest-environment-jsdom": "29.5.0",
"picocolors": "1.0.0",
"postcss": "^8.4.21",
"postcss": "8.4.21",
"postcss-100vh-fix": "1.0.2",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-import": "15.1.0",
"postcss-preset-env": "8.0.1",
"postcss-reporter": "7.0.5",
"react-test-renderer": "^18.2.0",
"sanitize.css": "^13.0.0",
"size-limit": "^8.2.4",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.7",
"react-test-renderer": "18.2.0",
"sanitize.css": "13.0.0",
"size-limit": "8.2.4",
"style-loader": "3.3.2",
"tailwindcss": "3.2.7",
"ts-jest": "29.0.5",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
"@wayofdev/lint-staged-config": "^2.0.1"
"tslib": "2.5.0",
"typescript": "5.0.2"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,31 +87,31 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "2.26.0",
"@commitlint/cli": "^17.4.4",
"@types/node": "^18.14.4",
"@types/node": "^18.15.5",
"@types/prettier": "^2.7.2",
"@types/shell-quote": "^1.7.1",
"@wayofdev/browserslist-config": "^2.0.2",
"@wayofdev/commitlint-config": "^2.0.1",
"@wayofdev/eslint-config-bases": "^2.0.4",
"@wayofdev/lint-staged-config": "^2.0.2",
"@wayofdev/markdownlint-config": "^2.0.1",
"@wayofdev/secretlint-config": "^2.0.2",
"@wayofdev/tsconfig-config": "^2.0.2",
"@wayofdev/browserslist-config": "^2.0.4",
"@wayofdev/commitlint-config": "^2.0.4",
"@wayofdev/eslint-config-bases": "^2.0.7",
"@wayofdev/lint-staged-config": "^2.0.4",
"@wayofdev/markdownlint-config": "^2.0.3",
"@wayofdev/secretlint-config": "^2.0.5",
"@wayofdev/tsconfig-config": "^2.0.4",
"browserslist": "^4.21.5",
"eslint": "^8.35.0",
"eslint": "^8.36.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^13.1.2",
"lint-staged": "^13.2.0",
"markdownlint": "^0.27.0",
"markdownlint-cli": "^0.33.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"rimraf": "^4.1.3",
"prettier": "^2.8.6",
"rimraf": "^4.4.0",
"secretlint": "^6.2.3",
"shell-quote": "^1.8.0",
"sort-package-json": "^2.4.1",
"turbo": "^1.8.3",
"typescript": "^4.9.5"
"turbo": "^1.8.5",
"typescript": "^5.0.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
14 changes: 7 additions & 7 deletions packages/common-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"lint:types": "tsc --project ./tsconfig.json --noEmit"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.14.4",
"@wayofdev/eslint-config-bases": "^2.0.4",
"eslint": "^8.35.0",
"prettier": "^2.8.4",
"rimraf": "^4.1.3",
"typescript": "^4.9.5"
"@types/jest": "29.5.0",
"@types/node": "18.15.5",
"@wayofdev/eslint-config-bases": "2.0.7",
"eslint": "8.36.0",
"prettier": "2.8.6",
"rimraf": "4.4.0",
"typescript": "5.0.2"
}
}
14 changes: 7 additions & 7 deletions packages/facebook-pixel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"lint:types": "tsc --project tsconfig.json --noEmit"
},
"devDependencies": {
"@types/facebook-pixel": "^0.0.24",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@wayofdev/eslint-config-bases": "^2.0.4"
"@types/facebook-pixel": "0.0.24",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@wayofdev/eslint-config-bases": "2.0.7"
},
"peerDependencies": {
"next": "^13.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
14 changes: 7 additions & 7 deletions packages/google-tag-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"lint:types": "tsc --project tsconfig.json --noEmit"
},
"devDependencies": {
"@types/gapi.client.tagmanager": "^2.0.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@wayofdev/eslint-config-bases": "^2.0.4"
"@types/gapi.client.tagmanager": "2.0.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@wayofdev/eslint-config-bases": "2.0.7"
},
"peerDependencies": {
"next": "^13.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-test-renderer": "18.0.0",
"@wayofdev/eslint-config-bases": "2.0.4",
"@wayofdev/postcss-config": "2.0.4",
"@wayofdev/eslint-config-bases": "2.0.7",
"@wayofdev/lint-staged-config": "2.0.4",
"@wayofdev/postcss-config": "2.0.5",
"eslint": "8.36.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand All @@ -52,13 +53,12 @@
"tailwindcss": "3.2.7",
"ts-jest": "29.0.5",
"tsup": "6.7.0",
"typescript": "4.9.5"
"typescript": "5.0.2"
},
"peerDependencies": {
"@heroicons/react": "2.0.16",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@wayofdev/lint-staged-config": "2.0.2",
"next": "*",
"react": "18.2",
"react-dom": "18.2"
Expand Down
Loading

3 comments on commit e9ac7bb

@vercel
Copy link

@vercel vercel bot commented on e9ac7bb Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-starter-tpl-storybook – ./apps/storybook

next-starter-tpl-storybook-git-master-wayofdev.vercel.app
next-starter-tpl-storybook-wayofdev.vercel.app
next-starter-tpl-storybook.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e9ac7bb Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e9ac7bb Mar 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.