Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2025-01-02 16:41:34 +01:00
parent bf4bfa0b4b
commit e263302600
5 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pl-api",
"version": "1.0.0-rc.10",
"version": "1.0.0-rc.16",
"type": "module",
"homepage": "https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-api",
"repository": {

View File

@ -101,7 +101,7 @@
"multiselect-react-dropdown": "^2.0.25",
"mutative": "^1.1.0",
"path-browserify": "^1.0.1",
"pl-api": "^1.0.0-rc.10",
"pl-api": "^1.0.0-rc.16",
"postcss": "^8.4.49",
"process": "^0.11.10",
"punycode": "^2.1.1",

View File

@ -7508,10 +7508,10 @@ pkg-dir@^4.1.0:
dependencies:
find-up "^4.0.0"
pl-api@^1.0.0-rc.10:
version "1.0.0-rc.10"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-1.0.0-rc.10.tgz#9330628f10099b201940c9218008b79cadab861b"
integrity sha512-PQu69fYDmegEDUvTee56Dr//A+lJL8/VqQDRAD2OZMviEKU/O6Gs1S0BJR4SSXtWR9BPKWDGPq6jiVEfiYKAFw==
pl-api@^1.0.0-rc.16:
version "1.0.0-rc.16"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-1.0.0-rc.16.tgz#8eafdea0323ab2b76d9e3d133ea5d266d7fe9e0b"
integrity sha512-1Bu3/HFG3enhHCtzG9ZtEtgGa2x7/ZKVPToO3WsTkyqwSnshFbnAPypw3YeSwRHtYieyBSAugbI9Kngu4Rq5BQ==
dependencies:
blurhash "^2.0.5"
http-link-header "^1.1.3"

View File

@ -1,6 +1,6 @@
{
"name": "pl-hooks",
"version": "0.0.6",
"version": "0.0.13",
"type": "module",
"homepage": "https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-hooks",
"repository": {
@ -35,9 +35,9 @@
"dependencies": {
"@tanstack/react-query": "^5.59.16",
"lodash": "^4.17.21",
"pl-api": "^1.0.0-rc.1",
"pl-api": "^1.0.0-rc.16",
"react": "^18.3.1",
"valibot": "^0.42.1"
"valibot": "^1.0.0-beta.9"
},
"module": "./dist/main.es.js",
"types": "dist/main.d.ts",

View File

@ -2158,10 +2158,10 @@ pkg-types@^1.0.3, pkg-types@^1.1.1:
mlly "^1.7.1"
pathe "^1.1.2"
pl-api@^1.0.0-rc.1:
version "1.0.0-rc.1"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-1.0.0-rc.1.tgz#e5b1ead42230ed86e57ebaf020f3a2114da3bce0"
integrity sha512-bwV831HoATajRlmZg4USIzQvHgZC9MBAg0/sN/T5uXrM5tcUzfM+qU5ZQIzk+r5gSQ0ZCwqkjbajvhbn9tRcBA==
pl-api@^1.0.0-rc.16:
version "1.0.0-rc.16"
resolved "https://registry.yarnpkg.com/pl-api/-/pl-api-1.0.0-rc.16.tgz#8eafdea0323ab2b76d9e3d133ea5d266d7fe9e0b"
integrity sha512-1Bu3/HFG3enhHCtzG9ZtEtgGa2x7/ZKVPToO3WsTkyqwSnshFbnAPypw3YeSwRHtYieyBSAugbI9Kngu4Rq5BQ==
dependencies:
blurhash "^2.0.5"
http-link-header "^1.1.3"
@ -2171,7 +2171,7 @@ pl-api@^1.0.0-rc.1:
object-to-formdata "^4.5.1"
query-string "^9.1.1"
semver "^7.6.3"
valibot "^0.42.1"
valibot "^1.0.0-beta.9"
possible-typed-array-names@^1.0.0:
version "1.0.0"
@ -2613,10 +2613,10 @@ uri-js@^4.2.2, uri-js@^4.4.1:
dependencies:
punycode "^2.1.0"
valibot@^0.42.1:
version "0.42.1"
resolved "https://registry.yarnpkg.com/valibot/-/valibot-0.42.1.tgz#a31183d8e9d7552f98e22ca0977172cab8815188"
integrity sha512-3keXV29Ar5b//Hqi4MbSdV7lfVp6zuYLZuA9V1PvQUsXqogr+u5lvLPLk3A4f74VUXDnf/JfWMN6sB+koJ/FFw==
valibot@^1.0.0-beta.9:
version "1.0.0-beta.9"
resolved "https://registry.yarnpkg.com/valibot/-/valibot-1.0.0-beta.9.tgz#8ae38ca53429a5c4c4cce4378e3c87cca708a287"
integrity sha512-yEX8gMAZ2R1yI2uwOO4NCtVnJQx36zn3vD0omzzj9FhcoblvPukENIiRZXKZwCnqSeV80bMm8wNiGhQ0S8fiww==
vite-plugin-dts@^4.2.1:
version "4.2.1"