Update versions

old
rubenmoya 2018-02-20 20:59:58 +01:00
parent a841d2a9c4
commit 7e4c12efff
2 changed files with 699 additions and 353 deletions

View File

@ -31,33 +31,36 @@
"ramda": "^0.23.0",
"react-css-themr": "^2.1.2",
"react-style-proptype": "^3.0.0",
"react-transition-group": "^1.1.3"
"react-transition-group": "^2.2.1"
},
"devDependencies": {
"@types/node": "^7.0.4",
"@types/react": "^15.0.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"@types/react": "^16.0.7",
"ajv": "^6.1.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-react-transform": "^2.0.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"caniuse-db": "^1.0.30000652",
"cpx": "^1.5.0",
"cross-env": "^5.0.0",
"css-loader": "^0.28.2",
"enzyme": "^2.8.2",
"enzyme-to-json": "^1.5.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.0.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-compat": "^1.0.2",
"eslint-plugin-import": "^2.3.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-compat": "^1.0.4",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-react": "^7.4.0",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.0",
"git-dirty": "^1.0.2",
@ -79,14 +82,13 @@
"postcss-nesting": "^4.0.1",
"postcss-reporter": "^3.0.0",
"pre-commit": "^1.2.2",
"prop-types": "^15.5.10",
"react": "^15.5.0",
"react-addons-test-utils": "^15.5.0",
"react-dom": "^15.5.0",
"react-test-renderer": "^15.5.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.3.6",
"redbox-react": "^1.5.0",
"rimraf": "^2.6.1",
"sinon": "^2.0.0-pre.2",
"style-loader": "^0.18.1",
@ -132,6 +134,7 @@
"<rootDir>/components"
],
"setupFiles": [
"./jest.polyfills.js",
"./jest.setup.js"
],
"snapshotSerializers": [
@ -140,10 +143,10 @@
},
"peerDependencies": {
"classnames": "^2.2.0",
"prop-types": "^15.5.7",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-transition-group": "^1.1.3"
"prop-types": "^15.6.0",
"react": "^15.5.0 || ^16.0.0",
"react-dom": "^15.5.0 || ^16.0.0",
"react-transition-group": "^2.2.1"
},
"pre-commit": "lint:staged"
}

1005
yarn.lock

File diff suppressed because it is too large Load Diff