mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
fix formatting and lint errors
This commit is contained in:
27
package.json
27
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@reactive-resume/source",
|
||||
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
|
||||
"version": "4.4.3",
|
||||
"version": "4.4.4",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"author": {
|
||||
@ -21,8 +21,9 @@
|
||||
"prestart": "pnpm prisma:migrate",
|
||||
"start": "node dist/apps/server/main",
|
||||
"lint": "nx run-many -t lint",
|
||||
"format:check": "pnpm exec prettier -c --log-level error .",
|
||||
"format:write": "pnpm exec prettier -w --log-level error .",
|
||||
"lint:fix": "nx run-many -t lint --fix",
|
||||
"format": "pnpm exec prettier -c --log-level error .",
|
||||
"format:fix": "pnpm exec prettier -w --log-level error .",
|
||||
"crowdin:sync": "crowdin push && crowdin pull",
|
||||
"prisma:generate": "pnpm exec prisma generate",
|
||||
"prisma:migrate": "pnpm exec prisma migrate deploy",
|
||||
@ -57,7 +58,7 @@
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tanstack/eslint-plugin-query": "^5.65.0",
|
||||
"@testing-library/react": "^16.2.0",
|
||||
"@tiptap/core": "^2.11.3",
|
||||
"@tiptap/core": "^2.11.4",
|
||||
"@types/async-retry": "^1.4.9",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/cookie-parser": "^1.4.8",
|
||||
@ -174,14 +175,14 @@
|
||||
"@sindresorhus/slugify": "^2.2.1",
|
||||
"@swc/helpers": "^0.5.15",
|
||||
"@tanstack/react-query": "^5.65.1",
|
||||
"@tiptap/extension-highlight": "^2.11.3",
|
||||
"@tiptap/extension-image": "^2.11.3",
|
||||
"@tiptap/extension-link": "^2.11.3",
|
||||
"@tiptap/extension-text-align": "^2.11.3",
|
||||
"@tiptap/extension-underline": "^2.11.3",
|
||||
"@tiptap/pm": "^2.11.3",
|
||||
"@tiptap/react": "^2.11.3",
|
||||
"@tiptap/starter-kit": "^2.11.3",
|
||||
"@tiptap/extension-highlight": "^2.11.4",
|
||||
"@tiptap/extension-image": "^2.11.4",
|
||||
"@tiptap/extension-link": "^2.11.4",
|
||||
"@tiptap/extension-text-align": "^2.11.4",
|
||||
"@tiptap/extension-underline": "^2.11.4",
|
||||
"@tiptap/pm": "^2.11.4",
|
||||
"@tiptap/react": "^2.11.4",
|
||||
"@tiptap/starter-kit": "^2.11.4",
|
||||
"@types/passport-jwt": "^4.0.1",
|
||||
"async-retry": "^1.3.3",
|
||||
"axios": "^1.7.9",
|
||||
@ -230,7 +231,7 @@
|
||||
"react-hook-form": "^7.54.2",
|
||||
"react-parallax-tilt": "^1.7.276",
|
||||
"react-resizable-panels": "^2.1.7",
|
||||
"react-router": "^7.1.3",
|
||||
"react-router": "^7.1.4",
|
||||
"react-simple-code-editor": "^0.14.1",
|
||||
"react-zoom-pan-pinch": "^3.6.1",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
|
||||
Reference in New Issue
Block a user