Skip to content

Commit

Permalink
chore(General): 🔨 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoval committed Oct 18, 2023
1 parent a31a4df commit a92a001
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 129 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,25 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-router-dom": "^6.16.0"
"react-router-dom": "^6.17.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@cypress/webpack-preprocessor": "^6.0.0",
"@testing-library/dom": "^9.3.3",
"@types/jest": "^29.5.5",
"@testing-library/jest-dom": "^6.1.3",
"@types/jest": "^29.5.6",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"circular-dependency-plugin": "^5.2.2",
"commitizen": "^4.3.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"cypress": "^13.3.0",
"cypress": "^13.3.1",
"cz-git": "^1.7.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -89,16 +89,16 @@
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"ts-prune": "^0.10.3",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
"webpack-merge": "^5.10.0"
},
"engines": {
"node": ">=16.17.1",
Expand Down
Loading

0 comments on commit a92a001

Please sign in to comment.