mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
- upgrade react-resizable-panels to latest version
- update translations - remove cypress - add await to all return blocks
This commit is contained in:
20
package.json
20
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.0-alpha.6",
|
||||
"version": "4.0.0-alpha.7",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"author": {
|
||||
@ -26,18 +26,17 @@
|
||||
"prisma:generate": "pnpm exec prisma generate",
|
||||
"prisma:migrate": "pnpm exec prisma migrate deploy",
|
||||
"prisma:migrate:dev": "pnpm exec prisma migrate dev",
|
||||
"messages:extract": "pnpm exec lingui extract --clean --overwrite --locale en-US"
|
||||
"messages:extract": "pnpm exec lingui extract --clean --overwrite",
|
||||
"messages:compile": "pnpm exec lingui compile"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/preset-react": "^7.23.3",
|
||||
"@lingui/cli": "^4.5.0",
|
||||
"@lingui/conf": "^4.5.0",
|
||||
"@lingui/swc-plugin": "^4.0.4",
|
||||
"@lingui/vite-plugin": "^4.5.0",
|
||||
"@nestjs/schematics": "^10.0.3",
|
||||
"@nestjs/testing": "^10.2.9",
|
||||
"@nx/cypress": "17.1.2",
|
||||
"@nx/eslint-plugin": "17.1.2",
|
||||
"@nx/eslint": "17.1.2",
|
||||
"@nx/jest": "17.1.2",
|
||||
@ -56,7 +55,7 @@
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@tanstack/eslint-plugin-query": "^5.8.4",
|
||||
"@testing-library/react": "14.1.0",
|
||||
"@testing-library/react": "14.1.2",
|
||||
"@types/async-retry": "^1.4.8",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/cookie-parser": "^1.4.6",
|
||||
@ -67,7 +66,7 @@
|
||||
"@types/lodash.get": "^4.4.9",
|
||||
"@types/lodash.set": "^4.3.9",
|
||||
"@types/multer": "^1.4.10",
|
||||
"@types/node": "20.9.1",
|
||||
"@types/node": "20.9.2",
|
||||
"@types/nodemailer": "^6.4.14",
|
||||
"@types/papaparse": "^5.3.11",
|
||||
"@types/passport-github2": "^1.2.9",
|
||||
@ -86,9 +85,7 @@
|
||||
"@vitest/coverage-v8": "^0.34.6",
|
||||
"@vitest/ui": "~0.34.6",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"cypress": "^13.5.1",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-cypress": "^2.15.1",
|
||||
"eslint-plugin-import": "2.29.0",
|
||||
"eslint-plugin-jsx-a11y": "6.8.0",
|
||||
"eslint-plugin-lingui": "^0.2.0",
|
||||
@ -98,7 +95,7 @@
|
||||
"eslint-plugin-simple-import-sort": "^10.0.0",
|
||||
"eslint-plugin-tailwindcss": "^3.13.0",
|
||||
"eslint-plugin-unused-imports": "^3.0.0",
|
||||
"eslint": "~8.53.0",
|
||||
"eslint": "~8.54.0",
|
||||
"jest-environment-node": "^29.7.0",
|
||||
"jest": "^29.7.0",
|
||||
"jsdom": "~22.1.0",
|
||||
@ -123,6 +120,7 @@
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@fontsource/ibm-plex-sans": "^5.0.17",
|
||||
"@hookform/resolvers": "^3.3.2",
|
||||
"@lingui/cli": "^4.5.0",
|
||||
"@lingui/core": "^4.5.0",
|
||||
"@lingui/detect-locale": "^4.5.0",
|
||||
"@lingui/macro": "^4.5.0",
|
||||
@ -220,7 +218,7 @@
|
||||
"react-helmet-async": "^1.3.0",
|
||||
"react-hook-form": "^7.48.2",
|
||||
"react-parallax-tilt": "^1.7.174",
|
||||
"react-resizable-panels": "^0.0.54",
|
||||
"react-resizable-panels": "^0.0.59",
|
||||
"react-router-dom": "6.19.0",
|
||||
"react-zoom-pan-pinch": "^3.3.0",
|
||||
"react": "18.2.0",
|
||||
@ -234,7 +232,7 @@
|
||||
"use-keyboard-shortcut": "^1.1.6",
|
||||
"usehooks-ts": "^2.9.1",
|
||||
"webfontloader": "^1.6.28",
|
||||
"zod-to-json-schema": "^3.21.4",
|
||||
"zod-to-json-schema": "^3.22.0",
|
||||
"zod": "^3.22.4",
|
||||
"zundo": "^2.0.0",
|
||||
"zustand": "^4.4.6"
|
||||
|
||||
Reference in New Issue
Block a user