Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaugomez committed Aug 7, 2024
1 parent ee751df commit 8b01547
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 103 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"i18next": "~23.9.0",
"i18next-http-backend": "~2.4.3",
"i18next-resources-to-backend": "~1.2.0",
"immer": "~10.0.3",
"immer": "~10.1.1",
"inversify": "~6.0.2",
"inversify-generator": "~0.1.5",
"lodash": "~4.17.21",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-hook-form": "~7.50.1",
"react-i18next": "~14.0.5",
"react-router-dom": "~6.22.1",
"reflect-metadata": "~0.2.1",
"web-vitals": "~3.5.2",
"yup": "~1.3.3",
"zustand": "~4.5.1"
"yup": "~1.4.0",
"zustand": "~4.5.4"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.18.6",
Expand All @@ -67,8 +67,8 @@
"@rollup/plugin-graphql": "~2.0.4",
"@types/lodash": "~4.17.7",
"@types/node": "~20.11.19",
"@types/react": "~18.2.57",
"@types/react-dom": "~18.2.19",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"@typescript-eslint/eslint-plugin": "~7.0.2",
"@typescript-eslint/parser": "~7.0.2",
"@vanilla-extract/vite-plugin": "~4.0.4",
Expand All @@ -93,5 +93,5 @@
"vite": "~5.1.3",
"vite-plugin-svgr": "~4.2.0"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}
Loading

0 comments on commit 8b01547

Please sign in to comment.