Commit Graph

10 Commits

Author SHA1 Message Date
dependabot[bot] 597d989b66
Bump jszip and @microsoft/sp-build-web in /samples/react-hero-webpart
Bumps [jszip](https://github.com/Stuk/jszip) and [@microsoft/sp-build-web](http://aka.ms/spfx). These dependencies needed to be updated together.

Updates `jszip` from 2.5.0 to 3.7.1
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v2.5.0...v3.7.1)

Updates `@microsoft/sp-build-web` from 1.12.1 to 1.15.2

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: indirect
- dependency-name: "@microsoft/sp-build-web"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-13 14:37:21 +00:00
dependabot[bot] 8f0f958bf2
Bump terser from 4.8.0 to 4.8.1 in /samples/react-hero-webpart
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 23:18:04 +00:00
dependabot[bot] 72b38077be
Bump eventsource from 1.1.0 to 1.1.1 in /samples/react-hero-webpart
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 04:02:18 +00:00
dependabot[bot] e4c9d21486
Bump async from 2.6.3 to 2.6.4 in /samples/react-hero-webpart
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 17:43:22 +00:00
Hugo Bernier 3d7e09b653
Merge pull request #2526 from pnp/dependabot/npm_and_yarn/samples/react-hero-webpart/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /samples/react-hero-webpart
2022-04-10 10:26:18 -07:00
dependabot[bot] d8b98f3eed
Bump moment from 2.29.1 to 2.29.2 in /samples/react-hero-webpart
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-10 16:57:35 +00:00
dependabot[bot] 22d9cffb41
Bump minimist from 1.2.5 to 1.2.6 in /samples/react-hero-webpart
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 18:49:15 +00:00
Hugo Bernier 3d8ff2dc7e Updated sample,json and readme 2022-03-28 01:16:02 -04:00
Omar 47ddd9bcfa Added Collage Feature
- At the request of another user a option has been added to allow a collage of images to be shown in a flex grid layout
- Added in placeholder configuration screen
- Fixed webpart not loading the 5 temporary items on first adding webpart to new page in local workbench
- General maintenance to remove unused imports
- Updated CSS to add in collage feature
2022-03-11 01:11:48 +00:00
Hugo Bernier 7f4a82213a Added sample.json and updated readme 2021-07-11 00:36:37 -04:00