Skip to content

Commit

Permalink
feat(linter): bump typescript-eslint to 5.60.1 (nrwl#17916)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored and FrozenPandaz committed Jul 4, 2023
1 parent b093306 commit b28726c
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 186 deletions.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"!{projectRoot}/.eslintrc.json",
"!{projectRoot}/.storybook/**/*",
"!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
"!{projectRoot}/tsconfig.storybook.json"
"!{projectRoot}/tsconfig.storybook.json",
"!{projectRoot}/src/test-setup.[jt]s"
],
"sharedGlobals": ["{workspaceRoot}/babel.config.json"],
"native": [
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@
"@ngrx/router-store": "~16.0.0",
"@ngrx/store": "~16.0.0",
"@nguniversal/builders": "~16.1.0",
"@nx/cypress": "16.5.0-beta.2",
"@nx/devkit": "16.5.0-beta.2",
"@nx/eslint-plugin": "16.5.0-beta.2",
"@nx/jest": "16.5.0-beta.2",
"@nx/js": "16.5.0-beta.2",
"@nx/linter": "16.5.0-beta.2",
"@nx/next": "16.5.0-beta.2",
"@nx/react": "16.5.0-beta.2",
"@nx/storybook": "16.5.0-beta.2",
"@nx/web": "16.5.0-beta.2",
"@nx/webpack": "16.5.0-beta.2",
"@nx/cypress": "16.5.0-beta.3",
"@nx/devkit": "16.5.0-beta.3",
"@nx/eslint-plugin": "16.5.0-beta.3",
"@nx/jest": "16.5.0-beta.3",
"@nx/js": "16.5.0-beta.3",
"@nx/linter": "16.5.0-beta.3",
"@nx/next": "16.5.0-beta.3",
"@nx/react": "16.5.0-beta.3",
"@nx/storybook": "16.5.0-beta.3",
"@nx/web": "16.5.0-beta.3",
"@nx/webpack": "16.5.0-beta.3",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -210,7 +210,7 @@
"next-sitemap": "^3.1.10",
"ng-packagr": "~16.1.0",
"node-fetch": "^2.6.7",
"nx": "16.5.0-beta.2",
"nx": "16.5.0-beta.3",
"nx-cloud": "16.0.5",
"octokit": "^2.0.14",
"open": "^8.4.0",
Expand Down
Loading

0 comments on commit b28726c

Please sign in to comment.