Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions clients/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@ui/components": "workspace:*",
"@ui/icons": "workspace:*",
"jose": "5.9.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "9.0.3",
"ts-loader": "9.5.2",
"uuid": "11.0.5"
Expand Down
4 changes: 2 additions & 2 deletions clients/pocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"jose": "5.9.6",
"next": "15.2.3",
"next-i18n-router": "5.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@common/types": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions clients/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@emotion/css": "11.13.5",
"@emotion/react": "11.14.0",
"@freestar/pubfig-adslot-react-component": "3.6.2",
"@mozilla-services/majc": "https://github.com/mozilla-services/majc#v0.1.1",
"@mozilla-services/majc": "https://github.com/mozilla-services/majc#v0.1.5",
"@n8tb1t/use-scroll-position": "2.0.3",
"@popperjs/core": "2.11.8",
"@sentry/integrations": "7.114.0",
Expand Down Expand Up @@ -45,9 +45,9 @@
"nookies": "2.5.2",
"prop-types": "15.8.1",
"query-string": "9.1.1",
"react": "19.0.0",
"react": "19.1.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "19.0.0",
"react-dom": "19.1.0",
"react-google-recaptcha": "3.1.0",
"react-intersection-observer": "9.15.1",
"react-joyride": "2.9.3",
Expand Down
5 changes: 4 additions & 1 deletion clients/web/src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { loadPolyfills } from 'common/setup/polyfills'

import { Shortcuts } from 'connectors/shortcuts/shortcuts'
import { DevTools } from 'connectors/dev-tools/dev-tools'
import { MozAdsConfigProvider } from '@mozilla-services/majc/dist/react'

/** App
--------------------------------------------------------------- */
Expand Down Expand Up @@ -188,7 +189,9 @@ function AppWithStore({ Component, ...rest }) {
const { store, props } = wrapper.useWrappedStore(rest)
return (
<Provider store={store}>
<PocketWebClient Component={Component} {...props} />
<MozAdsConfigProvider config={{ gppEnabled: true }}>
<PocketWebClient Component={Component} {...props} />
</MozAdsConfigProvider>
<ConfirmItemsImport />
</Provider>
)
Expand Down
2 changes: 1 addition & 1 deletion common/localization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "8.0.2",
"i18next-resources-to-backend": "1.2.1",
"react": "19.0.0",
"react": "19.1.0",
"react-i18next": "^15.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion common/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@common/utilities": "workspace:*",
"jose": "5.9.6",
"next": "15.2.3",
"react": "19.0.0",
"react": "19.1.0",
"zustand": "5.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion config/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jest-environment-jsdom": "^29.7.0",
"msw": "^2.7.0",
"next": "^15.2.3",
"react": "^19.0.0",
"react": "^19.1.0",
"react-i18next": "^15.4.0",
"react-redux": "9.2.0",
"redux": "5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions config/storybook-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dependencies": {
"@ui/styles": "workspace:*",
"i18next": "^24.2.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.4.0"
},
"devDependencies": {
Expand Down
2,591 changes: 1,598 additions & 993 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@ui/styles": "workspace:*",
"match-sorter": "8.0.0",
"next": "15.2.3",
"react": "19.0.0",
"react": "19.1.0",
"react-player": "2.16.0"
},
"devDependencies": {
Expand Down
Loading