Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2021
1 parent 54701d2 commit b1633dd
Show file tree
Hide file tree
Showing 14 changed files with 14,962 additions and 11,990 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '12.x'
- run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '12.x'
- run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '12.x'
- run: npm i
Expand Down
24,050 changes: 14,471 additions & 9,579 deletions example-sites/create-react-app/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions example-sites/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"private": true,
"dependencies": {
"@testing-library/jest-dom": "5.11.0",
"@testing-library/react": "10.4.3",
"@testing-library/user-event": "12.0.11",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "13.1.9",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1",
"react-scripts": "4.0.3",
"flair": "0.0.0-af376dbc1"
},
"scripts": {
Expand Down
18 changes: 14 additions & 4 deletions example-sites/gatsby/package-lock.json

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

2 changes: 1 addition & 1 deletion example-sites/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"gatsby-plugin-sharp": "2.6.14",
"gatsby-source-filesystem": "2.3.14",
"gatsby-transformer-sharp": "2.5.7",
"polished": "3.6.5",
"polished": "4.1.2",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
Expand Down
Loading

0 comments on commit b1633dd

Please sign in to comment.