mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 01:35:34 +08:00
Update JS packages [SCI-2253]
This commit is contained in:
parent
33c376c4df
commit
cd63d4b25f
2 changed files with 6075 additions and 4470 deletions
10449
package-lock.json
generated
10449
package-lock.json
generated
File diff suppressed because it is too large
Load diff
96
package.json
96
package.json
|
@ -21,83 +21,83 @@
|
|||
"lint": "eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.1.0",
|
||||
"babel-eslint": "^8.0.1",
|
||||
"@fortawesome/fontawesome-free": "^5.2.0",
|
||||
"babel-eslint": "^8.2.6",
|
||||
"babel-plugin-transform-react-jsx-source": "^6.22.0",
|
||||
"eslint": "^5.1.0",
|
||||
"eslint": "^5.2.0",
|
||||
"eslint-config-airbnb": "^15.1.0",
|
||||
"eslint-config-airbnb-base": "^13.0.0",
|
||||
"eslint-config-google": "^0.9.1",
|
||||
"eslint-config-prettier": "^2.3.0",
|
||||
"eslint-plugin-flowtype": "^2.39.1",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
"eslint-plugin-flowtype": "^2.50.0",
|
||||
"eslint-plugin-import": "^2.13.0",
|
||||
"eslint-plugin-jsx-a11y": "^5.1.1",
|
||||
"eslint-plugin-prettier": "^2.1.2",
|
||||
"eslint-plugin-react": "^7.1.0",
|
||||
"eslint-plugin-prettier": "^2.6.2",
|
||||
"eslint-plugin-react": "^7.10.0",
|
||||
"flow-bin": "^0.56.0",
|
||||
"flow-typed": "^2.1.5",
|
||||
"prettier": "^1.7.0",
|
||||
"prettier-eslint": "^8.2.1",
|
||||
"webpack-dev-server": "^2.5.1"
|
||||
"flow-typed": "^2.5.1",
|
||||
"prettier": "^1.13.7",
|
||||
"prettier-eslint": "^8.8.2",
|
||||
"webpack-dev-server": "^2.11.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^7.1.2",
|
||||
"autoprefixer": "^7.2.6",
|
||||
"axios": "^0.16.2",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-loader": "7.x",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-loader": "^7.1.5",
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
"babel-plugin-transform-class-properties": "^6.24.1",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"bootstrap-sass": "^3.3.7",
|
||||
"coffee-loader": "^0.8.0",
|
||||
"coffeescript": "^1.12.6",
|
||||
"compression-webpack-plugin": "^1.0.0",
|
||||
"css-loader": "^0.28.4",
|
||||
"extract-text-webpack-plugin": "^3.0.0",
|
||||
"compression-webpack-plugin": "^1.1.11",
|
||||
"css-loader": "^0.28.11",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"file-loader": "^0.11.2",
|
||||
"glob": "^7.1.2",
|
||||
"immutability-helper": "^2.3.0",
|
||||
"immutability-helper": "^2.7.1",
|
||||
"intl": "^1.2.5",
|
||||
"js-yaml": "^3.9.0",
|
||||
"lodash": "^4.17.4",
|
||||
"moment": "^2.18.1",
|
||||
"moment-timezone": "^0.5.14",
|
||||
"node-sass": "^4.5.3",
|
||||
"js-yaml": "^3.12.0",
|
||||
"lodash": "^4.17.10",
|
||||
"moment": "^2.22.2",
|
||||
"moment-timezone": "^0.5.21",
|
||||
"node-sass": "^4.9.2",
|
||||
"path-complete-extname": "^0.1.0",
|
||||
"postcss-loader": "^2.0.6",
|
||||
"postcss-smart-import": "^0.7.5",
|
||||
"postcss-loader": "^2.1.6",
|
||||
"postcss-smart-import": "^0.7.6",
|
||||
"precss": "^2.0.0",
|
||||
"prop-types": "^15.5.10",
|
||||
"rails-erb-loader": "^5.0.2",
|
||||
"prop-types": "^15.6.2",
|
||||
"rails-erb-loader": "^5.4.2",
|
||||
"react": "15.6.1",
|
||||
"react-bootstrap": "^0.31.1",
|
||||
"react-bootstrap-table": "^4.0.0",
|
||||
"react-bootstrap-timezone-picker": "^1.0.11",
|
||||
"react-data-grid": "^2.0.2",
|
||||
"react-bootstrap": "^0.31.5",
|
||||
"react-bootstrap-table": "^4.3.1",
|
||||
"react-bootstrap-timezone-picker": "^1.0.12",
|
||||
"react-data-grid": "^2.0.80",
|
||||
"react-document-title": "^2.0.3",
|
||||
"react-dom": "15.6.1",
|
||||
"react-intl": "^2.3.0",
|
||||
"react-intl": "^2.4.0",
|
||||
"react-intl-redux": "^0.6.0",
|
||||
"react-moment": "^0.6.4",
|
||||
"react-redux": "^5.0.5",
|
||||
"react-router-bootstrap": "^0.24.2",
|
||||
"react-router-dom": "^4.1.2",
|
||||
"react-moment": "^0.6.9",
|
||||
"react-redux": "^5.0.7",
|
||||
"react-router-bootstrap": "^0.24.4",
|
||||
"react-router-dom": "^4.3.1",
|
||||
"react-tagsinput": "^3.17.0",
|
||||
"react-timezone": "^0.2.0",
|
||||
"react-transition-group": "^2.2.1",
|
||||
"react-transition-group": "^2.4.0",
|
||||
"redux": "^3.7.2",
|
||||
"redux-thunk": "^2.2.0",
|
||||
"resolve-url-loader": "^2.1.0",
|
||||
"sass-loader": "^6.0.6",
|
||||
"shortid": "^2.2.8",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"resolve-url-loader": "^2.3.0",
|
||||
"sass-loader": "^6.0.7",
|
||||
"shortid": "^2.2.12",
|
||||
"style-loader": "^0.18.2",
|
||||
"styled-components": "^2.1.1",
|
||||
"webpack": "^3.2.0",
|
||||
"webpack-manifest-plugin": "^1.1.2",
|
||||
"webpack-merge": "^4.1.0"
|
||||
"styled-components": "^2.4.1",
|
||||
"webpack": "^3.12.0",
|
||||
"webpack-manifest-plugin": "^1.3.2",
|
||||
"webpack-merge": "^4.1.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue