Skip to content

Commit

Permalink
Merge ed9aeaa into b93cee5
Browse files Browse the repository at this point in the history
  • Loading branch information
coston committed Sep 16, 2019
2 parents b93cee5 + ed9aeaa commit f1c6648
Show file tree
Hide file tree
Showing 4 changed files with 839 additions and 502 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/lighthouse.yml
Expand Up @@ -5,11 +5,11 @@ jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Audit Netlify deploy preview
uses: jakejarvis/lighthouse-action@master
with:
netlify_site: 'react-obfuscate.netlify.com'
- uses: actions/upload-artifact@master
with:
name: report
path: './report'
- name: Audit Netlify deploy preview
uses: jakejarvis/lighthouse-action@master
with:
netlify_site: 'react-obfuscate.netlify.com'
- uses: actions/upload-artifact@master
with:
name: report
path: './report'
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -34,23 +34,23 @@
"postpublish": "git push && git push --tag"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/preset-env": "^7.4.5",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^24.8.0",
"coveralls": "^3.0.3",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.2",
"enzyme-to-json": "^3.3.5",
"jest": "^24.8.0",
"babel-jest": "^24.9.0",
"coveralls": "^3.0.6",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.4.0",
"jest": "^24.9.0",
"next": "^9.0.0",
"prettier": "^1.17.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-live": "^2.1.2",
"react-test-renderer": "^16.8.6",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-live": "^2.2.0",
"react-test-renderer": "^16.9.0",
"react-window-ui": "^2.1.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Expand Up @@ -15,7 +15,7 @@ class App extends React.Component {
<style>{`
html {
min-height: 100%;
background: rgba(0,255,255,.7);
background: #fc929e;
}
a {
color: #000;
Expand Down

0 comments on commit f1c6648

Please sign in to comment.