Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 30, 2021
1 parent 3351fe3 commit e0ffdc3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint-plugin-testing-library": "4.10.1"
},
"peerDependencies": {
"eslint": "7.26 || 7.27 || 7.29 || 7.30 || 7.31"
"eslint": "7.26 || 7.27 || 7.29 || 7.30 || 7.31 || 7.32"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@testing-library/react": "12.0.0",
"@testing-library/react-hooks": "7.0.1",
"@types/node": "14.17.6",
"eslint": "7.31.0",
"eslint": "7.32.0",
"husky": "7.0.1",
"jest": "27.0.6",
"prettier": "2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@marigold/types": "workspace:*",
"@testing-library/user-event": "^13.2.0"
"@testing-library/user-event": "13.2.1"
},
"scripts": {
"build": "tsdx build --tsconfig tsconfig.build.json --transpileOnly",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5563,7 +5563,7 @@ __metadata:
"@react-stately/overlays": ^3.1.2
"@react-stately/select": ^3.1.2
"@react-types/shared": ^3.7.1
"@testing-library/user-event": ^13.2.0
"@testing-library/user-event": 13.2.1
react-keyed-flatten-children: 1.3.0
peerDependencies:
react: ^16.x || ^17.0.0
Expand All @@ -5589,7 +5589,7 @@ __metadata:
eslint-plugin-react-hooks: ^4.2.0
eslint-plugin-testing-library: 4.10.1
peerDependencies:
eslint: 7.26 || 7.27 || 7.29 || 7.30 || 7.31
eslint: 7.26 || 7.27 || 7.29 || 7.30 || 7.31 || 7.32
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7625,14 +7625,14 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/user-event@npm:^13.2.0":
version: 13.2.0
resolution: "@testing-library/user-event@npm:13.2.0"
"@testing-library/user-event@npm:13.2.1":
version: 13.2.1
resolution: "@testing-library/user-event@npm:13.2.1"
dependencies:
"@babel/runtime": ^7.12.5
peerDependencies:
"@testing-library/dom": ">=7.21.4"
checksum: 0f22060c77642dca6156bc060990dd713956ec7afb4bd57d5c278923b8224c63532cb4902be5da11d50d81d712b58d344472699af15ab746a4622da00f994d12
checksum: 5c5eacb8feb57c8f1e023e3e5da4544ef0f8ce233a481fa1090ca73929a4666544bf576f362248c780a3fe4c1a11669414204603b0602e166810243391da392e
languageName: node
linkType: hard

Expand Down Expand Up @@ -15277,9 +15277,9 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:7.31.0":
version: 7.31.0
resolution: "eslint@npm:7.31.0"
"eslint@npm:7.32.0":
version: 7.32.0
resolution: "eslint@npm:7.32.0"
dependencies:
"@babel/code-frame": 7.12.11
"@eslint/eslintrc": ^0.4.3
Expand Down Expand Up @@ -15323,7 +15323,7 @@ __metadata:
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: fd73d07ce0b73e5ea950b295a6eaf8d45914b4e56cba4ef49e55a36dc7e965a4865f63f618c0a096a01d089752d9e44180b80ba8657039b8e631dd40e0af1663
checksum: cc85af9985a3a11085c011f3d27abe8111006d34cc274291b3c4d7bea51a4e2ff6135780249becd919ba7f6d6d1ecc38a6b73dacb6a7be08d38453b344dc8d37
languageName: node
linkType: hard

Expand Down Expand Up @@ -22410,7 +22410,7 @@ fsevents@^1.2.7:
"@testing-library/react": 12.0.0
"@testing-library/react-hooks": 7.0.1
"@types/node": 14.17.6
eslint: 7.31.0
eslint: 7.32.0
husky: 7.0.1
jest: 27.0.6
prettier: 2.3.2
Expand Down

0 comments on commit e0ffdc3

Please sign in to comment.