Skip to content

Commit

Permalink
build(deps-dev): bump min-react-env from 1.0.1 to 2.0.0 (#252)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump min-react-env from 1.0.1 to 2.0.0

Bumps [min-react-env](https://github.com/goto-bus-stop/min-react-env) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/goto-bus-stop/min-react-env/releases)
- [Changelog](https://github.com/goto-bus-stop/min-react-env/blob/default/CHANGELOG.md)
- [Commits](goto-bus-stop/min-react-env@v1.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: min-react-env
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* upd

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Renée Kooi <[email protected]>
  • Loading branch information
dependabot[bot] and goto-bus-stop authored Jul 1, 2024
1 parent eee1796 commit 46ca09d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-react-hooks": "^4.0.5",
"expect": "^1.20.2",
"md-insert": "^2.0.0",
"min-react-env": "^1.0.1",
"min-react-env": "^2.0.0",
"mocha": "^10.0.0",
"prop-types-table": "^1.0.0",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 2 additions & 0 deletions test/util/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

import React from 'react';
import ReactDOM from 'react-dom';
// Doing this after React is loaded makes React do a bit less DOM work
import 'min-react-env/install';
import env from 'min-react-env';
import createYouTube from './createYouTube';

Expand Down

0 comments on commit 46ca09d

Please sign in to comment.