Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Rebrand #1018

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Rebrand #1018

Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 10 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,20 @@
"node": "6.10.3"
}
}
],
[
"babel-preset-gatsby",
{
"targets": {
"browsers": [">0.25%", "not dead"]
}
}
]
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-object-assign",
"@babel/plugin-proposal-object-rest-spread"
"@babel/plugin-proposal-object-rest-spread",
"babel-plugin-macros"
]
}
16 changes: 9 additions & 7 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,23 @@ vscode:
- [email protected]:7hF8G3VtB+HNearI5Zw+NA==
- [email protected]:YnjK47pXScU3DMFfQzkkOw==

- [email protected]:Z6ktluLCqwxpOSSVZcyWvQ==

github:
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
# enable for all branches in this repo (defaults to false)
branches: true
# enable for pull requests coming from this repo (defaults to true)
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a check to pull requests (defaults to true)
# add a check to pull requests (defaults to true)
addCheck: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: false
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests (defaults to false)
# add a label once the prebuild is ready to pull requests (defaults to false)
addLabel: false
1 change: 1 addition & 0 deletions gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import "tailwindcss/dist/base.min.css";
require("prismjs/themes/prism-solarizedlight.css");
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = {
}
},
'gatsby-remark-prismjs',
'gatsby-remark-gitpod',
// 'gatsby-remark-gitpod',
{
resolve: `gatsby-remark-autolink-headers`,
options: {
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@emotion/styled": "^11.1.5",
"@sendgrid/mail": "^7.2.6",
"babel-plugin-styled-components": "^1.10.7",
"bowser": "^2.9.0",
Expand All @@ -35,7 +35,7 @@
"gatsby-plugin-algolia-docsearch": "^1.0.5",
"gatsby-plugin-canonical-urls": "^2.3.2",
"gatsby-plugin-catch-links": "^2.3.3",
"gatsby-plugin-emotion": "^4.3.2",
"gatsby-plugin-emotion": "^6.1.0",
"gatsby-plugin-exclude": "^1.0.2",
"gatsby-plugin-feed": "^2.5.3",
"gatsby-plugin-google-analytics": "^2.3.2",
Expand Down Expand Up @@ -68,6 +68,7 @@
"typescript": "^3.9.3"
},
"devDependencies": {
"@emotion/react": "^11.1.5",
"@types/aws-lambda": "^8.10.63",
"@types/classnames": "^2.2.10",
"@types/node": "^14.0.6",
Expand All @@ -79,9 +80,11 @@
"netlify-lambda": "^2.0.1",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"tailwindcss": "^2.0.3",
"tslint": "^6.1.2",
"tslint-config-blvd": "^1.2.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0"
"tslint-plugin-prettier": "^2.3.0",
"twin.macro": "^2.3.0"
}
}
31 changes: 30 additions & 1 deletion plugins/gatsby-remark-gitpod/package-lock.json

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

54 changes: 0 additions & 54 deletions src/components/ActionCard.tsx

This file was deleted.

178 changes: 0 additions & 178 deletions src/components/AnnouncementBanner.tsx

This file was deleted.

Loading