Skip to content

Commit

Permalink
chore: audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Aug 30, 2024
1 parent 30bc577 commit a5ec03d
Show file tree
Hide file tree
Showing 2 changed files with 2,181 additions and 1,225 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"matrix": "nx show projects --affected --type=app| tr '\n' ',' | jq -cR 'split(\",\")[:-1]'",
"prepare": "husky install",
"postinstall": "husky install",
"generate:types": "graphql-codegen --config codegen.yml"
"graphql:codegen": "graphql-codegen --config codegen.yml"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down Expand Up @@ -79,17 +79,19 @@
"@axe-core/playwright": "^4.9.1",
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.1",
"@nx/cypress": "19.6.3",
"@nx/devkit": "19.6.3",
"@nx/eslint": "19.6.3",
"@nx/eslint-plugin": "19.6.3",
"@nx/jest": "19.6.3",
"@nx/js": "19.6.3",
"@nx/next": "19.6.3",
"@nx/playwright": "^19.6.3",
"@nx/react": "19.6.3",
"@nx/web": "19.6.3",
"@nx/workspace": "19.6.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@nx/cypress": "19.6.4",
"@nx/devkit": "19.6.4",
"@nx/eslint": "19.6.4",
"@nx/eslint-plugin": "19.6.4",
"@nx/jest": "19.6.4",
"@nx/js": "19.6.4",
"@nx/next": "19.6.4",
"@nx/playwright": "^19.6.4",
"@nx/react": "19.6.4",
"@nx/web": "19.6.4",
"@nx/workspace": "19.6.4",
"@playwright/test": "^1.45.3",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "~1.9.1",
Expand All @@ -111,23 +113,22 @@
"babel-plugin-styled-components": "2.1.4",
"cypress": "^13.13.3",
"eslint": "8.57.0",
"eslint-config-next": "14.2.6",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.4.0",
"eslint-plugin-cypress": "3.5.0",
"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",
"graphql-codegen": "^0.4.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-svg-transformer": "^1.0.0",
"kill-port": "^2.0.1",
"lint-staged": "^15.2.7",
"npm": "^10.8.2",
"nx": "19.6.3",
"nx": "19.6.4",
"playwright-core": "^1.46.1",
"playwright-ctrf-json-reporter": "^0.0.15",
"prettier": "3.3.3",
Expand Down
Loading

0 comments on commit a5ec03d

Please sign in to comment.