update dependencies, fix import sample resume issue, update pnpm version

This commit is contained in:
Amruth Pillai
2024-05-21 08:10:12 +02:00
parent 696f6f71b5
commit 748b509b1d
5 changed files with 132 additions and 123 deletions

View File

@ -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.1.4",
"version": "4.1.5",
"license": "MIT",
"private": true,
"author": {
@ -79,8 +79,8 @@
"@types/react-is": "18.3.0",
"@types/retry": "^0.12.5",
"@types/webfontloader": "^1.6.38",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitejs/plugin-react": "~4.2.1",
"@vitejs/plugin-react-swc": "~3.6.0",
"@vitest/coverage-v8": "^1.6.0",
@ -109,7 +109,7 @@
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.1.2",
"ts-jest": "^29.1.3",
"ts-node": "10.9.2",
"typescript": "~5.4.5",
"vite": "~5.2.11",
@ -122,7 +122,7 @@
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fontsource/ibm-plex-sans": "^5.0.20",
"@hookform/resolvers": "^3.4.0",
"@hookform/resolvers": "^3.4.2",
"@lingui/core": "^4.11.0",
"@lingui/detect-locale": "^4.11.0",
"@lingui/macro": "^4.11.0",
@ -251,9 +251,9 @@
"zundo": "^2.1.0",
"zustand": "^4.5.2"
},
"packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195",
"packageManager": "pnpm@9.1.2+sha512.127dc83b9ea10c32be65d22a8efb4a65fb952e8fefbdfded39bdc3c97efc32d31b48b00420df2c1187ace28c921c902f0cb5a134a4d032b8b5295cbfa2c681e2",
"engines": {
"node": ">=18.17.0"
"node": ">=20.13.1"
},
"prisma": {
"schema": "tools/prisma/schema.prisma"