Skip to content

Commit

Permalink
Update dependencies and patches (#31)
Browse files Browse the repository at this point in the history
This pull request includes updates to various dependencies in the
project's `package.json` file for improved stability, performance,
functionality, security, and compatibility. It also includes patches to
the lock file for a security audit. Notable updates include upgrading
`verdaccio` to version 5.0.4, `webpack-cli` to version 5.1.4,
`reflect-metadata` to version 0.2.2, and downgrading `eslint` from
version 9.9.0 to 8.57.0 to resolve compatibility issues. Additionally,
new dependencies for `@swc/types`, `@testing-library/dom`, and `webpack`
have been added to enhance development and testing capabilities.
  • Loading branch information
codemile authored Aug 21, 2024
1 parent 56449c1 commit 2fe6669
Show file tree
Hide file tree
Showing 2 changed files with 2,073 additions and 1,109 deletions.
87 changes: 45 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"axios": "^1.6.0",
"cleye": "^1.3.2",
"joi": "^17.13.3",
"next": "14.2.3",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.0",
"tslib": "^2.3.0"
},
Expand All @@ -34,56 +34,59 @@
"@babel/preset-react": "^7.14.5",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/cypress": "19.2.1",
"@nx/devkit": "19.2.1",
"@nx/eslint": "19.2.1",
"@nx/eslint-plugin": "19.2.1",
"@nx/jest": "19.2.1",
"@nx/js": "19.2.1",
"@nx/nest": "19.2.1",
"@nx/next": "19.2.1",
"@nx/node": "19.2.1",
"@nx/playwright": "19.2.1",
"@nx/react": "19.2.1",
"@nx/web": "19.2.1",
"@nx/webpack": "19.2.1",
"@nx/workspace": "19.2.1",
"@nx/cypress": "19.6.1",
"@nx/devkit": "19.6.1",
"@nx/eslint": "19.6.1",
"@nx/eslint-plugin": "19.6.1",
"@nx/jest": "19.6.1",
"@nx/js": "19.6.1",
"@nx/nest": "19.6.1",
"@nx/next": "19.6.1",
"@nx/node": "19.6.1",
"@nx/playwright": "19.6.1",
"@nx/react": "19.6.1",
"@nx/web": "19.6.1",
"@nx/webpack": "19.6.1",
"@nx/workspace": "19.6.1",
"@playwright/test": "^1.36.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc-node/register": "~1.10.9",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.14",
"@swc/helpers": "~0.5.11",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@swc/types": "^0.1.12",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.12",
"@types/node": "22.4.2",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"autoprefixer": "10.4.13",
"babel-jest": "^29.4.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"babel-jest": "29.7.0",
"eslint": "~8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"nx": "19.2.1",
"postcss": "8.4.38",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"tailwindcss": "3.4.3",
"nx": "19.6.1",
"postcss": "8.4.41",
"prettier": "^3.3.3",
"react-refresh": "^0.14.2",
"tailwindcss": "3.4.10",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.4.2",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"verdaccio": "^5.0.4",
"webpack": "5.93.0",
"webpack-cli": "^5.1.4"
},
"nx": {
Expand Down
Loading

0 comments on commit 2fe6669

Please sign in to comment.