fxa/packages/fxa-react
dependabot[bot] 2e230d2365
chore(deps): bump the npm_and_yarn group with 3 updates
Bumps the npm_and_yarn group with 3 updates: [jose](https://github.com/panva/jose), [postcss](https://github.com/postcss/postcss) and [webpack](https://github.com/webpack/webpack).


Updates `jose` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](https://github.com/panva/jose/compare/v5.7.0...v5.8.0)

Updates `postcss` from 8.4.41 to 8.4.42
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.41...8.4.42)

Updates `webpack` from 5.89.0 to 5.94.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.89.0...v5.94.0)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: postcss
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 20:27:44 +00:00
..
.storybook
components feat(glean): Add 2FA 'these authentication apps' link click event, adjust DataBlock data attrs 2024-08-27 10:34:46 -05:00
configs fix(signin): Display Pocket text logo (instead of Pocket logo) for signin 2024-07-30 10:21:57 -05:00
lib Merge pull request #17032 from mozilla/fxa-9559-alias-support 2024-06-03 12:43:29 -04:00
scripts task(CI): Improve nx caching for CI pipelines 2023-08-29 11:19:54 -07:00
styles feat(pair): Display new "Sync your Firefox experience" UI in Backbone 2024-05-22 11:10:04 -05:00
.eslintrc.json
.prettierignore
Gruntfile.js
README.md
extract-imported-components.js
jest.config.js feat(many): add support for libs in webpack apps 2024-05-29 16:58:40 -04:00
package.json chore(deps): bump the npm_and_yarn group with 3 updates 2024-09-04 20:27:44 +00:00
pm2.config.js task(CI): Improve nx caching for CI pipelines 2023-08-29 11:19:54 -07:00
postcss.config.js
setupTests.ts
svg-transform.js
tailwind.config.js
tsconfig.json

README.md

Shared components for FxA React Apps

Testing

This package uses Jest to test its code. By default npm test will test all JS files under src/.

Test specific tests with the following commands:

# Test for the component ComponentName
yarn test -- ComponentName

# Grep for "description"
yarn test -- -t "description"

# Watch files for changes and re-run
yarn test -- --watch

Refer to Jest's CLI documentation for more advanced test configuration.

License

MPL-2.0