mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-25 14:11:38 +10:00
remove banner on mobile/tablet devices
This commit is contained in:
24
package.json
24
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.0.9",
|
||||
"version": "4.0.10",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"author": {
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nx run-many -t serve",
|
||||
"test": "nx run-many -t test",
|
||||
"test": "pnpm vitest run",
|
||||
"prebuild": "pnpm prisma:generate",
|
||||
"build": "nx run-many -t build",
|
||||
"prestart": "pnpm prisma:migrate",
|
||||
@ -73,7 +73,7 @@
|
||||
"@types/passport-github2": "^1.2.9",
|
||||
"@types/passport-google-oauth20": "^2.0.14",
|
||||
"@types/passport-local": "^1.0.38",
|
||||
"@types/react": "18.2.67",
|
||||
"@types/react": "18.2.70",
|
||||
"@types/react-dom": "18.2.22",
|
||||
"@types/react-is": "18.2.4",
|
||||
"@types/retry": "^0.12.5",
|
||||
@ -110,7 +110,7 @@
|
||||
"ts-jest": "^29.1.2",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "~5.4.3",
|
||||
"vite": "~5.2.2",
|
||||
"vite": "~5.2.6",
|
||||
"vite-plugin-dts": "~3.7.3",
|
||||
"vitest": "~1.4.0"
|
||||
},
|
||||
@ -125,10 +125,10 @@
|
||||
"@lingui/detect-locale": "^4.7.1",
|
||||
"@lingui/macro": "^4.7.1",
|
||||
"@lingui/react": "^4.7.1",
|
||||
"@nestjs-modules/mailer": "^1.10.3",
|
||||
"@nestjs-modules/mailer": "1.10.3",
|
||||
"@nestjs/axios": "^3.0.2",
|
||||
"@nestjs/common": "^10.3.5",
|
||||
"@nestjs/config": "^3.2.0",
|
||||
"@nestjs/config": "^3.2.1",
|
||||
"@nestjs/core": "^10.3.5",
|
||||
"@nestjs/jwt": "^10.2.0",
|
||||
"@nestjs/passport": "^10.0.3",
|
||||
@ -167,7 +167,7 @@
|
||||
"@songkeys/nestjs-redis": "^10.0.0",
|
||||
"@songkeys/nestjs-redis-health": "^10.0.0",
|
||||
"@swc/helpers": "~0.5.7",
|
||||
"@tanstack/react-query": "^5.28.6",
|
||||
"@tanstack/react-query": "^5.28.8",
|
||||
"@tiptap/extension-highlight": "2.2.4",
|
||||
"@tiptap/extension-image": "2.2.4",
|
||||
"@tiptap/extension-link": "2.2.4",
|
||||
@ -213,7 +213,7 @@
|
||||
"passport-local": "^1.0.0",
|
||||
"pdf-lib": "^1.17.1",
|
||||
"prisma": "^5.11.0",
|
||||
"puppeteer": "^22.6.0",
|
||||
"puppeteer": "^22.6.1",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"react": "18.2.0",
|
||||
"react-colorful": "^5.6.1",
|
||||
@ -221,21 +221,21 @@
|
||||
"react-helmet-async": "^2.0.4",
|
||||
"react-hook-form": "^7.51.1",
|
||||
"react-parallax-tilt": "^1.7.217",
|
||||
"react-resizable-panels": "^2.0.13",
|
||||
"react-resizable-panels": "^2.0.16",
|
||||
"react-router-dom": "6.22.3",
|
||||
"react-zoom-pan-pinch": "^3.4.3",
|
||||
"reflect-metadata": "^0.2.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"sharp": "^0.33.2",
|
||||
"sharp": "^0.33.3",
|
||||
"tailwind-merge": "^2.2.2",
|
||||
"tslib": "^2.6.2",
|
||||
"unique-names-generator": "^4.7.1",
|
||||
"use-breakpoint": "^4.0.1",
|
||||
"use-keyboard-shortcut": "^1.1.6",
|
||||
"usehooks-ts": "^3.0.1",
|
||||
"usehooks-ts": "^3.0.2",
|
||||
"webfontloader": "^1.6.28",
|
||||
"zod": "^3.22.4",
|
||||
"zod-to-json-schema": "^3.22.4",
|
||||
"zod-to-json-schema": "^3.22.5",
|
||||
"zundo": "^2.1.0",
|
||||
"zustand": "^4.5.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user