Update npm run commands and various dependencies

Npm run commands for 'dev' have been updated to 'start' in the Wordpress package. Also, removing peer dependencies for the CMS core and updating versions for various dependencies in pnpm-lock.yaml file. Furthermore, a modification to the SiteHeaderAccountSection function in the site-header-account-section.tsx file was made.
This commit is contained in:
giancarlo
2024-04-03 16:29:05 +08:00
parent 352ec874c1
commit 3fd216ba6e
7 changed files with 87 additions and 117 deletions

View File

@@ -50,7 +50,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-table": "^8.15.0",
"@tanstack/react-table": "^8.15.3",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"class-variance-authority": "^0.7.0",