From d42178426aedb134ce274bbe41196418c9a00cea Mon Sep 17 00:00:00 2001 From: "hiroki.yokouchi" Date: Mon, 24 Jun 2024 13:17:55 +0900 Subject: [PATCH] chore: upgrade ubie-ui 0.0.29 Signed-off-by: hiroki.yokouchi --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d6cece..f1aa43e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/react-syntax-highlighter": "^15.5.11", "@ubie/design-tokens": "^0.1.4", "@ubie/ubie-icons": "0.6.1", - "@ubie/ubie-ui": "^0.0.27", + "@ubie/ubie-ui": "^0.0.29", "@unocss/reset": "^0.59.4", "astro": "^4.9.1", "astro-icon": "^1.1.0", @@ -2803,12 +2803,12 @@ } }, "node_modules/@tanstack/react-virtual": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.5.1.tgz", - "integrity": "sha512-jIsuhfgy8GqA67PdWqg73ZB2LFE+HD9hjWL1L6ifEIZVyZVAKpYmgUG4WsKQ005aEyImJmbuimPiEvc57IY0Aw==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.7.0.tgz", + "integrity": "sha512-3RtOwEU1HKS4iFBoTcCrV3Szqt4KoERMhZr8v57dvnh5o70sR9GAdF+0aE/qhiOmePrKujGwAayFNJSr/8Dbqw==", "peer": true, "dependencies": { - "@tanstack/virtual-core": "3.5.1" + "@tanstack/virtual-core": "3.7.0" }, "funding": { "type": "github", @@ -2820,9 +2820,9 @@ } }, "node_modules/@tanstack/virtual-core": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.5.1.tgz", - "integrity": "sha512-046+AUSiDru/V9pajE1du8WayvBKeCvJ2NmKPy/mR8/SbKKrqmSbj7LJBfXE+nSq4f5TBXvnCzu0kcYebI9WdQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.7.0.tgz", + "integrity": "sha512-p0CWuqn+n8iZmsL7/l0Xg7kbyIKnHNqkEJkMDOkg4x3Ni3LohszmnJY8FPhTgG7Ad9ZFGcdKmn1R1mKUGEh9Xg==", "peer": true, "funding": { "type": "github", @@ -3375,9 +3375,9 @@ } }, "node_modules/@ubie/ubie-ui": { - "version": "0.0.27", - "resolved": "https://registry.npmjs.org/@ubie/ubie-ui/-/ubie-ui-0.0.27.tgz", - "integrity": "sha512-cmjj4O0UcQnubQ7QCJovKBEyEYyC30Dp5LigC2TTQG7bMIgIH/uEHXdT8q2hzOYnsjJqsoHfJY1H3IX3IPq+Pw==", + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@ubie/ubie-ui/-/ubie-ui-0.0.29.tgz", + "integrity": "sha512-2Fw/R7VZMlN+T2lZCZgAeA7O82ItV+ibFG3F6Q/Xq50KNjm5psOPhYG1Bu0g6nS5AZQHCzsZ015pB9DMeayYCg==", "peerDependencies": { "@headlessui/react": ">1.7.0 <2.0.0", "@ubie/design-tokens": "^0.0.10 || ^0.1.0", diff --git a/package.json b/package.json index 86feff5..1b13356 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/react-syntax-highlighter": "^15.5.11", "@ubie/design-tokens": "^0.1.4", "@ubie/ubie-icons": "0.6.1", - "@ubie/ubie-ui": "^0.0.27", + "@ubie/ubie-ui": "^0.0.29", "@unocss/reset": "^0.59.4", "astro": "^4.9.1", "astro-icon": "^1.1.0",