Skip to content

Commit

Permalink
v8.3.1 (#507)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump eslint-plugin-import from 2.23.4 to 2.24.2
* build(deps-dev): bump eslint-plugin-prettier from 3.4.0 to 4.0.0
* build(deps-dev): bump prettier from 2.4.0 to 2.4.1
* build(deps-dev): bump eslint-plugin-react from 7.24.0 to 7.26.1
* build(deps): bump actions/setup-node from 2.4.0 to 2.4.1
* build(deps): bump yeoman-generator from 5.4.0 to 5.4.2
  • Loading branch information
prescottprue authored Oct 10, 2021
1 parent 1776255 commit 1772b13
Show file tree
Hide file tree
Showing 16 changed files with 373 additions and 809 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Use Node 14
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14
registry-url: https://registry.npmjs.org/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion examples/react-firebase/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14

Expand Down
2 changes: 1 addition & 1 deletion examples/react-firebase/.github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion examples/react-firestore/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14

Expand Down
4 changes: 2 additions & 2 deletions examples/react-firestore/.github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14<% if(useYarn) { %>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14<% if(useYarn) { %>

Expand Down
4 changes: 2 additions & 2 deletions generators/app/templates/.github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14<% if(useYarn) { %>

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-react-firebase",
"version": "8.3.0",
"version": "8.3.1",
"description": "React and Firebase project generator (with option for Redux).",
"main": "generators/index.js",
"scripts": {
Expand All @@ -12,20 +12,20 @@
"prepare": "husky install"
},
"dependencies": {
"chalk": "^4.1.0",
"chalk": "^4.1.2",
"command-exists": "^1.2.9",
"glob": "^7.1.7",
"glob": "^7.2.0",
"lodash": "^4.17.21",
"semver": "^7.3.4",
"yeoman-generator": "^5.4.0",
"semver": "^7.3.5",
"yeoman-generator": "^5.4.2",
"yosay": "^2.0.2"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.6",
"@babel/preset-env": "^7.15.8",
"@babel/register": "^7.15.3",
"babel-eslint": "^10.1.0",
"chai": "^4.3.4",
Expand All @@ -34,17 +34,17 @@
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-standard": "^5.0.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"mocha": "^9.1.1",
"lint-staged": "^11.2.1",
"mocha": "^9.1.2",
"nyc": "^15.1.0",
"prettier": "^2.4.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"yeoman-assert": "^3.1.1",
"yeoman-environment": "^3.6.0",
Expand Down
Loading

0 comments on commit 1772b13

Please sign in to comment.