Skip to content

Commit

Permalink
fix: conflicting peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Mar 21, 2023
1 parent a21cce4 commit 77f4af0
Show file tree
Hide file tree
Showing 11 changed files with 1,682 additions and 3,171 deletions.
6 changes: 5 additions & 1 deletion .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 Down
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"
}
}
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,8 @@
"@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/postcss-config": "2.0.5",
"eslint": "8.36.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
Expand All @@ -52,13 +52,13 @@
"tailwindcss": "3.2.7",
"ts-jest": "29.0.5",
"tsup": "6.7.0",
"typescript": "4.9.5"
"typescript": "5.0.2",
"@wayofdev/lint-staged-config": "2.0.4"
},
"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

0 comments on commit 77f4af0

Please sign in to comment.