Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 6, 2021
1 parent aad8e2c commit bba08c2
Show file tree
Hide file tree
Showing 12 changed files with 13,913 additions and 11,268 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
22,308 changes: 13,371 additions & 8,937 deletions example-sites/create-react-app/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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/react": "11.2.2",
"@testing-library/user-event": "12.0.11",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1",
"react-scripts": "4.0.1",
"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.0.5",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
Expand Down
2,819 changes: 510 additions & 2,309 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"@babel/types": "7.9.6",
"@color2k/compat": "1.0.0-rc.5",
"@rollup/plugin-babel": "5.0.4",
"@rollup/plugin-node-resolve": "8.1.0",
"@rollup/plugin-node-resolve": "11.0.1",
"@types/babel__core": "7.1.9",
"@types/babel__traverse": "7.0.12",
"@types/classnames": "2.2.10",
"@types/common-tags": "1.8.0",
"@types/node": "13.13.12",
"@types/react": "16.9.41",
"@types/react": "17.0.0",
"@types/require-from-string": "1.2.0",
"@types/webpack": "4.41.18",
"@typescript-eslint/eslint-plugin": "3.4.0",
Expand All @@ -59,13 +59,13 @@
"color2k": "1.0.0-rc.5",
"common-tags": "1.8.0",
"eslint": "7.3.1",
"eslint-config-react-app": "5.2.1",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.1.3",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.4",
"folder-hash": "3.3.2",
"folder-hash": "4.0.0",
"jest": "26.1.0",
"jsdom": "16.2.2",
"pirates": "4.0.1",
Expand All @@ -77,16 +77,16 @@
"rollup": "2.18.0",
"semver": "7.3.2",
"stylis": "3.5.4",
"typescript": "3.9.5",
"uid": "1.0.0",
"webpack": "4.43.0"
"typescript": "4.1.3",
"uid": "2.0.0",
"webpack": "5.11.1"
},
"peerDependencies": {
"@babel/preset-typescript": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@types/react": "^16.8.0",
"@types/react": "^16.8.0 || ^17.0.0",
"react": "^16.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flair/core",
"peerDependencies": {
"@types/react": "^16.8.0",
"@types/react": "^16.8.0 || ^17.0.0",
"react": "^16.8.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@babel/runtime": "7.9.6"
},
"peerDependencies": {
"@types/react": "^16.8.0",
"@types/react": "^16.8.0 || ^17.0.0",
"react": "^16.8.0"
},
"private": true
Expand Down
4 changes: 2 additions & 2 deletions packages/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"dependencies": {
"@types/classnames": "2.2.10",
"classnames": "2.2.6",
"uid": "1.0.0",
"uid": "2.0.0",
"stylis": "3.5.4",
"@babel/runtime": "7.9.6"
},
"peerDependencies": {
"@types/react": "^16.8.0",
"@types/react": "^16.8.0 || ^17.0.0",
"react": "^16.8.0"
},
"private": true
Expand Down

0 comments on commit bba08c2

Please sign in to comment.