Skip to content

Commit

Permalink
Update template deps and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Apr 2, 2019
1 parent d8b6887 commit fa1eb79
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 7.0.1

### Improved

- Updated dependencies of templates to use 7.0.0
- Updated Readme to remove @next reference

# 7.0.0

### New
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ React-Static is a fast, lightweight, and powerful progressive static site genera
- Install the CLI tool:

```bash
$ npm i -g react-static@next
$ npm i -g react-static
# or
$ yarn global add react-static@next
$ yarn global add react-static
```

- Start a new project!
Expand Down
8 changes: 4 additions & 4 deletions packages/react-static/templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"axios": "^0.18.0",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-static": "^7.0.0-beta.4",
"react-static-plugin-reach-router": "^7.0.0-beta.0",
"react-static-plugin-sitemap": "^7.0.0-beta.0",
"react-static-plugin-source-filesystem": "^7.0.0-beta.0"
"react-static": "^7.0.0",
"react-static-plugin-reach-router": "^7.0.0",
"react-static-plugin-sitemap": "^7.0.0",
"react-static-plugin-source-filesystem": "^7.0.0"
},
"devDependencies": {
"babel-eslint": "9.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-static/templates/blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"dependencies": {
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-static": "^7.0.0-beta.0",
"react-static-plugin-reach-router": "^7.0.0-beta.0",
"react-static-plugin-sitemap": "^7.0.0-beta.0",
"react-static-plugin-source-filesystem": "^7.0.0-beta.0"
"react-static": "^7.0.0",
"react-static-plugin-reach-router": "^7.0.0",
"react-static-plugin-sitemap": "^7.0.0",
"react-static-plugin-source-filesystem": "^7.0.0"
},
"devDependencies": {
"babel-eslint": "9.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-static/templates/stress-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"axios": "^0.18.0",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-static": "^7.0.0-beta.0",
"react-static-plugin-reach-router": "^7.0.0-beta.0",
"react-static-plugin-sitemap": "^7.0.0-beta.0",
"react-static-plugin-source-filesystem": "^7.0.0-beta.0"
"react-static": "^7.0.0",
"react-static-plugin-reach-router": "^7.0.0",
"react-static-plugin-sitemap": "^7.0.0",
"react-static-plugin-source-filesystem": "^7.0.0"
},
"devDependencies": {
"eslint-config-react-tools": "1.x.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-static/templates/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"axios": "^0.18.0",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-static": "^7.0.0-beta.0",
"react-static-plugin-reach-router": "^7.0.0-beta.0",
"react-static-plugin-sitemap": "^7.0.0-beta.0",
"react-static-plugin-source-filesystem": "^7.0.0-beta.0"
"react-static": "^7.0.0",
"react-static-plugin-reach-router": "^7.0.0",
"react-static-plugin-sitemap": "^7.0.0",
"react-static-plugin-source-filesystem": "^7.0.0"
},
"devDependencies": {
"@types/node": "^10.12.23",
Expand Down

0 comments on commit fa1eb79

Please sign in to comment.