thuhole 5 years ago
parent
commit
44b6a5862a
  1. 16
      package-lock.json
  2. 1
      package.json
  3. 2
      src/infrastructure

16
package-lock.json generated

@ -6011,6 +6011,14 @@
"minimalistic-crypto-utils": "^1.0.1"
}
},
"hoist-non-react-statics": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
"integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
"requires": {
"react-is": "^16.7.0"
}
},
"hosted-git-info": {
"version": "2.8.4",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.4.tgz",
@ -10655,6 +10663,14 @@
"resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.1.tgz",
"integrity": "sha512-V9yoTr6MeZXPPd4nV/05eCBvGH9cGzc52FN8fs0O0TVQ3HYYf1n7EgZVtHbldRq5xU9zEzoXIITjYNIfxDDdUw=="
},
"react-google-recaptcha-v3": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/react-google-recaptcha-v3/-/react-google-recaptcha-v3-1.5.2.tgz",
"integrity": "sha512-lv+uWHZJ7aU5cbDSPYprehnxLAysriyK2V6lNGv3EF7XVffJbV2bJb0b8m4FHi1EYC9+BnvmCZT1n8oupEgYMw==",
"requires": {
"hoist-non-react-statics": "3.3.2"
}
},
"react-is": {
"version": "16.9.0",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.9.0.tgz",

1
package.json

@ -14,6 +14,7 @@
"pressure": "^2.1.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-google-recaptcha-v3": "^1.5.2",
"react-scripts": "^3.1.1",
"react-timeago": "^4.1.9"
},

2
src/infrastructure

@ -1 +1 @@
Subproject commit 632b8f9e89c0e1e0a2ff562b10bd3e9cceb25a1f
Subproject commit 56604faf0fd00935cd99d6b60140836f2aa58b03
Loading…
Cancel
Save