Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge FLIP Fest PRs #195

Merged
merged 23 commits into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21,271 changes: 21,251 additions & 20 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,30 @@
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"detect-browser": "^5.1.1",
"easymde": "^2.15.0",
"file-saver": "^2.0.5",
"framer-motion": "^2.6.6",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"handlebars-loader": "^1.7.1",
"isomorphic-fetch": "^3.0.0",
"jszip": "^3.5.0",
"markdown-to-jsx": "^7.1.3",
"mixpanel-browser": "^2.39.0",
"monaco-editor": "^0.22.3",
"monaco-languageclient": "^0.13.1-next.9",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"react-icons": "^4.3.1",
"react-simplemde-editor": "^5.0.2",
"react-use-clipboard": "^1.0.0",
"reset-css": "^5.0.1",
"styled-components": "^5.2.0",
"theme-ui": "^0.3.1",
"unique-names-generator": "^4.3.1",
"unreset-css": "^1.0.1",
"vscode-jsonrpc": "^6.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -77,7 +81,7 @@
"prettier": "^2.2.1",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"typescript": "^4.4.3",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^3.3.12",
Expand Down
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useEffect } from 'react';
// import { Helmet } from 'react-helmet';
import { Global } from '@emotion/core';
import { ThemeProvider, Text } from 'theme-ui';
import { Router, globalHistory } from '@reach/router';
Expand Down Expand Up @@ -47,7 +46,6 @@ const App: React.FC = () => {

return (
<>
{/* {headers} */}
<BrowserDetector />
<Global styles={globalStyles} />
<ApolloProvider client={client}>
Expand Down
Loading