Skip to content

Commit

Permalink
Update minor and patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Archinowsk committed Jan 5, 2025
1 parent a857234 commit a269d2a
Show file tree
Hide file tree
Showing 5 changed files with 1,706 additions and 720 deletions.
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
"type-check": "yarn run -T tsc --noEmit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.7.1",
"@fortawesome/free-regular-svg-icons": "6.7.1",
"@fortawesome/free-solid-svg-icons": "6.7.1",
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-regular-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@reduxjs/toolkit": "2.5.0",
"@sentry/react": "8.45.0",
"@sentry/react": "8.47.0",
"browserslist": "4.24.3",
"core-js": "3.39.0",
"i18next": "24.1.0",
"i18next": "24.2.0",
"i18next-browser-languagedetector": "8.0.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.1",
"react-i18next": "15.2.0",
"react-hook-form": "7.54.2",
"react-i18next": "15.4.0",
"react-redux": "9.2.0",
"react-router": "7.0.2",
"react-router": "7.1.1",
"regenerator-runtime": "0.14.1",
"styled-components": "6.1.13",
"styled-components": "6.1.14",
"use-debounce": "10.0.4"
},
"devDependencies": {
Expand All @@ -58,7 +58,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@types/dotenv-webpack": "7.0.8",
"@types/mdx": "2.0.13",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@welldone-software/why-did-you-render": "8.0.3",
"babel-loader": "9.2.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dayjs": "1.11.13",
"lodash-es": "4.17.21",
"ncp": "2.0.0",
"npm-run-all2": "7.0.1",
"npm-run-all2": "7.0.2",
"rimraf": "6.0.1",
"typescript": "5.7.2",
"zod": "3.24.1"
Expand All @@ -75,18 +75,18 @@
"eslint-plugin-compat": "6.0.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-only-error": "1.0.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-hooks-addons": "0.4.1",
"eslint-plugin-unicorn": "56.0.1",
"eslint-plugin-vitest": "0.5.4",
"globals": "15.13.0",
"globals": "15.14.0",
"prettier": "3.4.2",
"typescript-eslint": "8.18.0",
"typescript-eslint": "8.19.0",
"vitest": "2.1.8"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@faker-js/faker": "9.3.0",
"@sentry/node": "8.45.0",
"@sentry/node": "8.47.0",
"@vercel/ncc": "0.38.3",
"bcryptjs": "2.4.3",
"commander": "12.1.0",
Expand All @@ -49,7 +49,7 @@
"generate-serial-number": "0.0.3",
"helmet": "8.0.0",
"jsonwebtoken": "9.0.2",
"mongoose": "8.9.0",
"mongoose": "8.9.3",
"morgan": "1.10.0",
"tsx": "4.19.2",
"winston": "3.17.0",
Expand All @@ -59,9 +59,9 @@
"@types/bcryptjs": "2.4.6",
"@types/jsonwebtoken": "9.0.7",
"@types/morgan": "1.9.9",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/supertest": "6.0.2",
"mongodb-memory-server": "10.1.2",
"mongodb-memory-server": "10.1.3",
"supertest": "7.0.0"
},
"engines": {
Expand Down
Loading

0 comments on commit a269d2a

Please sign in to comment.