Skip to content

Commit

Permalink
chore(repo): update nx to 17.0.0-rc.2 (#19740)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz authored Oct 19, 2023
1 parent e887671 commit f619c80
Show file tree
Hide file tree
Showing 2 changed files with 362 additions and 362 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@
"@nguniversal/builders": "~16.2.0",
"@nuxt/kit": "^3.7.4",
"@nuxt/schema": "^3.7.4",
"@nx/angular": "17.0.0-rc.0",
"@nx/cypress": "17.0.0-rc.0",
"@nx/devkit": "17.0.0-rc.0",
"@nx/esbuild": "17.0.0-rc.0",
"@nx/eslint-plugin": "17.0.0-rc.0",
"@nx/jest": "17.0.0-rc.0",
"@nx/js": "17.0.0-rc.0",
"@nx/next": "17.0.0-rc.0",
"@nx/playwright": "17.0.0-rc.0",
"@nx/react": "17.0.0-rc.0",
"@nx/storybook": "17.0.0-rc.0",
"@nx/web": "17.0.0-rc.0",
"@nx/webpack": "17.0.0-rc.0",
"@nx/angular": "17.0.0-rc.2",
"@nx/cypress": "17.0.0-rc.2",
"@nx/devkit": "17.0.0-rc.2",
"@nx/esbuild": "17.0.0-rc.2",
"@nx/eslint-plugin": "17.0.0-rc.2",
"@nx/jest": "17.0.0-rc.2",
"@nx/js": "17.0.0-rc.2",
"@nx/next": "17.0.0-rc.2",
"@nx/playwright": "17.0.0-rc.2",
"@nx/react": "17.0.0-rc.2",
"@nx/storybook": "17.0.0-rc.2",
"@nx/web": "17.0.0-rc.2",
"@nx/webpack": "17.0.0-rc.2",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@playwright/test": "^1.36.1",
Expand Down Expand Up @@ -164,10 +164,10 @@
"dotenv-expand": "^10.0.0",
"ejs": "^3.1.7",
"enhanced-resolve": "^5.8.3",
"esbuild": "^0.19.2",
"esbuild": "0.19.5",
"eslint": "8.46.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
Expand Down Expand Up @@ -230,7 +230,7 @@
"ng-packagr": "~16.2.0",
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nx": "17.0.0-rc.0",
"nx": "17.0.0-rc.2",
"octokit": "^2.0.14",
"open": "^8.4.0",
"openai": "~4.3.1",
Expand Down Expand Up @@ -296,7 +296,7 @@
"xstate": "4.34.0",
"yargs": "^17.6.2",
"yargs-parser": "21.1.1",
"@nx/eslint": "17.0.0-rc.0"
"@nx/eslint": "17.0.0-rc.2"
},
"author": "Victor Savkin",
"license": "MIT",
Expand Down Expand Up @@ -371,3 +371,4 @@
]
}
}

Loading

1 comment on commit f619c80

@vercel
Copy link

@vercel vercel bot commented on f619c80 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.