Upgrade to React 17
And update other React dependencies
This commit is contained in:
parent
5e1504f33b
commit
6e0bc58052
3 changed files with 742 additions and 475 deletions
1203
package-lock.json
generated
1203
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
@ -19,10 +19,10 @@
|
|||
"ace-builds": "^1.4.12",
|
||||
"bluebird": "^3.5.1",
|
||||
"classnames": "^2.2.6",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.11.0",
|
||||
"react-autosuggest": "^9.4.3",
|
||||
"react-dom": "^16.11.0",
|
||||
"prop-types": "^15.8.0",
|
||||
"react": "^17.0.2",
|
||||
"react-autosuggest": "^10.1.0",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-intl": "^3.4.0",
|
||||
"react-select": "^3.0.8",
|
||||
"url": "^0.11.0"
|
||||
|
@ -45,13 +45,13 @@
|
|||
"co-mocha": "^1.2.1",
|
||||
"colors": "^1.4.0",
|
||||
"eslint": "^5.14.1",
|
||||
"eslint-plugin-react": "^7.12.4",
|
||||
"eslint-plugin-react": "^7.28.0",
|
||||
"fs-extra": "^3.0.1",
|
||||
"globby": "^6.1.0",
|
||||
"jspath": "^0.4.0",
|
||||
"mocha": "^3.5.3",
|
||||
"multimatch": "^2.1.0",
|
||||
"react-virtualized": "^9.21.0",
|
||||
"react-virtualized": "^9.22.3",
|
||||
"sass": "^1.28.0",
|
||||
"sinon": "^7.3.2",
|
||||
"universalify": "^0.1.1"
|
||||
|
|
2
resource/react-autosuggest.js
vendored
2
resource/react-autosuggest.js
vendored
|
@ -1 +1 @@
|
|||
../node_modules/react-autosuggest/dist/standalone/autosuggest.min.js
|
||||
../node_modules/react-autosuggest/dist/dist/standalone/autosuggest.min.js
|
Loading…
Reference in a new issue