Skip to content

Commit

Permalink
maintenance-packages-upgrade (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitto-moz authored Nov 14, 2024
1 parent 2c35342 commit a97c228
Show file tree
Hide file tree
Showing 3 changed files with 522 additions and 493 deletions.
2 changes: 1 addition & 1 deletion packages/web-app/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.4
18.20.5
32 changes: 16 additions & 16 deletions packages/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"@microsoft/kiota-serialization-json": "1.0.0-preview.57"
},
"dependencies": {
"@babel/core": "7.25.9",
"@babel/plugin-syntax-flow": "7.25.9",
"@babel/core": "7.26.0",
"@babel/plugin-syntax-flow": "7.26.0",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/runtime": "7.25.9",
"@babel/runtime": "7.26.0",
"@elastic/react-search-ui": "1.17.1",
"@elastic/search-ui-app-search-connector": "1.17.1",
"@emotion/cache": "11.13.1",
Expand All @@ -94,9 +94,9 @@
"@microsoft/kiota-serialization-json": "1.0.0-preview.57",
"@novu/notification-center": "0.24.2",
"@novu/shared": "0.24.2",
"@saladtechnologies/garden-components": "1.5.0",
"@saladtechnologies/garden-components": "1.5.1",
"@saladtechnologies/garden-fonts": "1.0.4",
"@saladtechnologies/garden-icons": "1.0.26",
"@saladtechnologies/garden-icons": "1.0.27",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
Expand All @@ -108,10 +108,10 @@
"@storybook/preset-create-react-app": "4.1.2",
"@storybook/react": "6.5.16",
"@types/history": "4.7.11",
"@types/lodash": "4.17.12",
"@types/lodash": "4.17.13",
"@types/luxon": "3.4.2",
"@types/mixpanel-browser": "2.50.1",
"@types/node": "18.19.59",
"@types/mixpanel-browser": "2.50.2",
"@types/node": "18.19.64",
"@types/promise.allsettled": "1.0.6",
"@types/react": "18.3.12",
"@types/react-copy-to-clipboard": "5.0.7",
Expand All @@ -124,8 +124,8 @@
"@types/react-transition-group": "4.4.11",
"@types/uuid": "9.0.8",
"@yarnpkg/sdks": "2.7.4",
"abortcontroller-polyfill": "1.7.5",
"acorn": "8.13.0",
"abortcontroller-polyfill": "1.7.6",
"acorn": "8.14.0",
"axios": "1.7.7",
"axios-retry": "3.9.1",
"buffer": "6.0.3",
Expand All @@ -142,7 +142,7 @@
"lodash": "4.17.21",
"lorem-ipsum": "2.0.8",
"luxon": "3.5.0",
"mixpanel-browser": "2.55.1",
"mixpanel-browser": "2.56.0",
"mobx": "5.15.7",
"mobx-react": "6.3.1",
"mobx-react-lite": "2.2.2",
Expand All @@ -163,11 +163,11 @@
"react-final-form": "6.5.9",
"react-helmet": "6.1.0",
"react-hint": "3.2.1",
"react-hook-form": "7.53.1",
"react-hook-form": "7.53.2",
"react-hotjar": "6.3.1",
"react-html-parser": "2.0.2",
"react-image": "4.1.0",
"react-intl": "6.8.1",
"react-intl": "6.8.7",
"react-jss": "10.0.0-alpha.10",
"react-loading-skeleton": "3.5.0",
"react-multi-carousel": "2.8.5",
Expand All @@ -177,19 +177,19 @@
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"react-scripts": "5.0.1",
"react-select": "5.8.1",
"react-select": "5.8.3",
"react-tabs": "3.2.3",
"react-toastify": "7.0.4",
"react-transition-group": "4.4.5",
"recharts": "2.13.0",
"recharts": "2.13.3",
"require-from-string": "2.0.2",
"string_decoder": "1.3.0",
"ts-unused-exports": "10.1.0",
"typescript": "5.6.3",
"unleash-proxy-client": "2.5.0",
"url-polyfill": "1.1.12",
"uuid": "9.0.1",
"webpack": "5.95.0",
"webpack": "5.96.1",
"whatwg-fetch": "3.6.20"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit a97c228

Please sign in to comment.