Skip to content

Commit

Permalink
Merge pull request #158 from deinsoftware/dev
Browse files Browse the repository at this point in the history
fix(app): 💥 update translation
  • Loading branch information
equiman authored Nov 28, 2023
2 parents 32087e4 + 5b37012 commit 1e56242
Show file tree
Hide file tree
Showing 8 changed files with 702 additions and 631 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,52 +27,52 @@
"pre-commit": "lint-staged"
},
"dependencies": {
"@prisma/client": "5.5.2",
"@types/node": "20.8.10",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"eslint": "8.52.0",
"eslint-config-next": "14.0.1",
"lucide-react": "0.291.0",
"@prisma/client": "5.6.0",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"lucide-react": "0.293.0",
"minireset.css": "0.0.7",
"next": "14.0.1",
"next-auth": "4.24.4",
"next-intl": "3.0.0-rc.6",
"next": "14.0.3",
"next-auth": "4.24.5",
"next-intl": "3.1.4",
"react": "18.2.0",
"react-cookie-consent": "9.0.0",
"react-country-flag": "3.1.0",
"react-dom": "18.2.0",
"react-hot-toast": "2.4.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"swpm": "pnpm",
"volta": {
"node": "20.9.0",
"pnpm": "8.10.2"
"node": "20.10.0",
"pnpm": "8.11.0"
},
"devDependencies": {
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@vitest/coverage-v8": "0.34.6",
"autoprefixer": "10.4.16",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-testing-library": "6.1.0",
"eslint-plugin-testing-library": "6.2.0",
"htmlhint": "1.1.4",
"husky": "8.0.3",
"jsdom": "22.1.0",
"lint-staged": "15.0.2",
"jsdom": "23.0.0",
"lint-staged": "15.1.0",
"postcss": "8.4.31",
"postcss-cli": "10.1.0",
"postcss-nesting": "12.0.1",
"postcss-syntax": "0.36.2",
"prettier": "3.0.3",
"prisma": "5.5.2",
"prettier": "3.1.0",
"prisma": "5.6.0",
"stylelint": "15.11.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-standard": "34.0.0",
Expand Down
Loading

0 comments on commit 1e56242

Please sign in to comment.