npm dependencies updated

This commit is contained in:
pilarArr 2017-09-03 11:02:52 +02:00
parent 2acbc0262a
commit 69f6aabeb5

View file

@ -6,37 +6,37 @@
"test": "jest"
},
"dependencies": {
"@cleverbeagle/dates": "^0.4.0",
"@cleverbeagle/seeder": "^1.1.3",
"babel-runtime": "^6.20.0",
"bcrypt": "^1.0.2",
"commonmark": "^0.27.0",
"core-js": "^2.5.0",
"@cleverbeagle/dates": "^0.5.1",
"@cleverbeagle/seeder": "^1.2.0",
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.3",
"commonmark": "^0.28.1",
"core-js": "^2.5.1",
"jquery": "^2.2.4",
"jquery-validation": "^1.16.0",
"jquery-validation": "^1.17.0",
"lodash": "^4.17.4",
"meteor-node-stubs": "~0.2.4",
"meteor-node-stubs": "^0.2.11",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-addons-pure-render-mixin": "^15.5.2",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-router-bootstrap": "^0.24.2",
"react-router-dom": "^4.1.1",
"simpl-schema": "^0.3.0"
"react": "^15.6.1",
"react-addons-pure-render-mixin": "^15.6.0",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"react-router-bootstrap": "^0.24.3",
"react-router-dom": "^4.2.2",
"simpl-schema": "^0.3.2"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^7.0.1",
"jest": "^20.0.3"
"enzyme": "^2.9.1",
"eslint": "^4.6.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-meteor": "^4.1.4",
"eslint-plugin-react": "^7.3.0",
"jest": "^20.0.4"
},
"eslintConfig": {
"parserOptions": {