Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Apr 15, 2024
1 parent 8292240 commit 2108874
Show file tree
Hide file tree
Showing 2 changed files with 2,011 additions and 1,936 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"circular-dependency-plugin": "^5.2.2",
"cypress": "^13.6.6",
"decompress": "^4.2.1",
"esbuild": "^0.19.2",
"esbuild": "^0.20.2",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -199,12 +199,14 @@
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"has": "^1.0.4",
"husky": "^9.0.11",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"lint-staged": "^15.2.2",
"load-json-file": "^6.2.0",
"mochawesome": "^7.1.3",
"next-react-memory-stats": "^1.0.2",
"nx": "18.2.4",
Expand All @@ -228,7 +230,8 @@
"tslib": "^2.6.2",
"webpack-sources": "3.2.3",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8"
"@types/react-dom": "18.2.8",
"eslint-plugin-react": "7.34.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit 2108874

Please sign in to comment.