Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency @types/node to v18.18.5 (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent c147938 commit f25277b
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"sitemap": "next-sitemap --config next-sitemap.config.cjs"
},
"peerDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"eslint": "^8.51.0",
"next": "13.5.4",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/buttons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"eslint": "^8.51.0",
"next": "13.5.4",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"eslint": "^8.51.0",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"eslint": "^8.51.0",
"next": "13.5.4",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/footer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"eslint": "^8.51.0",
"next": "13.5.4",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"eslint": "^8.51.0",
"react": "^18.2.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"eslint": "^8.51.0",
"next": "13.5.4",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/navbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"eslint": "^8.51.0",
"next": "13.5.4",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "TIMING=1 eslint"
},
"peerDependencies": {
"@types/node": "18.18.4",
"@types/node": "18.18.5",
"eslint": "^8.51.0",
"next": "13.5.4",
"react": "18.2.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ __metadata:
"@types/react": ^18.2.21
"@types/react-dom": ^18.2.7
peerDependencies:
"@types/node": 18.18.4
"@types/node": 18.18.5
eslint: ^8.51.0
next: 13.5.4
react: ^18.2.0
Expand All @@ -1504,7 +1504,7 @@ __metadata:
"@types/twemoji-parser": ^13.1.2
framer-motion: 10.16.4
peerDependencies:
"@types/node": 18.18.4
"@types/node": 18.18.5
eslint: ^8.51.0
typescript: ^5.2.2
languageName: unknown
Expand All @@ -1524,7 +1524,7 @@ __metadata:
react-firebase-hooks: ^5.1.1
reactfire: ^4.2.3
peerDependencies:
"@types/node": 18.18.4
"@types/node": 18.18.5
eslint: ^8.51.0
next: 13.5.4
react: 18.2.0
Expand All @@ -1545,7 +1545,7 @@ __metadata:
"@website/constants": "*"
axios: ^1.5.1
peerDependencies:
"@types/node": 18.18.4
"@types/node": 18.18.5
eslint: ^8.51.0
next: 13.5.4
react: 18.2.0
Expand All @@ -1565,7 +1565,7 @@ __metadata:
"@types/react-dom": ^18.2.7
react-markdown: ^8.0.7
peerDependencies:
"@types/node": 18.18.4
"@types/node": 18.18.5
eslint: ^8.51.0
react: ^18.2.0
typescript: ^5.2.2
Expand All @@ -1583,7 +1583,7 @@ __metadata:
"@types/react-dom": ^18.2.7
"@website/constants": "*"
peerDependencies:
"@types/node": 18.18.4
"@types/node": 18.18.5
eslint: ^8.51.0
next: 13.5.4
react: 18.2.0
Expand All @@ -1607,7 +1607,7 @@ __metadata:
next-themes: ^0.2.1
twemoji-parser: ^14.0.0
peerDependencies:
"@types/node": 18.18.4
"@types/node": 18.18.5
eslint: ^8.51.0
next: 13.5.4
react: 18.2.0
Expand Down Expand Up @@ -1637,7 +1637,7 @@ __metadata:
twemoji-parser: ^14.0.0
yup: ^1.3.2
peerDependencies:
"@types/node": 18.18.4
"@types/node": 18.18.5
eslint: ^8.51.0
next: 13.5.4
react: 18.2.0
Expand Down Expand Up @@ -6955,7 +6955,7 @@ __metadata:
react-toastify: 9.1.3
tailwindcss: ^3.3.3
peerDependencies:
"@types/node": 18.18.4
"@types/node": 18.18.5
eslint: ^8.51.0
next: 13.5.4
react: 18.2.0
Expand Down

0 comments on commit f25277b

Please sign in to comment.