From a9e27f9d68b0a19185581eb228740a1c45968e23 Mon Sep 17 00:00:00 2001 From: Nicola Turcato Date: Tue, 10 Jun 2025 09:15:29 +0200 Subject: [PATCH] feat: update deps --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 12dbe2e..fec3bcf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@biomejs/biome": "1.9.4", - "@types/react": "19.1.6", + "@types/react": "19.1.7", "@types/styled-components": "5.1.34", "install-peers": "1.0.4", "typescript": "5.8.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 809648b..044caa0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,8 +19,8 @@ importers: specifier: 1.9.4 version: 1.9.4 '@types/react': - specifier: 19.1.6 - version: 19.1.6 + specifier: 19.1.7 + version: 19.1.7 '@types/styled-components': specifier: 5.1.34 version: 5.1.34 @@ -114,8 +114,8 @@ packages: '@types/hoist-non-react-statics@3.3.5': resolution: {integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==} - '@types/react@19.1.6': - resolution: {integrity: sha512-JeG0rEWak0N6Itr6QUx+X60uQmN+5t3j9r/OVDtWzFXKaj6kD1BwJzOksD0FF6iWxZlbE1kB0q9vtnU2ekqa1Q==} + '@types/react@19.1.7': + resolution: {integrity: sha512-BnsPLV43ddr05N71gaGzyZ5hzkCmGwhMvYc8zmvI8Ci1bRkkDSzDDVfAXfN2tk748OwI7ediiPX6PfT9p0QGVg==} '@types/styled-components@5.1.34': resolution: {integrity: sha512-mmiVvwpYklFIv9E8qfxuPyIt/OuyIrn6gMOAMOFUO3WJfSrSE+sGUoa4PiZj77Ut7bKZpaa6o1fBKS/4TOEvnA==} @@ -413,17 +413,17 @@ snapshots: '@types/hoist-non-react-statics@3.3.5': dependencies: - '@types/react': 19.1.6 + '@types/react': 19.1.7 hoist-non-react-statics: 3.3.2 - '@types/react@19.1.6': + '@types/react@19.1.7': dependencies: csstype: 3.1.3 '@types/styled-components@5.1.34': dependencies: '@types/hoist-non-react-statics': 3.3.5 - '@types/react': 19.1.6 + '@types/react': 19.1.7 csstype: 3.1.3 '@types/stylis@4.2.5':