Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johndonahue committed Nov 4, 2019
1 parent bb0163b commit a8f4bd9
Show file tree
Hide file tree
Showing 4 changed files with 858 additions and 225 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -95,10 +95,10 @@
},
"devDependencies": {
"@babel/core": "7.6.4",
"@testing-library/react": "9.3.0",
"@testing-library/react": "9.3.2",
"babel-preset-signalsciences": "2.0.1",
"browserslist-config-signalsciences": "1.0.2",
"core-js": "^3.3.5",
"core-js": "^3.3.6",
"cross-env": "6.0.3",
"eslint": "6.6.0",
"eslint-config-signalsciences": "2.0.1",
Expand All @@ -110,7 +110,7 @@
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"flow-bin": "0.110.1",
"flow-bin": "0.111.1",
"husky": "3.0.9",
"isomorphic-unfetch": "3.0.0",
"jest": "24.9.0",
Expand All @@ -123,7 +123,7 @@
"react-dom": "^16.11.0",
"regenerator-runtime": "^0.13.3",
"rimraf": "^3.0.0",
"rollup": "1.26.0",
"rollup": "1.26.3",
"rollup-config-signalsciences": "2.0.1"
}
}
22 changes: 11 additions & 11 deletions website/package.json
Expand Up @@ -12,25 +12,25 @@
},
"devDependencies": {
"@babel/core": "7.6.4",
"@emotion/core": "10.0.21",
"@emotion/core": "10.0.22",
"@mdx-js/loader": "1.5.1",
"@mdx-js/react": "1.5.1",
"@next/mdx": "9.0.6",
"@theme-ui/prism": "0.2.40",
"@theme-ui/style-guide": "0.2.44",
"core-js": "3.3.2",
"@next/mdx": "9.1.2",
"@theme-ui/prism": "0.2.46",
"@theme-ui/style-guide": "0.2.46",
"core-js": "3.3.6",
"gh-pages": "2.1.1",
"isomorphic-unfetch": "3.0.0",
"next": "9.0.6",
"react": "16.10.2",
"react-dom": "16.10.2",
"rebass": "4.0.6",
"next": "9.1.2",
"react": "16.11.0",
"react-dom": "16.11.0",
"rebass": "4.0.7",
"regenerator-runtime": "0.13.3",
"remark-slug": "5.1.2",
"rimraf": "3.0.0",
"theme-ui": "0.2.44"
"theme-ui": "0.2.46"
},
"dependencies": {
"rsrc": "^1.0.3"
"rsrc": "^1.1.0"
}
}

0 comments on commit a8f4bd9

Please sign in to comment.