Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mrmilu/next.base into feat/IFMD-8…
Browse files Browse the repository at this point in the history
…-upgrade-dependencies
  • Loading branch information
arnaugomez committed Jun 26, 2024
2 parents a9d27a1 + d64272e commit 3158105
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 250 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@front_web_mrmilu/services": "~2.1.0",
"@front_web_mrmilu/utils": "~2.1.0",
"@hookform/resolvers": "~3.6.0",
"@sentry/nextjs": "~7.102.0",
"@sentry/nextjs": "~7.102.1",
"@svgr/webpack": "~8.1.0",
"@vanilla-extract/css": "~1.15.3",
"@vanilla-extract/recipes": "~0.5.3",
Expand All @@ -31,19 +31,19 @@
"inversify": "~6.0.2",
"inversify-generator": "~0.1.5",
"lodash": "~4.17.21",
"next": "14.2.3",
"next-intl": "^3.9.0",
"next": "14.2.4",
"next-intl": "^3.15.2",
"query-string": "~8.2.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-hook-form": "~7.52.0",
"react-spring": "~9.7.3",
"reflect-metadata": "~0.2.2",
"yup": "~1.4.0",
"zustand": "~4.5.2"
},
"devDependencies": {
"@axe-core/react": "~4.8.5",
"@axe-core/react": "~4.9.1",
"@commitlint/cli": "~18.6.1",
"@commitlint/config-conventional": "~18.6.3",
"@commitlint/prompt-cli": "~18.6.1",
Expand All @@ -54,7 +54,7 @@
"@typescript-eslint/eslint-plugin": "~7.14.1",
"@vanilla-extract/next-plugin": "~2.4.2",
"eslint": "~8.56.0",
"eslint-config-next": "~14.2.3",
"eslint-config-next": "~14.2.4",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-unused-imports": "~3.2.0",
"husky": "~9.0.11",
Expand Down
Loading

0 comments on commit 3158105

Please sign in to comment.