Skip to content

Commit

Permalink
Upgrading various packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
blainegarrett committed Jul 18, 2020
1 parent d83ae66 commit 3659194
Show file tree
Hide file tree
Showing 6 changed files with 3,700 additions and 3,202 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"plugin:react/recommended",
"eslint:recommended",
"eslint:recommended"
],
"parser": "babel-eslint",
"env": {
Expand All @@ -14,7 +14,7 @@
"experimentalObjectRestSpread": true,
"modules": true,
"jsx": true,
"ecmaVersion": 6,
"ecmaVersion": 6
},
"sourceType": "module"
},
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
A simple working example of running [Next.js](https://nextjs.org/) on Google App Engine's [Node Standard Environment](https://cloud.google.com/appengine/docs/standard/nodejs/)

**Update**:
* v0.3.4 - 2020-07-18
* Security upgrades for various packages
* v0.3.3 - 2019-11-02
* Adding Google App Engine Build and Deploy Support ala [this blog post](https://www.blainegarrett.com/2019/10/29/using-google-cloud-build-to-create-a-production-build-and-deploy-to-appengine-standard)
* v0.3.2 - 2019-10-27
Expand Down
2 changes: 1 addition & 1 deletion components/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Page = ({ children }) => (
href="https://github.com/blainegarrett/node-next-gae-demo"
title="Fork me on GitHub"
>
v0.3.3 - See source code on Github
v0.3.4 - See source code on Github
</a>
</p>
<p>
Expand Down
Loading

0 comments on commit 3659194

Please sign in to comment.