mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-06 13:14:29 +08:00
upgrades to react 16.0
This commit is contained in:
parent
c8c8afdd1d
commit
54c771804a
2 changed files with 426 additions and 335 deletions
18
package.json
18
package.json
|
@ -20,10 +20,10 @@
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^7.2.3",
|
"babel-eslint": "^8.0.1",
|
||||||
"eslint": "^3.7.1",
|
"eslint": "^4.7.2",
|
||||||
"eslint-config-airbnb": "^15.1.0",
|
"eslint-config-airbnb": "^15.1.0",
|
||||||
"eslint-config-google": "^0.5.0",
|
"eslint-config-google": "^0.9.1",
|
||||||
"eslint-config-prettier": "^2.3.0",
|
"eslint-config-prettier": "^2.3.0",
|
||||||
"eslint-plugin-import": "^2.7.0",
|
"eslint-plugin-import": "^2.7.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.0.2",
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
||||||
|
@ -44,9 +44,9 @@
|
||||||
"babel-preset-env": "^1.6.0",
|
"babel-preset-env": "^1.6.0",
|
||||||
"babel-preset-es2015": "^6.24.1",
|
"babel-preset-es2015": "^6.24.1",
|
||||||
"babel-preset-react": "^6.24.1",
|
"babel-preset-react": "^6.24.1",
|
||||||
"coffee-loader": "^0.7.3",
|
"coffee-loader": "^0.8.0",
|
||||||
"coffee-script": "^1.12.6",
|
"coffee-script": "^1.12.6",
|
||||||
"compression-webpack-plugin": "^0.4.0",
|
"compression-webpack-plugin": "^1.0.0",
|
||||||
"css-loader": "^0.28.4",
|
"css-loader": "^0.28.4",
|
||||||
"extract-text-webpack-plugin": "^3.0.0",
|
"extract-text-webpack-plugin": "^3.0.0",
|
||||||
"file-loader": "^0.11.2",
|
"file-loader": "^0.11.2",
|
||||||
|
@ -60,22 +60,22 @@
|
||||||
"postcss-loader": "^2.0.6",
|
"postcss-loader": "^2.0.6",
|
||||||
"postcss-smart-import": "^0.7.5",
|
"postcss-smart-import": "^0.7.5",
|
||||||
"precss": "^2.0.0",
|
"precss": "^2.0.0",
|
||||||
"prettysize": "^0.1.0",
|
"prettysize": "^1.1.0",
|
||||||
"prop-types": "^15.5.10",
|
"prop-types": "^15.5.10",
|
||||||
"rails-erb-loader": "^5.0.2",
|
"rails-erb-loader": "^5.0.2",
|
||||||
"react": "^15.6.1",
|
"react": "^16.0.0",
|
||||||
"react-bootstrap": "^0.31.1",
|
"react-bootstrap": "^0.31.1",
|
||||||
"react-bootstrap-table": "^4.0.0",
|
"react-bootstrap-table": "^4.0.0",
|
||||||
"react-bootstrap-timezone-picker": "^1.0.11",
|
"react-bootstrap-timezone-picker": "^1.0.11",
|
||||||
"react-data-grid": "^2.0.2",
|
"react-data-grid": "^2.0.2",
|
||||||
"react-dom": "^15.6.1",
|
"react-dom": "^16.0.0",
|
||||||
"react-intl": "^2.3.0",
|
"react-intl": "^2.3.0",
|
||||||
"react-intl-redux": "^0.6.0",
|
"react-intl-redux": "^0.6.0",
|
||||||
"react-moment": "^0.6.4",
|
"react-moment": "^0.6.4",
|
||||||
"react-redux": "^5.0.5",
|
"react-redux": "^5.0.5",
|
||||||
"react-router-bootstrap": "^0.24.2",
|
"react-router-bootstrap": "^0.24.2",
|
||||||
"react-router-dom": "^4.1.2",
|
"react-router-dom": "^4.1.2",
|
||||||
"react-router-prop-types": "^0.0.1",
|
"react-router-prop-types": "^0.0.2",
|
||||||
"react-timezone": "^0.2.0",
|
"react-timezone": "^0.2.0",
|
||||||
"redux": "^3.7.2",
|
"redux": "^3.7.2",
|
||||||
"redux-thunk": "^2.2.0",
|
"redux-thunk": "^2.2.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue