Skip to content

Commit

Permalink
Update backward-compatible deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Jun 27, 2024
1 parent 402cf76 commit be4fd98
Show file tree
Hide file tree
Showing 5 changed files with 488 additions and 596 deletions.
2 changes: 1 addition & 1 deletion apps/charterafrica/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"next": "^14.2.4",
"next-seo": "^6.5.0",
"nodemailer-sendgrid": "^1.0.3",
"payload": "^2.22.1",
"payload": "^2.22.2",
"prop-types": "^15.8.1",
"qs": "^6.12.1",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/codeforafrica/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"next": "^14.2.4",
"next-seo": "^6.5.0",
"nodemailer-sendgrid": "^1.0.3",
"payload": "^2.22.1",
"payload": "^2.22.2",
"prop-types": "^15.8.1",
"qs": "^6.12.1",
"react": "^18.3.1",
Expand Down
18 changes: 9 additions & 9 deletions apps/commons-ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/cli": "^8.1.10",
"@storybook/nextjs": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/cli": "^8.1.11",
"@storybook/nextjs": "^8.1.11",
"@storybook/react": "^8.1.11",
"@storybook/test": "^8.1.11",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"eslint": "^8.57.0",
"eslint-config-commons-ui": "workspace:*",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.3.2",
"storybook": "^8.1.10",
"storybook": "^8.1.11",
"typescript": "^5.5.2",
"webpack": "^5.92.1"
},
Expand Down
22 changes: 11 additions & 11 deletions apps/pesayetu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"clean": "rm -rf .next .turbo node_modules"
},
"dependencies": {
"@apollo/client": "^3.10.6",
"@apollo/client": "^3.10.7",
"@commons-ui/core": "^0.1.0",
"@commons-ui/next": "workspace:*",
"@emotion/react": "^11.11.4",
Expand All @@ -42,7 +42,7 @@
"@mui/styles": "^5.15.20",
"@mui/utils": "^5.15.20",
"@reactour/tour": "^3.7.0",
"aws-sdk": "^2.1648.0",
"aws-sdk": "^2.1649.0",
"clsx": "^2.1.1",
"d3-format": "^3.1.0",
"deepmerge": "^4.3.1",
Expand Down Expand Up @@ -81,14 +81,14 @@
"@commons-ui/testing-library": "workspace:*",
"@material-ui/codemod": "^4.5.1",
"@playwright/test": "^1.45.0",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/cli": "^8.1.10",
"@storybook/nextjs": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/cli": "^8.1.11",
"@storybook/nextjs": "^8.1.11",
"@storybook/react": "^8.1.11",
"@storybook/test": "^8.1.11",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
Expand All @@ -114,7 +114,7 @@
"playwright-config-commons-ui": "workspace:*",
"prettier": "^3.3.2",
"react-test-renderer": "^18.3.1",
"storybook": "^8.1.10",
"storybook": "^8.1.11",
"svg-url-loader": "^8.0.0",
"typescript": "^5.5.2"
},
Expand Down
Loading

0 comments on commit be4fd98

Please sign in to comment.