From 5e227be473c4df48bd350b62c4d33433f4a25459 Mon Sep 17 00:00:00 2001
From: Fuxing Loh <4266087+fuxingloh@users.noreply.github.com>
Date: Mon, 25 Mar 2024 13:20:53 +0800
Subject: [PATCH] chore(project): update renovate.json (#222)
---
.github/renovate.json | 3 +--
.idea/crypto-frontmatter.iml | 1 +
pnpm-lock.yaml | 8 ++++----
website/package.json | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index d979ee58f..1716a80d5 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -9,8 +9,7 @@
"rangeStrategy": "bump",
"packageRules": [
{
- "matchPackageNames": ["node", "npm", "pnpm", "yarn", "typescript", "@types/node"],
- "groupName": "engines",
+ "matchPackageNames": ["node", "typescript", "@types/node", "@types/react"],
"enabled": false
},
{
diff --git a/.idea/crypto-frontmatter.iml b/.idea/crypto-frontmatter.iml
index 8b3e3df9f..b5e9f0301 100644
--- a/.idea/crypto-frontmatter.iml
+++ b/.idea/crypto-frontmatter.iml
@@ -7,6 +7,7 @@
+
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e18356d03..3595484e6 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -407,8 +407,8 @@ importers:
specifier: ^0.5.10
version: 0.5.10(tailwindcss@3.4.1)
'@types/react':
- specifier: 18.2.67
- version: 18.2.67
+ specifier: 18.2.69
+ version: 18.2.69
'@workspace/eslint-config-next':
specifier: workspace:*
version: link:../workspace/eslint-config-next
@@ -1970,8 +1970,8 @@ packages:
resolution: {integrity: sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==}
dev: true
- /@types/react@18.2.67:
- resolution: {integrity: sha512-vkIE2vTIMHQ/xL0rgmuoECBCkZFZeHr49HeWSc24AptMbNRo7pwSBvj73rlJJs9fGKj0koS+V7kQB1jHS0uCgw==}
+ /@types/react@18.2.69:
+ resolution: {integrity: sha512-W1HOMUWY/1Yyw0ba5TkCV+oqynRjG7BnteBB+B7JmAK7iw3l2SW+VGOxL+akPweix6jk2NNJtyJKpn4TkpfK3Q==}
dependencies:
'@types/prop-types': 15.7.11
'@types/scheduler': 0.16.8
diff --git a/website/package.json b/website/package.json
index e9f4ef4c2..e3be02f9c 100644
--- a/website/package.json
+++ b/website/package.json
@@ -56,7 +56,7 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
- "@types/react": "18.2.67",
+ "@types/react": "18.2.69",
"@workspace/eslint-config-next": "workspace:*",
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.1"