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

feat: Update and cleanup pnpm dependencies #399

Merged
merged 19 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Normalize and update last batch of webapp packages
  • Loading branch information
pziemkowski committed Sep 21, 2023
commit 8517095ec80c891fbed88631dd4be86b8cee75f7
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-formatjs": "^4.10.5",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "^6.0.1",
Expand Down Expand Up @@ -94,6 +95,7 @@
"@aws-sdk/client-sfn": "^3.414.0",
"@aws-sdk/client-sts": "^3.414.0",
"@iconify-icons/ion": "^1.2.10",
"@iconify/react": "^4.1.1",
"@sentry/react": "^7.70.0",
"@supercharge/strings": "^2.0.0",
"ramda": "^0.29.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@
"@sb/webapp-core": "*"
},
"peerDependencies": {
"@iconify/react": "^4.0.0",
"msw": "^1.0.0",
"react-router": "^6.7.0",
"react-router-dom": "^6.7.0",
"styled-components": "5.3.6"
},
"devDependencies": {
"@iconify/react": "^4.0.0",
"@types/ramda": "^0.28.23",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.5",
"eslint-plugin-formatjs": "^4.3.4",
"react-router": "^6.7.0",
"react-router-dom": "^6.7.0",
"storybook": "^7.0.10",
Expand Down
6 changes: 1 addition & 5 deletions packages/webapp-libs/webapp-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,15 @@
"axios-case-converter": "^0.9.0",
"http-status-codes": "^2.2.0"
},
"peerDependencies": {
"msw": "^1.0.0"
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/import-types-preset": "^2.2.6",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-tools/merge": "^8.4.2",
"@graphql-tools/merge": "^9.0.0",
"@types/apollo-upload-client": "^17.0.2",
"@types/testing-library__jest-dom": "^5.14.9",
"fs-extra": "^11.1.1",
"graphql-ws": "^5.14.0",
"msw": "^1.3.1"
Expand Down
8 changes: 1 addition & 7 deletions packages/webapp-libs/webapp-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@
"query-string": "^7.1.3"
},
"peerDependencies": {
"@iconify/react": "^4.0.0",
"dotenv": "^16.3.1",
"msw": "^1.0.0"
"dotenv": "^16.3.1"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/ramda": "^0.28.25",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint-plugin-formatjs": "^4.10.5",
"fs-extra": "^11.1.1"
}
}
5 changes: 0 additions & 5 deletions packages/webapp-libs/webapp-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,14 @@
"lodash.throttle": "^4.1.1",
"react-dropzone": "^14.2.3"
},
"peerDependencies": {
"@iconify/react": "^4.0.0"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/color": "^3.0.4",
"@types/lodash.throttle": "^4.1.7",
"@types/ramda": "^0.28.25",
"@types/testing-library__jest-dom": "^5.14.9",
"babel-jest": "28.1.3",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"eslint-plugin-formatjs": "^4.10.5",
"isomorphic-fetch": "^3.0.0",
"lucide-react": "^0.224.0",
"mockdate": "^3.0.5",
Expand Down
10 changes: 0 additions & 10 deletions packages/webapp-libs/webapp-crud-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,5 @@
"@sb/webapp-notifications": "*",
"lucide-react": "^0.224.0",
"react-click-away-listener": "^2.2.3"
},
"peerDependencies": {
"@iconify/react": "^4.0.0",
"msw": "^1.0.0"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/ramda": "^0.28.25",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint-plugin-formatjs": "^4.10.5"
}
}
10 changes: 0 additions & 10 deletions packages/webapp-libs/webapp-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,5 @@
"@sb/webapp-api-client": "*",
"@sb/webapp-core": "*",
"lucide-react": "^0.224.0"
},
"peerDependencies": {
"@iconify/react": "^4.0.0",
"msw": "^1.0.0"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/ramda": "^0.28.25",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint-plugin-formatjs": "^4.10.5"
}
}
8 changes: 0 additions & 8 deletions packages/webapp-libs/webapp-finances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@
"@stripe/stripe-js": "^1.54.2",
"react-click-away-listener": "^2.2.3"
},
"peerDependencies": {
"@iconify/react": "^4.0.0",
"msw": "^1.0.0"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/ramda": "^0.28.25",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint-plugin-formatjs": "^4.10.5",
"lucide-react": "^0.224.0"
}
}
10 changes: 0 additions & 10 deletions packages/webapp-libs/webapp-generative-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,5 @@
"@sb/webapp-api-client": "*",
"@sb/webapp-core": "*",
"typewriter-effect": "^2.20.1"
},
"peerDependencies": {
"@iconify/react": "^4.0.0",
"msw": "^1.0.0"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/ramda": "^0.28.25",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint-plugin-formatjs": "^4.10.5"
}
}
9 changes: 0 additions & 9 deletions packages/webapp-libs/webapp-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@
"lucide-react": "^0.224.0",
"react-click-away-listener": "^2.2.3",
"react-infinite-scroll-hook": "^4.1.1"
},
"peerDependencies": {
"@iconify/react": "^4.0.0"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/ramda": "^0.28.25",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint-plugin-formatjs": "^4.10.5"
}
}
8 changes: 0 additions & 8 deletions packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,12 @@
"@types/ua-parser-js": "^0.7.37",
"@vitejs/plugin-legacy": "^4.1.1",
"autoprefixer": "^10.4.16",
"babel-plugin-styled-components": "^2.1.4",
"babel-plugin-transform-import-meta": "^2.2.1",
"babel-preset-react-app": "^10.0.1",
"concurrently": "^7.6.0",
"eslint-plugin-formatjs": "^4.10.5",
"inquirer-directory": "^2.2.0",
"jest-mock": "^29.7.0",
"jsdom": "^16.7.0",
"mockdate": "^3.0.5",
"postcss": "^8.4.30",
"react-test-renderer": "^18.2.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-visualizer": "^5.9.2",
"storybook": "^7.4.3",
"storybook-dark-mode": "^3.0.1",
"storybook-react-router": "^1.0.8",
Expand Down
3 changes: 2 additions & 1 deletion packages/workers/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ node_modules


# Coverage
.coverage
.coverage
cov/
Loading