Skip to content

Commit

Permalink
Update templates with all peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Feb 10, 2021
1 parent 58cf1c6 commit ad9cf7d
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 61 deletions.
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -64,11 +64,10 @@ React-Static is a fast, lightweight, and powerful progressive static site genera
- [WordFlow: Copywriting service](https://www.wordflow.ie/) ([source](https://github.com/nathanpower/wordflow-site))
- [Amplify Credit Union](https://www.goamplify.com)
- [Rebel Breath](https://www.rebelbreath.com/)
- [Fourth Drive - Music Artist](https://fourthdrive.com) ([source](https://gitlab.com/galmargalit1/fourth-drive))
- [Fourth Drive - Music Artist](https://fourthdrive.com) ([source](https://gitlab.com/galmargalit1/fourth-drive))
- [Weekly Best of JavaScript](https://weekly.bestofjs.org/) ([source](https://github.com/bestofjs/bestofjs-weekly))
- [United Income - Company Website](https://unitedincome.com/)
</details>

</details>

## Quick Start

Expand Down Expand Up @@ -145,11 +144,11 @@ React Static is also a great replacement for the ever popular Create React App C

## Support, Community & Chat

Need some help? Have a quick question? [Click here to sign up for the React-Tools spectrum community](https://spectrum.chat/react-static)! We are constantly answering questions, discussing features and helping each other out!
Need some help? Have a quick question? [Click here to go to GitHub Discussions](https://github.com/react-static/react-static/issues/1564)! We are constantly answering questions, discussing features and helping each other out!

## Contributing, Issues & Bugs

We are always looking for people to help us grow `react-static`'s capabilities and examples. If you have [found a bug, or have a feature request](https://github.com/react-static/react-static/issues/new) let us know!
We are always looking for people to help us grow `react-static`'s capabilities and examples. If you have [found a bug, or have a feature request](https://github.com/react-static/react-static/issues/new) let us know! Please follow [CONTRIBUTING.md](./CONTRIBUTING.md) if you want to help out.

## License

Expand Down
10 changes: 3 additions & 7 deletions RELEASE.md
Expand Up @@ -9,10 +9,10 @@ yarn test
```bash
yarn build

cd src/packages/react-static
cd packages/react-static
```

Now update the blank template to use a local version:
Now update the blank template (`./templates/blank`) to use a local version:

```json
"react-static": "../../react-static"
Expand All @@ -32,14 +32,10 @@ yarn build
# inspect
```

## Bump versions in templates

In each template, bump the package versions to the correct version.

## Inspect CHANGELOG.md

Make sure all changes are listed here

## Run lerna publish


Only maintainers can do this.
4 changes: 3 additions & 1 deletion packages/react-static/.gitignore
@@ -1,2 +1,4 @@
.history
lib
lib

my-static-site
35 changes: 18 additions & 17 deletions packages/react-static/templates/basic/package.json
Expand Up @@ -9,25 +9,26 @@
"serve": "serve dist -p 3000"
},
"dependencies": {
"@reach/router": "^1.2.1",
"axios": "^0.19.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-static": "^7.2.0",
"react-static-plugin-reach-router": "^7.2.0",
"react-static-plugin-sitemap": "^7.2.0",
"react-static-plugin-source-filesystem": "^7.2.0"
"@reach/router": "^1.3.4",
"axios": "^0.21.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-hot-loader": "^4.13.0",
"react-static": "^7.5.0",
"react-static-plugin-reach-router": "^7.5.0",
"react-static-plugin-sitemap": "^7.5.0",
"react-static-plugin-source-filesystem": "^7.5.0"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.0.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.19.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-react-tools": "^1.1.7",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^4.0.2",
"serve": "^11.1.0"
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"serve": "^11.3.2"
}
}
29 changes: 15 additions & 14 deletions packages/react-static/templates/blank/package.json
Expand Up @@ -9,22 +9,23 @@
"serve": "serve dist -p 3000"
},
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-static": "^7.2.0",
"react-static-plugin-reach-router": "^7.2.0",
"react-static-plugin-sitemap": "^7.2.0",
"react-static-plugin-source-filesystem": "^7.2.0"
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-hot-loader": "^4.13.0",
"react-static": "^7.5.0",
"react-static-plugin-reach-router": "^7.5.0",
"react-static-plugin-sitemap": "^7.5.0",
"react-static-plugin-source-filesystem": "^7.5.0"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.0.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.19.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-react-tools": "^1.1.7",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"serve": "^11.1.0"
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"serve": "^11.3.2"
}
}
35 changes: 18 additions & 17 deletions packages/react-static/templates/typescript/package.json
Expand Up @@ -10,24 +10,25 @@
"serve": "serve dist -p 3000 -s"
},
"dependencies": {
"@reach/router": "^1.2.1",
"axios": "^0.19.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-static": "^7.2.0",
"react-static-plugin-reach-router": "^7.2.0",
"react-static-plugin-sitemap": "^7.2.0",
"react-static-plugin-source-filesystem": "^7.2.0",
"react-static-plugin-typescript": "^7.2.0"
"@reach/router": "^1.3.4",
"axios": "^0.21.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-hot-loader": "^4.13.0",
"react-static": "^7.5.0",
"react-static-plugin-reach-router": "^7.5.0",
"react-static-plugin-sitemap": "^7.5.0",
"react-static-plugin-source-filesystem": "^7.5.0",
"react-static-plugin-typescript": "^7.5.0"
},
"devDependencies": {
"@types/node": "^12.7.2",
"@types/reach__router": "^1.2",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"@types/webpack-env": "^1.14.0",
"react-hot-loader": "^4.12.11",
"serve": "^11.1.0",
"typescript": "^3.5.3"
"@types/node": "^14.14.25",
"@types/reach__router": "^1.3.7",
"@types/react": "^16.14.3",
"@types/react-dom": "^16.9.10",
"@types/webpack-env": "^1.16.0",
"react-hot-loader": "^4.13.0",
"serve": "^11.3.2",
"typescript": "^4.1.4"
}
}

0 comments on commit ad9cf7d

Please sign in to comment.