diff --git a/_old/package-lock.json b/_old/package-lock.json index cdcb150e..6070dbbc 100644 --- a/_old/package-lock.json +++ b/_old/package-lock.json @@ -48,7 +48,7 @@ "@nextui-org/modal": "^2.0.36", "@nextui-org/pagination": "^2.0.33", "@nextui-org/select": "^2.2.2", - "@nextui-org/skeleton": "^2.0.29", + "@nextui-org/skeleton": "^2.0.32", "@nextui-org/spinner": "^2.0.30", "@nextui-org/switch": "^2.0.31", "@nextui-org/system": "^2.2.2", @@ -6142,6 +6142,28 @@ "integrity": "sha512-FxY3N0i1Al7Oz3yOQN0dSpG8UUrLIP3iYh3ubD7BhdQoZLl5xbG6++q1gqOzZXV+ZWeUFMY/or0ofzWxGHiOow==", "license": "MIT" }, + "node_modules/@nextui-org/react-rsc-utils": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/@nextui-org/react-rsc-utils/-/react-rsc-utils-2.0.14.tgz", + "integrity": "sha512-s0GVgDhScyx+d9FtXd8BXf049REyaPvWsO4RRr7JDHrk91NlQ11Mqxka9o+8g5NX0rphI0rbe3/b1Dz+iQRx3w==", + "license": "MIT", + "peerDependencies": { + "react": ">=18" + } + }, + "node_modules/@nextui-org/react-utils": { + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@nextui-org/react-utils/-/react-utils-2.0.17.tgz", + "integrity": "sha512-U/b49hToVfhOM4dg4n57ZyUjLpts4JogQ139lfQBYPTb8z/ATNsJ3vLIqW5ZvDK6L0Er+JT11UVQ+03m7QMvaQ==", + "license": "MIT", + "dependencies": { + "@nextui-org/react-rsc-utils": "2.0.14", + "@nextui-org/shared-utils": "2.0.8" + }, + "peerDependencies": { + "react": ">=18" + } + }, "node_modules/@nextui-org/scroll-shadow": { "version": "2.1.19", "resolved": "https://registry.npmjs.org/@nextui-org/scroll-shadow/-/scroll-shadow-2.1.19.tgz", @@ -6250,14 +6272,20 @@ "integrity": "sha512-FxY3N0i1Al7Oz3yOQN0dSpG8UUrLIP3iYh3ubD7BhdQoZLl5xbG6++q1gqOzZXV+ZWeUFMY/or0ofzWxGHiOow==", "license": "MIT" }, + "node_modules/@nextui-org/shared-utils": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@nextui-org/shared-utils/-/shared-utils-2.0.8.tgz", + "integrity": "sha512-ZEtoMPXS+IjT8GvpJTS9IWDnT1JNCKV+NDqqgysAf1niJmOFLyJgl6dh/9n4ufcGf1GbSEQN+VhJasEw7ajYGQ==", + "license": "MIT" + }, "node_modules/@nextui-org/skeleton": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.31.tgz", - "integrity": "sha512-pT0l2skPP6Nq9edLJNQxUJI/WLKu4Lx5Vvs7nlE/9NpkxyQ805l4LiYsMD30dkjjxe+WpXtIjjAXY0BQqdid0Q==", + "version": "2.0.32", + "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.32.tgz", + "integrity": "sha512-dS0vuRrc4oWktW3wa/KFhcBNnV0oiDqKXP4BqRj7wgS01fOAqj3cJiqwUDLKO8GbEnxLkbqLBFcUoLgktpRszQ==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8" }, "peerDependencies": { "@nextui-org/system": ">=2.0.0", @@ -6266,31 +6294,6 @@ "react-dom": ">=18" } }, - "node_modules/@nextui-org/skeleton/node_modules/@nextui-org/react-rsc-utils": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/react-rsc-utils/-/react-rsc-utils-2.0.13.tgz", - "integrity": "sha512-QewsXtoQlMsR9stThdazKEImg9oyZkPLs7wsymhrzh6/HdQCl9bTdb6tJcROg4vg5LRYKGG11USSQO2nKlfCcQ==", - "license": "MIT" - }, - "node_modules/@nextui-org/skeleton/node_modules/@nextui-org/react-utils": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/react-utils/-/react-utils-2.0.16.tgz", - "integrity": "sha512-QdDoqzhx+4t9cDTVmtw5iOrfyLvpqyKsq8PARHUniCiQQDQd1ao7FCpzHgvU9poYcEdRk+Lsna66zbeMkFBB6w==", - "license": "MIT", - "dependencies": { - "@nextui-org/react-rsc-utils": "2.0.13", - "@nextui-org/shared-utils": "2.0.7" - }, - "peerDependencies": { - "react": ">=18" - } - }, - "node_modules/@nextui-org/skeleton/node_modules/@nextui-org/shared-utils": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@nextui-org/shared-utils/-/shared-utils-2.0.7.tgz", - "integrity": "sha512-FxY3N0i1Al7Oz3yOQN0dSpG8UUrLIP3iYh3ubD7BhdQoZLl5xbG6++q1gqOzZXV+ZWeUFMY/or0ofzWxGHiOow==", - "license": "MIT" - }, "node_modules/@nextui-org/spinner": { "version": "2.0.33", "resolved": "https://registry.npmjs.org/@nextui-org/spinner/-/spinner-2.0.33.tgz", diff --git a/package-lock.json b/package-lock.json index b7ffa220..0acae30d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2299,13 +2299,13 @@ "license": "MIT" }, "node_modules/@nextui-org/skeleton": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.31.tgz", - "integrity": "sha512-pT0l2skPP6Nq9edLJNQxUJI/WLKu4Lx5Vvs7nlE/9NpkxyQ805l4LiYsMD30dkjjxe+WpXtIjjAXY0BQqdid0Q==", + "version": "2.0.32", + "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.32.tgz", + "integrity": "sha512-dS0vuRrc4oWktW3wa/KFhcBNnV0oiDqKXP4BqRj7wgS01fOAqj3cJiqwUDLKO8GbEnxLkbqLBFcUoLgktpRszQ==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8" }, "peerDependencies": { "@nextui-org/system": ">=2.0.0", @@ -2314,6 +2314,34 @@ "react-dom": ">=18" } }, + "node_modules/@nextui-org/skeleton/node_modules/@nextui-org/react-rsc-utils": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/@nextui-org/react-rsc-utils/-/react-rsc-utils-2.0.14.tgz", + "integrity": "sha512-s0GVgDhScyx+d9FtXd8BXf049REyaPvWsO4RRr7JDHrk91NlQ11Mqxka9o+8g5NX0rphI0rbe3/b1Dz+iQRx3w==", + "license": "MIT", + "peerDependencies": { + "react": ">=18" + } + }, + "node_modules/@nextui-org/skeleton/node_modules/@nextui-org/react-utils": { + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@nextui-org/react-utils/-/react-utils-2.0.17.tgz", + "integrity": "sha512-U/b49hToVfhOM4dg4n57ZyUjLpts4JogQ139lfQBYPTb8z/ATNsJ3vLIqW5ZvDK6L0Er+JT11UVQ+03m7QMvaQ==", + "license": "MIT", + "dependencies": { + "@nextui-org/react-rsc-utils": "2.0.14", + "@nextui-org/shared-utils": "2.0.8" + }, + "peerDependencies": { + "react": ">=18" + } + }, + "node_modules/@nextui-org/skeleton/node_modules/@nextui-org/shared-utils": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@nextui-org/shared-utils/-/shared-utils-2.0.8.tgz", + "integrity": "sha512-ZEtoMPXS+IjT8GvpJTS9IWDnT1JNCKV+NDqqgysAf1niJmOFLyJgl6dh/9n4ufcGf1GbSEQN+VhJasEw7ajYGQ==", + "license": "MIT" + }, "node_modules/@nextui-org/spinner": { "version": "2.0.33", "resolved": "https://registry.npmjs.org/@nextui-org/spinner/-/spinner-2.0.33.tgz", @@ -17410,7 +17438,7 @@ "@nextui-org/link": "^2.0.34", "@nextui-org/modal": "^2.0.39", "@nextui-org/select": "^2.2.5", - "@nextui-org/skeleton": "^2.0.31", + "@nextui-org/skeleton": "^2.0.32", "@nextui-org/spinner": "^2.0.33", "@nextui-org/switch": "^2.0.33", "@nextui-org/system": "^2.2.2",