Skip to content

Commit

Permalink
upgrade to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foyarash committed Mar 13, 2024
1 parent 5bf28c8 commit 0fae1d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@heroicons/react": "^2.0.16",
"@next-auth/prisma-adapter": "^1.0.5",
"@postlight/parser": "^2.2.3",
"@premieroctet/next-admin": "^3.3.0",
"@premieroctet/next-admin": "^3.3.1",
"@prisma/client": "^4.11.0",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-navigation-menu": "^1.1.2",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1610,10 +1610,10 @@
dependencies:
safe-buffer "^5.0.1"

"@premieroctet/next-admin@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@premieroctet/next-admin/-/next-admin-3.3.0.tgz#77e0eb1e9940843cc826fc39d635b788a8b7cb7d"
integrity sha512-6Ezd7TIQymelROb8XrxRVNanWikQHjnEfxuNeRbXRAHVf+XOtUHIePFM6KUvq5ffevVaiWoS4uL7fjSFaKoo0A==
"@premieroctet/next-admin@^3.3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@premieroctet/next-admin/-/next-admin-3.3.1.tgz#a821d71ee4876c827be3efa0951c6215d7e25b6e"
integrity sha512-YRhgmYuEzxArYG4+8Y3Q7xy5nZoMXH3CU+LZrx/6xdQIQ+f0uoor6Uj9HDwbhTrmPKp+4j7zWzoZocIuyAZchQ==
dependencies:
"@headlessui/react" "^1.7.13"
"@heroicons/react" "^2.0.18"
Expand All @@ -1633,7 +1633,7 @@
lodash.range "^3.2.0"
next "13.2.4"
next-connect "^1.0.0-next.3"
nextjs-progressbar "^0.0.16"
nextjs-toploader "^1.6.6"
react "18.2.0"
react-dom "18.2.0"
typescript "^5.1.6"
Expand Down Expand Up @@ -3182,7 +3182,7 @@
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz#291c243e4b94dbfbc0c0ee26b7666f1d5c030e2c"
integrity sha512-ehPtgRgaULsFG8x0NeYJvmyH1hmlfsNLujHe9dQEia/7MAJYdzMSi19JtchUHjmBA6XC/75dK55mzZH+RyieSg==

"@types/nprogress@^0.2.0":
"@types/nprogress@^0.2.2":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@types/nprogress/-/nprogress-0.2.3.tgz#b2150b054a13622fabcba12cf6f0b54c48b14287"
integrity sha512-k7kRA033QNtC+gLc4VPlfnue58CM1iQLgn1IMAU8VPHGOj7oIHPp9UlhedEnD/Gl8evoCjwkZjlBORtZ3JByUA==
Expand Down Expand Up @@ -9905,12 +9905,12 @@ next@^14.0.1:
"@next/swc-win32-ia32-msvc" "14.0.1"
"@next/swc-win32-x64-msvc" "14.0.1"

nextjs-progressbar@^0.0.16:
version "0.0.16"
resolved "https://registry.yarnpkg.com/nextjs-progressbar/-/nextjs-progressbar-0.0.16.tgz#d2c1e54ffc2c6d52b64282c0d764a44241fbc36e"
integrity sha512-GV0fD38EMD3vSDCmkq+tObmoup6QA91a6a9MxGuhJZuRk/9TNsrHGnIQQQ/sggkMkXuT4fBgF6jRjFwScDT3zA==
nextjs-toploader@^1.6.6:
version "1.6.6"
resolved "https://registry.yarnpkg.com/nextjs-toploader/-/nextjs-toploader-1.6.6.tgz#ee7a332f8fc938ea774f1fac2dd29b54ec81b333"
integrity sha512-LKow/aV28/DLhj4yH1E8ydF/I5QDNsb5NqlbsXBaIVFrmZ9/OGHyxPLdumvPE2IOYoQdvJ4XWoaCA1v7aivYBg==
dependencies:
"@types/nprogress" "^0.2.0"
"@types/nprogress" "^0.2.2"
nprogress "^0.2.0"
prop-types "^15.8.1"

Expand Down

0 comments on commit 0fae1d9

Please sign in to comment.