This commit is contained in:
felinae98 2021-11-24 13:44:48 +08:00
parent 03576a0ab6
commit c8fbda9c8e
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610
4 changed files with 9 additions and 1 deletions

View File

@ -49,6 +49,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.175",
"@types/react-router-dom": "^5.3.0"
"@types/react-router-dom": "^5.3.0",
"react-app-rewired": "^2.1.8"
}
}

View File

@ -9685,6 +9685,13 @@ react-app-polyfill@^2.0.0:
regenerator-runtime "^0.13.7"
whatwg-fetch "^3.4.1"
react-app-rewired@^2.1.8:
version "2.1.8"
resolved "https://registry.npm.taobao.org/react-app-rewired/download/react-app-rewired-2.1.8.tgz#e192f93b98daf96889418d33d3e86cf863812b56"
integrity sha1-4ZL5O5ja+WiJQY0z0+hs+GOBK1Y=
dependencies:
semver "^5.6.0"
react-dev-utils@^11.0.3:
version "11.0.4"
resolved "https://registry.npmmirror.com/react-dev-utils/download/react-dev-utils-11.0.4.tgz?cache=0&sync_timestamp=1633373952222&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Freact-dev-utils%2Fdownload%2Freact-dev-utils-11.0.4.tgz#a7ccb60257a1ca2e0efe7a83e38e6700d17aa37a"