From 93cef5425202c092a05a0d3981041932b2002b53 Mon Sep 17 00:00:00 2001 From: Tuan Duc Tran Date: Sun, 14 Jan 2024 23:58:12 +0700 Subject: [PATCH] Recovery Package --- package.json | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 2e6c8ee..e5bf414 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "author": "Tuan Duc Tran ", "dependencies": { - "@ducanh2912/next-pwa": "^10.2.2", - "@sentry/nextjs": "^7.93.0", + "@ducanh2912/next-pwa": "^10.0.0", + "@sentry/nextjs": "^7.91.0", + "@sentry/profiling-node": "^1.3.3", "clsx": "^2.1.0", "is-absolute-url": "^4.0.1", "mini-svg-data-uri": "^1.4.4", @@ -15,8 +16,9 @@ "preact": "^10.19.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-parallax-tilt": "^1.7.186", - "sharp": "^0.33.2" + "react-parallax-tilt": "^1.7.177", + "sharp": "^0.33.1", + "tailwind-merge": "^2.2.0" }, "description": "HR Documentation is a document sharing platform build from nextra", "devDependencies": { @@ -25,11 +27,11 @@ "@next/env": "^14.0.4", "@next/eslint-plugin-next": "^14.0.4", "@svgr/webpack": "^8.1.0", - "@types/node": "^20.11.0", + "@types/node": "^20.10.8", "@types/nprogress": "^0.2.3", - "@types/react": "^18.2.47", - "@typescript-eslint/eslint-plugin": "^6.18.1", - "@typescript-eslint/parser": "^6.18.1", + "@types/react": "^18.2.45", + "@typescript-eslint/eslint-plugin": "^6.14.0", + "@typescript-eslint/parser": "^6.17.0", "autoprefixer": "^10.4.16", "cross-env": "^7.0.3", "eslint": "^8.56.0", @@ -40,17 +42,17 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-tailwindcss": "^3.13.1", "eslint-plugin-typescript-sort-keys": "^3.1.0", - "eslint-plugin-unicorn": "^50.0.1", + "eslint-plugin-unicorn": "^50.0.0", "husky": "^8.0.3", "lint-staged": "^15.2.0", - "postcss": "^8.4.33", + "postcss": "^8.4.32", "postcss-focus-visible": "^9.0.1", "postcss-import": "^16.0.0", - "prettier": "^3.2.2", + "prettier": "^3.1.1", "prettier-plugin-pkg": "^0.18.0", - "prettier-plugin-tailwindcss": "^0.5.11", - "sass": "^1.69.7", - "tailwindcss": "^3.4.1", + "prettier-plugin-tailwindcss": "^0.5.9", + "sass": "^1.69.6", + "tailwindcss": "^3.4.0", "typescript": "^5.3.3", "webpack": "^5.89.0" }, @@ -64,7 +66,7 @@ ] }, "name": "hrpenci.site", - "packageManager": "pnpm@8.14.1", + "packageManager": "pnpm@8.14.0", "scripts": { "build": "NODE_ENV=production next build && next-sitemap", "dev": "NODE_ENV=development next dev", @@ -76,4 +78,4 @@ "start": "next start" }, "version": "2.1.2" -} +} \ No newline at end of file