git.fiddlerwoaroof.com
Browse code

chore: bump react from 16.10.2 to 16.14.0 in /react-demo

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.10.2 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react)

---
updated-dependencies:
- dependency-name: react
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] authored on 10/01/2022 06:01:27
Showing 2 changed files
... ...
@@ -4228,9 +4228,9 @@
4228 4228
             "dev": true
4229 4229
         },
4230 4230
         "react": {
4231
-            "version": "16.10.2",
4232
-            "resolved": "https://registry.npmjs.org/react/-/react-16.10.2.tgz",
4233
-            "integrity": "sha512-MFVIq0DpIhrHFyqLU0S3+4dIcBhhOvBE8bJ/5kHPVOVaGdo0KuiQzpcjCPsf585WvhypqtrMILyoE2th6dT+Lw==",
4231
+            "version": "16.14.0",
4232
+            "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz",
4233
+            "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==",
4234 4234
             "requires": {
4235 4235
                 "loose-envify": "^1.1.0",
4236 4236
                 "object-assign": "^4.1.1",
... ...
@@ -5,7 +5,7 @@
5 5
   "version": "1.0.7",
6 6
   "description": "A CLOS-inspired implementation of generic functions",
7 7
   "dependencies": {
8
-    "react": "^16.5.0",
8
+    "react": "^16.14.0",
9 9
     "react-dom": "^16.13.0"
10 10
   },
11 11
   "devDependencies": {