1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 21:57:26 +03:00

Update deps

This commit is contained in:
Brent Jackson 2018-05-25 11:22:39 -04:00
parent f1fdc645c3
commit 8785b252f4
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
import React from 'react'
import connect from 'refunk'
import { connect } from 'refunk'
import pkg from '../package.json'
import Style from './Style'

View File

@ -1,5 +1,5 @@
import React from 'react'
import connect from 'refunk'
import { connect } from 'refunk'
const dec = state => ({ count: state.count - 1 })
const inc = state => ({ count: state.count + 1 })

View File

@ -1,6 +1,6 @@
import React from 'react'
import styled, { ServerStyleSheet } from 'styled-components'
import connect from 'refunk'
import { connect } from 'refunk'
const css = `*{box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,sans-serif;margin:0}`

View File

@ -42,9 +42,9 @@
"meow": "^5.0.0",
"mini-html-webpack-plugin": "^0.2.3",
"pkg-conf": "^2.1.0",
"react": "^16.3.2",
"react": "^16.4.0",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.3.2",
"react-dom": "^16.4.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"read-pkg-up": "^3.0.0",
@ -55,14 +55,14 @@
"webpack-serve": "^1.0.2"
},
"devDependencies": {
"ava": "^0.24.0",
"ava": "^0.25.0",
"isomorphic-fetch": "^2.2.1",
"nano-style": "^1.0.0",
"nyc": "^11.8.0",
"rebass": "^2.0.0-2",
"refunk": "^2.2.4",
"refunk": "^3.0.1",
"rimraf": "^2.6.2",
"styled-components": "^3.2.6",
"styled-components": "^3.3.0",
"styled-system": "^2.2.5"
},
"x0": {