Skip to content

Commit

Permalink
Upgrade backward-compatible deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Dec 4, 2023
1 parent 1c17c9f commit cc4b127
Show file tree
Hide file tree
Showing 14 changed files with 1,765 additions and 1,640 deletions.
18 changes: 9 additions & 9 deletions apps/charterafrica/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"db-rollback": "migrate-mongo down"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.461.0",
"@aws-sdk/lib-storage": "^3.461.0",
"@aws-sdk/client-s3": "^3.465.0",
"@aws-sdk/lib-storage": "^3.465.0",
"@commons-ui/core": "workspace:*",
"@commons-ui/next": "workspace:*",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.18",
"@mui/utils": "^5.14.18",
"@mui/material": "^5.14.19",
"@mui/utils": "^5.14.19",
"@next/env": "^14.0.3",
"@nivo/core": "^0.80.0",
"@nivo/pie": "^0.80.0",
Expand All @@ -54,7 +54,7 @@
"@payloadcms/plugin-cloud-storage": "^1.1.1",
"@payloadcms/plugin-nested-docs": "^1.0.9",
"@payloadcms/plugin-seo": "^1.0.15",
"@sentry/nextjs": "^7.83.0",
"@sentry/nextjs": "^7.84.0",
"airtable": "^0.12.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
Expand Down Expand Up @@ -87,12 +87,12 @@
"@commons-ui/testing-library": "workspace:*",
"@playwright/test": "^1.40.1",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.3.99",
"@swc/core": "^1.3.100",
"@types/express": "^4.17.21",
"@types/node": "^18.18.13",
"@types/react": "^18.2.39",
"@types/node": "^18.19.2",
"@types/react": "^18.2.41",
"babel-jest": "^29.7.0",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-commons-ui": "workspace:*",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ exports[`<Articles /> renders unchanged 1`] = `
aria-hidden="true"
aria-invalid="false"
class="MuiSelect-nativeInput css-yf8vq0-MuiSelect-nativeInput"
name=":r1:"
tabindex="-1"
value="-publishedOn"
/>
Expand Down
12 changes: 6 additions & 6 deletions apps/codeforafrica/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@googlemaps/react-wrapper": "^1.1.35",
"@mui/material": "^5.14.18",
"@mui/utils": "^5.14.18",
"@mui/material": "^5.14.19",
"@mui/utils": "^5.14.19",
"@next/env": "~14.0.3",
"@payloadcms/plugin-cloud-storage": "^1.1.1",
"@payloadcms/plugin-nested-docs": "^1.0.9",
Expand All @@ -52,7 +52,7 @@
"fast-equals": "^5.0.1",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"jsdom": "^23.0.0",
"jsdom": "^23.0.1",
"next": "^14.0.3",
"next-seo": "^6.4.0",
"nodemailer-sendgrid": "^1.0.3",
Expand All @@ -73,10 +73,10 @@
"@playwright/test": "^1.40.1",
"@svgr/webpack": "^8.1.0",
"@types/express": "^4.17.21",
"@types/node": "^18.18.13",
"@types/react": "^18.2.39",
"@types/node": "^18.19.2",
"@types/react": "^18.2.41",
"babel-jest": "^29.7.0",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-commons-ui": "workspace:*",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.0",
Expand Down
26 changes: 13 additions & 13 deletions apps/commons-ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.18",
"@mui/utils": "^5.14.18",
"@mui/material": "^5.14.19",
"@mui/utils": "^5.14.19",
"@next/env": "^14.0.3",
"next": "^14.0.3",
"prop-types": "^15.8.1",
Expand All @@ -45,22 +45,22 @@
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@storybook/addon-essentials": "^7.6.0",
"@storybook/addon-interactions": "^7.6.0",
"@storybook/addon-links": "^7.6.0",
"@storybook/blocks": "^7.6.0",
"@storybook/cli": "^7.6.0",
"@storybook/nextjs": "^7.6.0",
"@storybook/react": "^7.6.0",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-interactions": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/blocks": "^7.6.3",
"@storybook/cli": "^7.6.3",
"@storybook/nextjs": "^7.6.3",
"@storybook/react": "^7.6.3",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^18.18.13",
"@types/react": "^18.2.39",
"eslint": "^8.54.0",
"@types/node": "^18.19.2",
"@types/react": "^18.2.41",
"eslint": "^8.55.0",
"eslint-config-commons-ui": "workspace:*",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.0",
"prettier": "^3.1.0",
"storybook": "^7.6.0",
"storybook": "^7.6.3",
"typescript": "^5.3.2",
"webpack": "^5.89.0"
},
Expand Down
34 changes: 17 additions & 17 deletions apps/pesayetu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"clean": "rm -rf .next .turbo node_modules"
},
"dependencies": {
"@apollo/client": "^3.8.7",
"@apollo/client": "^3.8.8",
"@commons-ui/core": "^0.1.0",
"@commons-ui/next": "workspace:*",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/lab": "5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@mui/styles": "^5.14.18",
"@mui/utils": "^5.14.18",
"@mui/material": "^5.14.19",
"@mui/styles": "^5.14.19",
"@mui/utils": "^5.14.19",
"@reactour/tour": "^3.6.1",
"aws-sdk": "^2.1506.0",
"aws-sdk": "^2.1510.0",
"clsx": "^2.0.0",
"d3-format": "^3.1.0",
"deepmerge": "^4.3.1",
Expand Down Expand Up @@ -80,24 +80,24 @@
"@commons-ui/testing-library": "workspace:*",
"@material-ui/codemod": "^4.5.1",
"@playwright/test": "^1.40.1",
"@storybook/addon-actions": "^7.6.0",
"@storybook/addon-essentials": "^7.6.0",
"@storybook/addon-links": "^7.6.0",
"@storybook/addons": "^7.6.0",
"@storybook/client-api": "^7.6.0",
"@storybook/components": "^7.6.0",
"@storybook/core-events": "^7.6.0",
"@storybook/react": "^7.6.0",
"@storybook/theming": "^7.6.0",
"@storybook/addon-actions": "^7.6.3",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/addons": "^7.6.3",
"@storybook/client-api": "^7.6.3",
"@storybook/components": "^7.6.3",
"@storybook/core-events": "^7.6.3",
"@storybook/react": "^7.6.3",
"@storybook/theming": "^7.6.3",
"@svgr/webpack": "^8.1.0",
"@types/node": "^18.18.13",
"@types/react": "^18.2.39",
"@types/node": "^18.19.2",
"@types/react": "^18.2.41",
"apollo-link-rest": "^0.9.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-imports": "^2.0.0",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-commons-ui": "workspace:*",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-import": "^2.29.0",
Expand Down
16 changes: 8 additions & 8 deletions apps/promisetracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/icons-material": "^5.14.19",
"@mui/lab": "5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@mui/styles": "^5.14.18",
"@mui/utils": "^5.14.18",
"@sentry/nextjs": "^7.83.0",
"@mui/material": "^5.14.19",
"@mui/styles": "^5.14.19",
"@mui/utils": "^5.14.19",
"@sentry/nextjs": "^7.84.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"form-data": "^4.0.0",
Expand Down Expand Up @@ -61,10 +61,10 @@
"@commons-ui/testing-library": "workspace:*",
"@playwright/test": "^1.40.1",
"@svgr/webpack": "^8.1.0",
"@types/node": "^18.18.13",
"@types/react": "^18.2.39",
"@types/node": "^18.19.2",
"@types/react": "^18.2.41",
"babel-jest": "^29.7.0",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-commons-ui": "workspace:*",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@playwright/test": "^1.40.1",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-commons-ui": "workspace:*",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"playwright-config-commons-ui": "workspace:*",
"prettier": "^3.1.0",
"turbo": "^1.10.16"
Expand Down
8 changes: 4 additions & 4 deletions packages/commons-ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@commons-ui/testing-library": "workspace:*",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.18",
"@mui/utils": "^5.14.18",
"@types/react": "^18.2.39",
"@mui/material": "^5.14.19",
"@mui/utils": "^5.14.19",
"@types/react": "^18.2.41",
"babel-loader": "^9.1.3",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-commons-ui": "workspace:*",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/commons-ui-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@babel/preset-react": "^7.23.3",
"@commons-ui/core": "workspace:*",
"@commons-ui/testing-library": "workspace:*",
"@mui/material": "^5.14.18",
"@mui/material": "^5.14.19",
"babel-loader": "^9.1.3",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-commons-ui": "workspace:*",
"jest": "^29.7.0",
"jest-config-commons-ui": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/commons-ui-testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@babel/preset-react": "^7.23.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.18",
"@types/react": "^18.2.39",
"@mui/material": "^5.14.19",
"@types/react": "^18.2.41",
"babel-loader": "^9.1.3",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-commons-ui": "workspace:*",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
Expand All @@ -60,7 +60,7 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"prop-types": "^15.8.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-commons-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/preset-react": "^7.23.3",
"@next/eslint-plugin-next": "^14.0.3",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.10.16",
"eslint-import-resolver-jsconfig": "^1.1.0",
"eslint-plugin-import": "^2.29.0",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@babel/core": "^7.23.5",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"prettier": "^3.1.0",
"react": "^18.2.0",
"typescript": "^5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config-commons-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-commons-ui": "workspace:*",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright-config-commons-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@playwright/test": "^1.40.1",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-commons-ui": "workspace:*",
"prettier": "^3.1.0",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit cc4b127

Please sign in to comment.