diff options
author | crupest <crupest@outlook.com> | 2021-05-06 15:32:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 15:32:02 +0800 |
commit | ffbc90d0c9b9dc15d0c2f327a669d9385fce9590 (patch) | |
tree | 57859c57a9c58d9d0c58de14f4e09b84e23af514 /FrontEnd/package-lock.json | |
parent | 2c6cf0502b5d6cc5bf972310232f71ec543847ef (diff) | |
download | timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.gz timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.bz2 timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.zip |
...
Diffstat (limited to 'FrontEnd/package-lock.json')
-rw-r--r-- | FrontEnd/package-lock.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 43cd2ac6..c58f8eef 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -19,7 +19,7 @@ "lodash": "^4.17.21", "pepjs": "^0.5.3", "react": "^17.0.1", - "react-bootstrap": "^1.5.2", + "react-bootstrap": "^2.0.0-alpha.1", "react-dom": "^17.0.2", "react-i18next": "^11.8.15", "react-inlinesvg": "^2.3.0", @@ -10910,9 +10910,9 @@ } }, "node_modules/react-bootstrap": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.5.2.tgz", - "integrity": "sha512-mGKPY5+lLd7Vtkx2VFivoRkPT4xAHazuFfIhJLTEgHlDfIUSePn7qrmpZe5gXH9zvHV0RsBaQ9cLfXjxnZrOpA==", + "version": "2.0.0-alpha.1", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.0.0-alpha.1.tgz", + "integrity": "sha512-zoIGDzgcBoGiKd/0Rgh5SRyvqgH5OJPMEtXp+1v4Ek8gZDVSPZf58Oy4yhXs30pw4HKBS0s4yzJZcGMFKq3Yuw==", "dependencies": { "@babel/runtime": "^7.13.8", "@restart/context": "^2.1.4", @@ -10920,7 +10920,7 @@ "@types/classnames": "^2.2.10", "@types/invariant": "^2.2.33", "@types/prop-types": "^15.7.3", - "@types/react": ">=16.9.35", + "@types/react": ">=16.14.4", "@types/react-transition-group": "^4.4.1", "@types/warning": "^3.0.0", "classnames": "^2.2.6", @@ -10934,8 +10934,8 @@ "warning": "^4.0.3" }, "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" + "react": ">=16.14.0", + "react-dom": ">=16.14.0" } }, "node_modules/react-dom": { @@ -22135,9 +22135,9 @@ } }, "react-bootstrap": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.5.2.tgz", - "integrity": "sha512-mGKPY5+lLd7Vtkx2VFivoRkPT4xAHazuFfIhJLTEgHlDfIUSePn7qrmpZe5gXH9zvHV0RsBaQ9cLfXjxnZrOpA==", + "version": "2.0.0-alpha.1", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.0.0-alpha.1.tgz", + "integrity": "sha512-zoIGDzgcBoGiKd/0Rgh5SRyvqgH5OJPMEtXp+1v4Ek8gZDVSPZf58Oy4yhXs30pw4HKBS0s4yzJZcGMFKq3Yuw==", "requires": { "@babel/runtime": "^7.13.8", "@restart/context": "^2.1.4", @@ -22145,7 +22145,7 @@ "@types/classnames": "^2.2.10", "@types/invariant": "^2.2.33", "@types/prop-types": "^15.7.3", - "@types/react": ">=16.9.35", + "@types/react": ">=16.14.4", "@types/react-transition-group": "^4.4.1", "@types/warning": "^3.0.0", "classnames": "^2.2.6", |