Skip to content

Commit

Permalink
⬆️ upgrade --latest (all)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienjuif committed Mar 25, 2019
1 parent 3c84994 commit 5a3f2a6
Show file tree
Hide file tree
Showing 12 changed files with 1,249 additions and 549 deletions.
6 changes: 3 additions & 3 deletions examples/getting_started/package.json
Expand Up @@ -12,9 +12,9 @@
"@k-ramel/driver-http": "^2.0.0",
"@k-ramel/react": "^2.0.0",
"k-ramel": "^2.0.0",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-scripts": "2.1.5"
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-scripts": "2.1.8"
},
"browserslist": [
">0.2%",
Expand Down
6 changes: 3 additions & 3 deletions examples/todomvc/package.json
Expand Up @@ -6,9 +6,9 @@
"@k-ramel/react": "^2.0.0",
"classnames": "^2.2.5",
"k-ramel": "^2.0.0",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-scripts": "2.1.5",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-scripts": "2.1.8",
"recompose": "^0.30.0",
"tinycolor2": "^1.4.1",
"todomvc-app-css": "^2.2.0"
Expand Down
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -23,32 +23,32 @@
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^24.1.0",
"coveralls": "3.0.2",
"babel-jest": "^24.5.0",
"coveralls": "3.0.3",
"cross-env": "5.2.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.9.1",
"eslint": "5.14.1",
"enzyme-adapter-react-16": "1.11.2",
"eslint": "5.15.3",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"jest": "24.1.0",
"jest-environment-jsdom": "^24.0.0",
"jest-environment-jsdom-global": "^1.1.1",
"lerna": "3.13.0",
"jest": "24.5.0",
"jest-environment-jsdom": "^24.5.0",
"jest-environment-jsdom-global": "^1.2.0",
"lerna": "3.13.1",
"npm-run-all": "4.1.5",
"react": "16.8.2",
"react-dom": "16.8.2",
"regenerator-runtime": "^0.13.1",
"rollup": "1.2.2",
"react": "16.8.5",
"react-dom": "16.8.5",
"regenerator-runtime": "^0.13.2",
"rollup": "1.7.3",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-commonjs": "9.2.2",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-uglify": "6.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/react/dist/index.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a3f2a6

Please sign in to comment.