Skip to content

Commit

Permalink
chore(deps): add missing peer requirements (#1118)
Browse files Browse the repository at this point in the history
- **chore: add recommended Node .gitignore**
- **WIP**
- **chore(deps): add missing peer requirements**
  • Loading branch information
philprime authored Aug 4, 2024
1 parent c459ec8 commit e461988
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"swr": "2.2.5"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
Expand All @@ -68,6 +69,7 @@
"@types/react-dom": "18.3.0",
"@types/request-ip": "0.0.41",
"@types/testing-library__jest-dom": "5.14.9",
"core-js": "^3.38.0",
"cypress": "13.13.2",
"eslint": "8.57.0",
"eslint-config-next": "13.5.6",
Expand Down
25 changes: 25 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3695,6 +3695,22 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^10.4.0":
version: 10.4.0
resolution: "@testing-library/dom@npm:10.4.0"
dependencies:
"@babel/code-frame": "npm:^7.10.4"
"@babel/runtime": "npm:^7.12.5"
"@types/aria-query": "npm:^5.0.1"
aria-query: "npm:5.3.0"
chalk: "npm:^4.1.0"
dom-accessibility-api: "npm:^0.5.9"
lz-string: "npm:^1.5.0"
pretty-format: "npm:^27.0.2"
checksum: 10c0/0352487720ecd433400671e773df0b84b8268fb3fe8e527cdfd7c11b1365b398b4e0eddba6e7e0c85e8d615f48257753283fccec41f6b986fd6c85f15eb5f84f
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.4.8":
version: 6.4.8
resolution: "@testing-library/jest-dom@npm:6.4.8"
Expand Down Expand Up @@ -5513,6 +5529,13 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:^3.38.0":
version: 3.38.0
resolution: "core-js@npm:3.38.0"
checksum: 10c0/3218ae19bfe0c6560663012cbd3e7f3dc1b36d50fc71e8c365f3b119185e8a35ac4e8bb9698ae510b3c201ef93f40bdc29f9215716ccf31aca28f77969bb4ed0
languageName: node
linkType: hard

"core-util-is@npm:1.0.2":
version: 1.0.2
resolution: "core-util-is@npm:1.0.2"
Expand Down Expand Up @@ -10237,6 +10260,7 @@ __metadata:
"@sentry/nextjs": "npm:7.118.0"
"@stripe/react-stripe-js": "npm:2.7.3"
"@stripe/stripe-js": "npm:4.1.0"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:6.4.8"
"@testing-library/react": "npm:15.0.7"
"@testing-library/user-event": "npm:14.5.2"
Expand All @@ -10254,6 +10278,7 @@ __metadata:
chart.js: "npm:4.4.3"
class-transformer: "npm:0.5.1"
class-validator: "npm:0.14.1"
core-js: "npm:^3.38.0"
cypress: "npm:13.13.2"
dotenv: "npm:16.4.5"
eslint: "npm:8.57.0"
Expand Down

0 comments on commit e461988

Please sign in to comment.