Skip to content

Commit

Permalink
Upgrade NX to 20.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Nov 16, 2024
1 parent fcc62c7 commit 7d76419
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 294 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,23 +101,23 @@
"@babel/preset-typescript": "^7.24.1",
"@contentful/rich-text-react-renderer": "^15.12.1",
"@emotion/babel-plugin": "11.11.0",
"@nx/devkit": "20.0.12",
"@nx/esbuild": "20.0.12",
"@nx/eslint": "20.0.12",
"@nx/eslint-plugin": "20.0.12",
"@nx/express": "20.0.12",
"@nx/jest": "20.0.12",
"@nx/js": "20.0.12",
"@nx/next": "20.0.12",
"@nx/node": "20.0.12",
"@nx/playwright": "20.0.12",
"@nx/plugin": "20.0.12",
"@nx/react": "20.0.12",
"@nx/storybook": "20.0.12",
"@nx/vite": "20.0.12",
"@nx/web": "20.0.12",
"@nx/webpack": "20.0.12",
"@nx/workspace": "20.0.12",
"@nx/devkit": "20.1.2",
"@nx/esbuild": "20.1.2",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/express": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/js": "20.1.2",
"@nx/next": "20.1.2",
"@nx/node": "20.1.2",
"@nx/playwright": "20.1.2",
"@nx/plugin": "20.1.2",
"@nx/react": "20.1.2",
"@nx/storybook": "20.1.2",
"@nx/vite": "20.1.2",
"@nx/web": "20.1.2",
"@nx/webpack": "20.1.2",
"@nx/workspace": "20.1.2",
"@playwright/test": "^1.48.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@release-it/bumper": "^6.0.1",
Expand Down Expand Up @@ -188,10 +188,10 @@
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-storybook": "^0.8.0",
"git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
Expand All @@ -202,7 +202,7 @@
"jsonc-eslint-parser": "^2.1.0",
"next-sitemap": "^4.2.3",
"npm-run-all": "^4.1.5",
"nx": "20.0.12",
"nx": "20.1.2",
"postcss": "^8.4.48",
"postcss-preset-env": "7",
"prettier": "2.7.0",
Expand Down
Loading

0 comments on commit 7d76419

Please sign in to comment.